[coreboot-gerrit] Patch set updated for coreboot: 1e12f92 Asus F2A85-M: show POST codes

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Wed Feb 5 15:34: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/4561

-gerrit

commit 1e12f9212285b4e931930207cc1c3691c8a3f542
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Sun Dec 22 21:01:51 2013 +0000

    Asus F2A85-M: show POST codes
    
    Add conditional POST code output, tunable with CONFIG_IO_POST.
    
    Change-Id: If92b50ab3888518228d2d3b76f5c50c4aef968dd
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 src/mainboard/asus/f2a85-m/romstage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/asus/f2a85-m/romstage.c b/src/mainboard/asus/f2a85-m/romstage.c
index fe66dde..df21ede 100644
--- a/src/mainboard/asus/f2a85-m/romstage.c
+++ b/src/mainboard/asus/f2a85-m/romstage.c
@@ -64,7 +64,9 @@ static void sbxxx_enable_48mhzout(void)
 
 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 {
+#if CONFIG_IO_POST_PORT
 	hudson_pci_port80();
+#endif
 
 	u32 val;
 	u8 byte;



More information about the coreboot-gerrit mailing list