Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32722 )
Change subject: lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_id ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/32722/2/src/cpu/x86/lapic/lapic_cpu_init.c File src/cpu/x86/lapic/lapic_cpu_init.c:
https://review.coreboot.org/#/c/32722/2/src/cpu/x86/lapic/lapic_cpu_init.c@5... PS2, Line 552: info->cpu = alloc_find_dev(cpu_bus, &cpu_path);
Add another call here for the BSP.
Done