x86: doc: Fix reference to EFI doc in U-Boot
Since commit f3b5056c4e
("efi_loader: split README.efi into two
separate documents"), the original README.efi was renamed to
README.u-boot_on_efi, but x86 doc still refers to the old one.
This updates the x86 doc to reference both README.u-boot_on_efi and
README.uefi.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
9f0b0113c9
commit
9efeb3f4db
@ -1134,18 +1134,18 @@ the "Power" submenu from the Windows start menu.
|
|||||||
EFI Support
|
EFI Support
|
||||||
-----------
|
-----------
|
||||||
U-Boot supports booting as a 32-bit or 64-bit EFI payload, e.g. with UEFI.
|
U-Boot supports booting as a 32-bit or 64-bit EFI payload, e.g. with UEFI.
|
||||||
This is enabled with CONFIG_EFI_STUB. U-Boot can also run as an EFI
|
This is enabled with CONFIG_EFI_STUB to boot from both 32-bit and 64-bit
|
||||||
application, with CONFIG_EFI_APP. The CONFIG_EFI_LOADER option, where U-Booot
|
UEFI BIOS. U-Boot can also run as an EFI application, with CONFIG_EFI_APP.
|
||||||
provides an EFI environment to the kernel (i.e. replaces UEFI completely but
|
The CONFIG_EFI_LOADER option, where U-Booot provides an EFI environment to
|
||||||
provides the same EFI run-time services) is not currently supported on x86.
|
the kernel (i.e. replaces UEFI completely but provides the same EFI run-time
|
||||||
|
services) is not currently supported on x86.
|
||||||
|
|
||||||
See README.efi for details of EFI support in U-Boot.
|
See README.u-boot_on_efi and README.uefi for details of EFI support in U-Boot.
|
||||||
|
|
||||||
64-bit Support
|
64-bit Support
|
||||||
--------------
|
--------------
|
||||||
U-Boot supports booting a 64-bit kernel directly and is able to change to
|
U-Boot supports booting a 64-bit kernel directly and is able to change to
|
||||||
64-bit mode to do so. It also supports (with CONFIG_EFI_STUB) booting from
|
64-bit mode to do so. However, U-Boot itself is currently always built
|
||||||
both 32-bit and 64-bit UEFI. However, U-Boot itself is currently always built
|
|
||||||
in 32-bit mode. Some access to the full memory range is provided with
|
in 32-bit mode. Some access to the full memory range is provided with
|
||||||
arch_phys_memset().
|
arch_phys_memset().
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user