1. 09 8月, 2019 16 次提交
  2. 08 8月, 2019 17 次提交
  3. 05 8月, 2019 3 次提交
    • S
      watchdog: mtk_wdt: Cosmetic cleanup of latest changes · c07f68dd
      Stefan Roese 提交于
      This patch cleans up some coding style related issues in the mtk_wtd
      driver to make this driver comply again with the U-Boot coding style
      standards.
      
      The only minimal functional change is that the timeout parameter is now
      passed in (u64) instead of (unsigned int) from mtk_wdt_start() to
      mtk_wdt_set_timeout(), preserving the original value.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Shannon Barber <sbarber@dataspeedinc.com>
      Cc: Ryder Lee <ryder.lee@mediatek.com>
      Cc: Matthias Brugger <matthias.bgg@gmail.com>
      Cc: Frank Wunderlich <frank-w@public-files.de>
      Reviewed-by: NMatthias Brugger <matthias.bgg@gmail.com>
      c07f68dd
    • S
      watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references · c7adc0b5
      Stefan Roese 提交于
      The BCM2835/2836 watchdog is not used in mainline U-Boot at all. This
      patch removes the driver and its references (CONFIG_BCM2835_WDT)
      completely.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Paolo Pisati <p.pisati@gmail.com>
      c7adc0b5
    • T
      Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi · 7127151d
      Tom Rini 提交于
      Pull request for UEFI sub-system for v2019.10-rc2
      
      With this pull request a workaround for GRUB on 32bit ARM is re-enabled
      and made customizable. Without the patch booting on ARM 32bit with GRUB
      prior to version 2.04 or with a cache which is not managed via CP15
      fails.
      
      Further work will be needed to achieve a UEFI compliant cache handling.
      According to the UEFI spec all caches except those that cannot be
      managed via CP15 should be enabled.
      
      An implementation of the ConvertPointer() runtime service is provided.
      
      efi_crt0 is always rebuild to avoid having to call 'make mrproper' when
      switching architectures.
      7127151d
  4. 03 8月, 2019 1 次提交
  5. 02 8月, 2019 3 次提交