commit | 2ae58f7b04bd30d8fd3f5b3cab8a8c2c28580fc4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 08 09:20:04 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed May 08 09:20:04 2019 -0400 |
tree | bdb960d0e9b457510a48ae97d8ba20d20edd3d97 | |
parent | 7321e8340970f6b4bf4764b8c1790ca7fad75094 [diff] | |
parent | 8bd4f410b86686b2cd0a867053348f154c857c69 [diff] |
Merge tag 'efi-2019-07-rc2-2' of git://git.denx.de/u-boot-efi Pull request for UEFI sub-system for v2019.07-rc2 (2) Fix a bunch of errors in the UEFI sub-system: * implement missing UnloadImage(), * implement missing RegisterProtocolNotify(), * unload images in Exit(), * parameter checks. Provide a unit test for UnloadImage(). Remove a redundant function for unit tests. Clean up the UEFI sub-system initialization