diff options
| author | Tom Rini <[email protected]> | 2019-02-13 07:12:29 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-02-13 07:12:29 -0500 |
| commit | 63f7e3fca391a50a499fed828fe16325fdee45f3 (patch) | |
| tree | 6214d5fe9a24d21b9a729a1bda3fdd22e442d298 /doc | |
| parent | b1b1bab7f92b838a252ab977f56d9c3584c14fb7 (diff) | |
| parent | 823c233b7ab95169ea4428b2821b72b8887b47b0 (diff) | |
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2019-02-13
Goodness this time around:
- HII protocol, finally allows us to run the UEFI Shell!
(experimantal, disabled by default)
- efi selftest now available on Cortex-M
- NVMe support for distro boot
- Lots of code cleanup
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.uefi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.uefi b/doc/README.uefi index 6b9759cfede..0982fad92e9 100644 --- a/doc/README.uefi +++ b/doc/README.uefi @@ -14,7 +14,7 @@ and boot loaders like GRUB or the FreeBSD loader can be executed. ## Building for UEFI -The UEFI standard supports only little endian systems. The UEFI support can be +The UEFI standard supports only little-endian systems. The UEFI support can be activated for ARM and x86 by specifying CONFIG_CMD_BOOTEFI=y @@ -53,7 +53,7 @@ arguments. ### Executing the boot manager -The UEFI specfication foresees to define boot entries and boot sequence via UEFI +The UEFI specification foresees to define boot entries and boot sequence via UEFI variables. Booting according to these variables is possible via bootefi bootmgr [fdt address] @@ -90,14 +90,14 @@ Below you find the output of an example session. The environment variable fdtcontroladdr points to U-Boot's internal device tree (if available). -### Executing the built-in selftest +### Executing the built-in self-test -An UEFI selftest suite can be embedded in U-Boot by building with +An UEFI self-test suite can be embedded in U-Boot by building with CONFIG_CMD_BOOTEFI_SELFTEST=y For testing the UEFI implementation the bootefi command can be used to start the -selftest. +self-test. bootefi selftest [fdt address] |
