Re: Pull request for UEFI sub-system for efi-2020-07-rc6 (2)

2020-07-02 Thread Tom Rini
On Tue, Jun 30, 2020 at 05:57:56PM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 19a7e5814b77b288472aa96b6d94fb2591cc9184:
> 
>   Merge tag 'fixes-for-v2020.07' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-video (2020-06-28
> 10:12:25 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-07-rc6-2
> 
> for you to fetch changes up to b7cae5739741fad1327e64c18a0b30919bc77a0e:
> 
>   test/py: test_efi_fit: Update #size-cells to 1 (2020-06-30 14:35:41 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for UEFI sub-system for efi-2020-07-rc6 (2)

2020-06-30 Thread Heinrich Schuchardt
The following changes since commit 19a7e5814b77b288472aa96b6d94fb2591cc9184:

  Merge tag 'fixes-for-v2020.07' of
https://gitlab.denx.de/u-boot/custodians/u-boot-video (2020-06-28
10:12:25 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-07-rc6-2

for you to fetch changes up to b7cae5739741fad1327e64c18a0b30919bc77a0e:

  test/py: test_efi_fit: Update #size-cells to 1 (2020-06-30 14:35:41 +0200)


Pull request for UEFI sub-system for efi-2020-07-rc6 (2)

Fix an incorrect update of the GD register in efi_get_variable_common().
Fix an incorrect check for an FDT reg property.
Fix a device tree used for Python testing.


Bin Meng (1):
  test/py: test_efi_fit: Update #size-cells to 1

Heinrich Schuchardt (2):
  efi_loader: fix incorrect use of EFI_EXIT()
  efi_loader: incorrect check against FDT_ADDR_T_NONE

 cmd/bootefi.c | 2 +-
 lib/efi_loader/efi_variable.c | 2 +-
 test/py/tests/test_efi_fit.py | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)