1. 05 11月, 2020 5 次提交
  2. 04 11月, 2020 1 次提交
  3. 03 11月, 2020 1 次提交
    • H
      env: sf: fix init function behaviour · 46ce9e77
      Heiko Schocher 提交于
      Michael wrote:
      commit 92765f45 ("env: Access Environment in SPI flashes before
      relocation") at least breaks the Kontron sl28 board. I guess it also
      breaks others which use a (late) SPI environment.
      
      reason is, that env_init() sets the init bit, if there
      is no init function defined in an environment driver,
      and use default return value -ENOENT in this case
      later for setting the default environment.
      
      Change:
      Environment driver can now implement an init
      function and return, if this function does nothing,
      simply -ENOENT.
      
      env_init() now handles -ENOENT correct by setting the
      inited bit for the environment driver. And if there
      is no other environment driver whose init function
      returns 0, load than the default environment.
      
      This prevents that each environment driver needs to set the
      default environment.
      
      Fixes: 92765f45 ("env: Access Environment in SPI flashes before relocation")
      Reported-by: NMichael Walle <michael@walle.cc>
      Tested-by: Michael Walle <michael@walle.cc> [For the SF environment]
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      46ce9e77
  4. 02 11月, 2020 10 次提交
  5. 01 11月, 2020 1 次提交
    • T
      Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi · 41cab8ed
      Tom Rini 提交于
      Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
      
      The series contains the following enhancements
      
      * preparatory patches for UEFI capsule updates
      * initialization of the emulated RTC using an environment variable
      
      and a bug fix
      
      * If DisconnectController() is called for a child controller that is the
        only child of the driver, the driver must be disconnected.
      41cab8ed
  6. 31 10月, 2020 4 次提交
  7. 30 10月, 2020 18 次提交