acrn-hypervisor/hypervisor/arch/x86/seed
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
..
seed.c HV: modularization: use cmdline char array in acrn boot info 2021-06-11 10:06:02 +08:00
seed_abl.c hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
seed_abl.h hv: refactor seed management 2019-03-14 10:38:17 +08:00
seed_sbl.c hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
seed_sbl.h hv: refactor seed management 2019-03-14 10:38:17 +08:00