Re: Getting ACRN to work
Hi Dubravko,
toggle quoted message
Show quoted text
Did you boot ACRN from acrn.efi (UEFI) or acrn.bin (SBL), or acrn.32.out (Grub)? RELOC is enabled for acrn.efi, but not others. For the init_percpu_lapic_init() issue, it's highly possibly that the user defined MAX_PCPU_NUM is less than the physical CPU number from ACPI table. Other than that, probably you need to debug the parse_madt() and see if it can't find MADT table or corrupted MADT so that it finds 0 pcpus. BTW, you can pull this PR to your code which may help your bring-up since it enables early panic() and other pr_err() messages. https://github.com/projectacrn/acrn-hypervisor/pull/4381 Best Regards, Zide On 2/10/20 5:13 AM, Dubravko Moravski | Exor Embedded S.r.l. wrote:
Hi Zide, |
|