mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
added current status
This commit is contained in:
parent
b734b12fa2
commit
1a1fdf23e4
1 changed files with 28 additions and 0 deletions
28
src/mainboard/via/epia-m/STATUS
Normal file
28
src/mainboard/via/epia-m/STATUS
Normal file
|
@ -0,0 +1,28 @@
|
|||
# These are keyword-value pairs.
|
||||
# a : separates the keyword from the value
|
||||
# the value is arbitrary text delimited by newline.
|
||||
# continuation, if needed, will be via the \ at the end of a line
|
||||
# comments are indicated by a '#' as the first character.
|
||||
# the keywords are case-INSENSITIVE
|
||||
owner: Andrew Ip
|
||||
email: aip@cwlinux.com
|
||||
#status: One of unsupported, unstable, stable
|
||||
status: unstable
|
||||
explanation:
|
||||
flash-types: SST 39SF020A
|
||||
payload-types: etherboot, memtest
|
||||
# e.g. linux, plan 9, wince, etc.
|
||||
OS-types: linux
|
||||
# e.g. "Plan 9 interrupts don't work on this chipset"
|
||||
OS-issues:
|
||||
console-types: serial
|
||||
# vga is unsupported, unstable, or stable
|
||||
vga: unstable
|
||||
# Last-known-good follows the internationl date standard: day/month/year
|
||||
last-known-good: 7/18/2003
|
||||
Comments: Memory setup is hardcoded at the moment. Some memory might not work.
|
||||
Links:
|
||||
Mainboard-revision:
|
||||
# What other mainboards are like this one? List them here.
|
||||
AKA:
|
||||
epia-m, epia-m 10000
|
Loading…
Add table
Reference in a new issue