diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-06-12 08:36:24 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-06-17 21:16:04 +0800 |
commit | 3ebd892fda2d07f153a14cb30e60ae707e9e4208 (patch) | |
tree | 67979e62f6c0b91c951b53e82199e6e0adb62309 /doc | |
parent | d441ec829831068e29318a5b6774a36d31ae135a (diff) | |
download | u-boot-3ebd892fda2d07f153a14cb30e60ae707e9e4208.zip u-boot-3ebd892fda2d07f153a14cb30e60ae707e9e4208.tar.gz u-boot-3ebd892fda2d07f153a14cb30e60ae707e9e4208.tar.bz2 |
x86: Rename efi-x86 target to efi-x86_app
To avoid confusion, let's rename the efi-x86 target to efi-x86_app.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.u-boot_on_efi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.u-boot_on_efi b/doc/README.u-boot_on_efi index 8fba112..e12dd4e 100644 --- a/doc/README.u-boot_on_efi +++ b/doc/README.u-boot_on_efi @@ -65,10 +65,10 @@ for that board. It will be either 32-bit or 64-bit. Alternatively, you can opt for using QEMU [1] and the OVMF [2], as detailed below. To build U-Boot as an EFI application (32-bit EFI required), enable CONFIG_EFI -and CONFIG_EFI_APP. The efi-x86 config (efi-x86_defconfig) is set up for this. -Just build U-Boot as normal, e.g. +and CONFIG_EFI_APP. The efi-x86_app config (efi-x86_app_defconfig) is set up +for this. Just build U-Boot as normal, e.g. - make efi-x86_defconfig + make efi-x86_app_defconfig make To build U-Boot as an EFI payload (32-bit or 64-bit EFI can be used), enable @@ -234,7 +234,7 @@ lib/efi arch/x86/cpu/efi x86 support code for running as an EFI application and payload -board/efi/efi-x86/efi.c +board/efi/efi-x86_app/efi.c x86 board code for running as an EFI application board/efi/efi-x86_payload |