mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
i'll get it working one day...
This commit is contained in:
parent
b08c0e92db
commit
f832cde6c3
1 changed files with 27 additions and 0 deletions
27
src/mainboard/motorola/sandpoint/STATUS
Normal file
27
src/mainboard/motorola/sandpoint/STATUS
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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: Greg Watson
|
||||
email: gwatson@lanl.gov
|
||||
#status: One of unsupported, unstable, stable
|
||||
status: unstable
|
||||
explanation: currently under development
|
||||
flash-types:
|
||||
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:
|
||||
console-types: serial
|
||||
# vga is unsupported, unstable, or stable
|
||||
vga: unsupported
|
||||
# Last-known-good follows the internationl date standard: day/month/year
|
||||
last-known-good: 19/04/2003
|
||||
Comments:
|
||||
Links:
|
||||
Mainboard-revision:
|
||||
# What other mainboards are like this one? List them here.
|
||||
AKA:
|
Loading…
Add table
Reference in a new issue