Merge tag 'efi-2020-04-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Wed, 18 Mar 2020 11:48:39 +0000 (07:48 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Mar 2020 11:48:39 +0000 (07:48 -0400)
commit40e82bb97c6c1d9dd335faf8539123ac6ace26c5
treeacb3d298c833efeecff55d6c510137a897275c0d
parent78176d408bf18de14988a781c59abe38ee350963
parent74b44875357378c83e4bd150c0b759ca6ae6563a
Merge tag 'efi-2020-04-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Pull request for UEFI sub-system for efi-2020-04-rc4 (4)

This series fixes several bugs:

* consider the /reserved-memory node in the device tree
* consider memory reservations created in ft_board_setup()
* correct output of 'efidebug memmap' on the sandbox
* correct the definition of efi_capsule_header()

Furthermore some definitions needed for future patches are added to
header files.