diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-17 21:22:32 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-19 01:35:03 +0100 |
commit | 4333071e2359add4edbae3a8c1063f1bfbb031bb (patch) | |
tree | 7d09c12e9b0af2a180b8b2467856c80a3460874a /src/mainboard/iwill | |
parent | af771885a5a02f365a1408a06fc38519c31c621d (diff) | |
download | coreboot-4333071e2359add4edbae3a8c1063f1bfbb031bb.tar.xz |
board-status: Add board_info.txt extracted from wiki.
board_info.txt is a file to be used by board-status to add
some useful info to the generated table like flash chip type.
This series is autogenerated from wiki page Supported_Motherboards.
Change-Id: Ie2bda900713ef4883134477163320936c84c34f5
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4701
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/iwill')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/board_info.txt | 3 | ||||
-rw-r--r-- | src/mainboard/iwill/dk8s2/board_info.txt | 2 | ||||
-rw-r--r-- | src/mainboard/iwill/dk8x/board_info.txt | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/iwill/dk8_htx/board_info.txt b/src/mainboard/iwill/dk8_htx/board_info.txt new file mode 100644 index 0000000000..4211c8d532 --- /dev/null +++ b/src/mainboard/iwill/dk8_htx/board_info.txt @@ -0,0 +1,3 @@ +Category: server +Board URL: http://web.archive.org/web/20060507170150/http://www.iwill.net/product_2.asp?p_id=98 +Flashrom support: y diff --git a/src/mainboard/iwill/dk8s2/board_info.txt b/src/mainboard/iwill/dk8s2/board_info.txt new file mode 100644 index 0000000000..d84d5c8047 --- /dev/null +++ b/src/mainboard/iwill/dk8s2/board_info.txt @@ -0,0 +1,2 @@ +Category: server +Board URL: http://web.archive.org/web/20060509143427/http://www.iwill.net/product_2.asp?p_id=42&sp=Y diff --git a/src/mainboard/iwill/dk8x/board_info.txt b/src/mainboard/iwill/dk8x/board_info.txt new file mode 100644 index 0000000000..0a80c2b4e0 --- /dev/null +++ b/src/mainboard/iwill/dk8x/board_info.txt @@ -0,0 +1,2 @@ +Category: server +Board URL: http://web.archive.org/web/20060213163325/http://www.iwill.net/product_2.asp?p_id=28 |