1f3acb3dd9
With current code, memcpy rsdp to 0x500 maybe overwrite uefi code/data region. So remove the legacy BIOS deliver method of RSDP, which need copy the RSDP to EBDA space which is addressed by the 16bit pointer at 0x40E or upper memory BIOS space 0xe0000-0xfffff. And just deliver the pointer of RSDP, which is already saved in UEFI system table, to hypervisor. Create a function named efi_init() to separate efi initialize code. Signed-off-by: Zheng, Gen <gen.zheng@intel.com> |
||
---|---|---|
devicemodel | ||
doc | ||
hypervisor |