[coreboot-gerrit] Patch set updated for coreboot: 5a8d5de asus/f2a85-m: conditionally show POST codes

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Wed Mar 12 01:13:38 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 5a8d5de7e5847f29c41618eeabd3cf61f501ad6a
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 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/mainboard/asus/f2a85-m/romstage.c b/src/mainboard/asus/f2a85-m/romstage.c
index 031bb50..7ffe1ac 100644
--- a/src/mainboard/asus/f2a85-m/romstage.c
+++ b/src/mainboard/asus/f2a85-m/romstage.c
@@ -67,6 +67,14 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 	u32 val;
 	u8 byte;
 	device_t dev;
+
+#if IS_ENABLED(CONFIG_POST_DEVICE_PCI_PCIE)
+	hudson_pci_port80();
+#endif
+#if IS_ENABLED(CONFIG_POST_DEVICE_LPC)
+	hudson_lpc_port80();
+#endif
+
 #if CONFIG_HAVE_ACPI_RESUME
 	void *resume_backup_memory;
 #endif



More information about the coreboot-gerrit mailing list