mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-31 16:37:07 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user