[coreboot-gerrit] New patch to review for coreboot: 8eb62d4 asus/f2a85-m: conditionally show POST codes

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Tue Mar 11 15:45:19 CET 2014


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5362

-gerrit

commit 8eb62d4e1c845374788058700cbec943b45acfa7
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Tue Mar 11 15:43:35 2014 +0000

    asus/f2a85-m: conditionally show POST codes
    
    Change-Id: I61e55601676c0825815d6520a874ccade8942379
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 src/mainboard/asus/f2a85-m/romstage.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/mainboard/asus/f2a85-m/romstage.c b/src/mainboard/asus/f2a85-m/romstage.c
index 031bb50..4dd4448 100644
--- a/src/mainboard/asus/f2a85-m/romstage.c
+++ b/src/mainboard/asus/f2a85-m/romstage.c
@@ -64,6 +64,12 @@ static void sbxxx_enable_48mhzout(void)
 
 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 {
+#if IS_ENABLED(CONFIG_POST_DEVICE_PCI_PCIE)
+	hudson_pci_port80();
+#endif
+#if IS_ENABLED(CONFIG_POST_DEVICE_LPC)
+	hudson_lpc_port80();
+#endif
 	u32 val;
 	u8 byte;
 	device_t dev;



More information about the coreboot-gerrit mailing list