]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge tag 'efi-2019-04-rc3' of https://github.com/xypron2/u-boot
authorTom Rini <trini@konsulko.com>
Tue, 26 Feb 2019 13:45:08 +0000 (08:45 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 26 Feb 2019 13:45:08 +0000 (08:45 -0500)
commitb3820ba997f004a376efc5446683101ff42b05af
tree384943346ded7a82aa22747fbe2010dc9f69ca33
parentafd46c5f13d0c93c44008bd7040227d0b84e31b9
parent00358bb804e9e8aa754f946954d299ba9e658a84
Merge tag 'efi-2019-04-rc3' of https://github.com/xypron2/u-boot

Pull request for the UEFI sub-system for v2019.04-rc3

A new option -e is added to the env command which allows to display and
change UEFI variables in a user friendly way.

A new command efidebug is introduced to edit the UEFI boot sequence and to
display different aspects of the state of the UEFI sub-system: memory map,
loaded images, handles, drivers and devices.

A bug in the UEFI boot manager is fixed.