HV: add bsp acpi info support

On some occations HV operates relying on host acpi info, we can use a
c file to store this data. The data could be hardcoded or use offline
tool that run on target first and then generate the file automatically.

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Victor Sun
2018-06-12 15:28:16 +08:00
committed by lijinxia
parent 35f06b8382
commit 88e1c4975c
4 changed files with 73 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ endif
C_SRCS += bsp/$(PLATFORM)/vm_description.c
C_SRCS += bsp/$(PLATFORM)/$(PLATFORM).c
C_SRCS += bsp/$(PLATFORM)/platform_acpi_info.c
ifeq ($(PLATFORM),uefi)
C_SRCS += bsp/$(PLATFORM)/cmdline.c