acrn-hypervisor/hypervisor/boot/include
Victor Sun 484d3ec9df HV: modularization: use cmdline char array in acrn boot info
The name of mi_cmdline in acrn_boot_info structure would cause confusion with
mi_cmdline in multiboot_info structure, rename it to cmdline. At the same time,
the data type is changed from pointer to array to avoid accessing the original
multiboot info region which might be used by other software modules.

Tracked-On: #5661

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-06-11 10:06:02 +08:00
..
guest hv: remove unused de-privilege and vboot wrapper code 2020-10-21 15:09:26 +08:00
acpi.h hv: update RTCT ACPI table detecting 2021-06-01 08:22:20 +08:00
boot.h HV: modularization: use cmdline char array in acrn boot info 2021-06-11 10:06:02 +08:00
multiboot_std.h HV: merge multiboot standard data structures in one header 2021-02-26 16:38:32 +08:00
reloc.h hv: fixup relocation delta for symbols belong to entry section 2020-03-06 08:27:46 +08:00