diff options
author | Sebastien Boeuf <sebastien.boeuf@intel.com> | 2022-03-02 21:31:35 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-04 02:41:57 +0000 |
commit | d50d9e55498c7ce8826316631cd4daa9a291f8b3 (patch) | |
tree | cb8b3be86233e94b78276cf296ad6b79973231cf /OvmfPkg/Include | |
parent | e1c7f9b4e59e2df20650de3de98c2b2bc7879524 (diff) | |
download | edk2-d50d9e55498c7ce8826316631cd4daa9a291f8b3.zip edk2-d50d9e55498c7ce8826316631cd4daa9a291f8b3.tar.gz edk2-d50d9e55498c7ce8826316631cd4daa9a291f8b3.tar.bz2 |
OvmfPkg: CloudHv: Retrieve RSDP address from PVH
Instead of hardcoding the address of the RSDP in the firmware, let's
rely on the PVH structure hvm_start_info to retrieve this information.
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r-- | OvmfPkg/Include/IndustryStandard/CloudHv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OvmfPkg/Include/IndustryStandard/CloudHv.h b/OvmfPkg/Include/IndustryStandard/CloudHv.h index 86404cc..d31ecc9 100644 --- a/OvmfPkg/Include/IndustryStandard/CloudHv.h +++ b/OvmfPkg/Include/IndustryStandard/CloudHv.h @@ -38,9 +38,4 @@ //
#define CLOUDHV_SMBIOS_ADDRESS 0xf0000
-//
-// RSDP address
-//
-#define CLOUDHV_RSDP_ADDRESS 0xa0000
-
#endif // __CLOUDHV_H__
|