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

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Wed Feb 5 15:35:09 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 276f46f1d221c48f7e05255d0b39ef56f9767548
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..b0111eb 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
 	hudson_pci_port80();
+#endif
 
 	u32 val;
 	u8 byte;



More information about the coreboot-gerrit mailing list