Martin Roth has posted comments on this change. ( https://review.coreboot.org/18712 )
Change subject: asus/f2a85-m: Switch away from AGESA_LEGACY ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/18712/2/src/mainboard/asus/f2a85-m/romstage.... File src/mainboard/asus/f2a85-m/romstage.c:
PS2, Line 72: if (IS_ENABLED(CONFIG_POST_DEVICE_PCI_PCIE)) : hudson_pci_port80(); : else if (IS_ENABLED(CONFIG_POST_DEVICE_LPC)) : hudson_lpc_port80(); Hrm. We should probably move this to the bootblock and make it global. Obviously unrelated to this patch.