commit | 16c80d7c408a72ca55ebe4d1a463593c03d332fe | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Feb 26 08:45:08 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 26 08:45:08 2019 -0500 |
tree | 384943346ded7a82aa22747fbe2010dc9f69ca33 | |
parent | 110a3e25cb8d590529f683dcacd766fdd8b70bf1 [diff] | |
parent | 32979d862bac03b44a6d47aeac0cd109e002b107 [diff] |
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.