diff --git a/src/mainboard/elitegroup/p6stp-fl/STATUS b/src/mainboard/elitegroup/p6stp-fl/STATUS index 332dbc73ca..97560c9b23 100644 --- a/src/mainboard/elitegroup/p6stp-fl/STATUS +++ b/src/mainboard/elitegroup/p6stp-fl/STATUS @@ -18,7 +18,7 @@ OS-issues: console-types: serial, (vga) #console-types: serial, vga (framedev) //or this one # vga is unsupported, unstable, or stable -vga:unstable +vga:stable # Last-known-good follows the internationl date standard: day/month/year last-known-good: 19/03/2003 Comments: just tried it with normal flashrom (no DoC) diff --git a/src/mainboard/pcchips/m787cl+/STATUS b/src/mainboard/pcchips/m787cl+/STATUS index cd65fc8da1..28ad07e87c 100644 --- a/src/mainboard/pcchips/m787cl+/STATUS +++ b/src/mainboard/pcchips/m787cl+/STATUS @@ -23,9 +23,7 @@ console-types: serial, vga-text vga: stable # Last-known-good follows the internationl date standard: day/month/year last-known-good: 4/2/2003 -Comments: NOTE: Requires SDRAM in slot DIMM1 \ -4 bit 640x400 graphics is supported for a startup logo screen, followed by \ -80x25 vga text console. Graphics timing and sizing are not perfect but very close. +Comments: NOTE: Requires SDRAM in slot DIMM1 4 bit 640x400 graphics is supported for a startup logo screen, followed by 80x25 vga text console. Graphics timing and sizing are not perfect but very close. Links: http://www.pcchips.com.tw/M787CL.html Mainboard-revision: # What other mainboards are like this one? List them here. diff --git a/src/mainboard/stpc/consumer2/STATUS b/src/mainboard/stpc/consumer2/STATUS index 9e65a65b98..5a8fbfe12d 100644 --- a/src/mainboard/stpc/consumer2/STATUS +++ b/src/mainboard/stpc/consumer2/STATUS @@ -17,17 +17,13 @@ payload-types: # e.g. linux, plan 9, wince, etc. OS-types: linux # e.g. "Plan 9 interrupts don't work on this chipset" -OS-issues: linux hwclock hangs for 20 seconds and reports wrong value. \ -Change irqs to be used in src/mainboard/stpc/consumer2/mainboard.c; \ -irq table is dynamic with the checksum calculated on startup; ram must \ -be enabled at 0xf0000 for irq table to be written (done by default). +OS-issues: linux hwclock hangs for 20 seconds and reports wrong value. Change irqs to be used in src/mainboard/stpc/consumer2/mainboard.c; irq table is dynamic with the checksum calculated on startup; ram must be enabled at 0xf0000 for irq table to be written (done by default). console-types: serial, vga-text # vga is unsupported, unstable, or stable vga: stable # Last-known-good follows the internationl date standard: day/month/year last-known-good: 17/12/2002 -Comments: 4 bit 640x400 graphics is supported for a startup logo screen, followed by \ -80x25 vga text console. Not sure if vga clock is set correctly but it is close. +Comments: 4 bit 640x400 graphics is supported for a startup logo screen, followed by 80x25 vga text console. Not sure if vga clock is set correctly but it is close. Links: http://us.st.com/stonline/products/support/stpc/stpcxx/stpcc4/index.htm Mainboard-revision: 1.1 # What other mainboards are like this one? List them here. diff --git a/util/buildstatus/buildstatus.pl b/util/buildstatus/buildstatus.pl index 86759eaec7..a66f1bbf37 100644 --- a/util/buildstatus/buildstatus.pl +++ b/util/buildstatus/buildstatus.pl @@ -145,6 +145,7 @@ if ($#ARGV == 1) { $prefix = $ARGV[1]; } open(DIRS, "ls $prefix/src/mainboard/*/*/STATUS|") || die("open ls failed: $!"); while() { chop; + printf(STDERR "$_ \n"); mainboard($_); } dumpstatus();