Idwer Vollering (vidwer@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4561
-gerrit
commit 7b6f0608cb18ae50480a0210f7f9c258c5510b30 Author: Idwer Vollering vidwer@gmail.com Date: Sun Dec 22 21:01:51 2013 +0000
Asus F2A85-M: show POST codes
Add conditional POST code output, toggled by CONFIG_IO_POST_PORT.
Change-Id: If92b50ab3888518228d2d3b76f5c50c4aef968dd Signed-off-by: Idwer Vollering vidwer@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;