Marc Jones has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45850 )
Change subject: soc/intel/xeon_sp: Move common northbridge ACPI to nb_acpi.c ......................................................................
Patch Set 12:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45850/8/src/soc/intel/xeon_sp/nb_ac... File src/soc/intel/xeon_sp/nb_acpi.c:
https://review.coreboot.org/c/coreboot/+/45850/8/src/soc/intel/xeon_sp/nb_ac... PS8, Line 246: uint32_t bus = hob->PlatformData.IIO_resource[socket].StackRes[stack].BusBase;
Looking at the hob structures, I think that we can use the same BusBase entry and get rid of this #i […]
Done