UEFI: update documentation
Add a new document named ACRN_UEFI.txt to direct user how to use the acrn.efi. Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
This commit is contained in:
parent
e0128b1173
commit
7a18425780
|
@ -0,0 +1,14 @@
|
|||
*******************
|
||||
Usage of acrn.efi
|
||||
*******************
|
||||
|
||||
Suggest to follow the following step:
|
||||
a. Build out the acrn.efi image with command "make PLATFORM=uefi".
|
||||
b. Rename the original os loader file that is located at
|
||||
\\EFI\\BOOT\\BOOTX64.EFI as CL_BL.EFI which name can be user defined
|
||||
in the config file bsp/uefi/include/bsp/bsp_cfg.h, the default name
|
||||
is CL_BL.EFI.
|
||||
c. Copy acrn.efi to \\EFI\\BOOT\\, and rename it to BOOTX64.EFI
|
||||
d. Reboot
|
||||
e. If you want to recover to origianal os loader, just replace
|
||||
the BOOTX64.EFI with the CL_BL.EFI.
|
Loading…
Reference in New Issue