acrn-hypervisor/hypervisor/boot
Gao, Shiqing ce96ba3fae hv: multiboot: fix compilation error for module test
Fix below compilation error when building the module test for multiboot_priv.h.
./boot/multiboot/multiboot_priv.h: In function ‘boot_from_multiboot’:
./boot/multiboot/multiboot_priv.h:33:27: error: ‘MULTIBOOT_INFO_MAGIC’ undeclared (first use in this function)
   33 |         return ((magic == MULTIBOOT_INFO_MAGIC) && (info != 0U));

Tracked-On: #861

Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>
2024-08-15 15:21:46 +08:00
..
guest HV: elf_loader: Fix copy gpa bug in load elf32 2024-07-10 15:26:02 +08:00
include HV: boot/elf: Fix the wrong comments in elf.h 2024-07-10 15:26:02 +08:00
multiboot hv: multiboot: fix compilation error for module test 2024-08-15 15:21:46 +08:00
acpi_base.c hv: tsc: calibrate TSC by HPET 2022-07-17 16:48:47 +08:00
boot.c HV: treewide: fix violations of coding guideline C-TY-12 2021-11-04 18:15:47 +08:00
reloc.c hv: reloc: enclose `elf64_r_type()` with `#ifdef CONFIG_RELOC` 2024-07-03 14:55:43 +08:00