update status.

This commit is contained in:
Ronald G. Minnich 2003-06-24 15:27:06 +00:00
commit 7883f9ffc1
4 changed files with 5 additions and 10 deletions

View file

@ -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)

View file

@ -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.

View file

@ -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.

View file

@ -145,6 +145,7 @@ if ($#ARGV == 1) { $prefix = $ARGV[1]; }
open(DIRS, "ls $prefix/src/mainboard/*/*/STATUS|") || die("open ls failed: $!");
while(<DIRS>) {
chop;
printf(STDERR "$_ \n");
mainboard($_);
}
dumpstatus();