From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Tue, 30 Jun 2020 17:57:56 +0200 Subject: Pull request for UEFI sub-system for efi-2020-07-rc6 (2) Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)