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/msi | |
parent | af771885a5a02f365a1408a06fc38519c31c621d (diff) |
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/msi')
-rw-r--r-- | src/mainboard/msi/ms6119/board_info.txt | 4 | ||||
-rw-r--r-- | src/mainboard/msi/ms6147/board_info.txt | 5 | ||||
-rw-r--r-- | src/mainboard/msi/ms6156/board_info.txt | 6 | ||||
-rw-r--r-- | src/mainboard/msi/ms6178/board_info.txt | 4 | ||||
-rw-r--r-- | src/mainboard/msi/ms7135/board_info.txt | 7 | ||||
-rw-r--r-- | src/mainboard/msi/ms7260/board_info.txt | 6 | ||||
-rw-r--r-- | src/mainboard/msi/ms9185/board_info.txt | 3 | ||||
-rw-r--r-- | src/mainboard/msi/ms9282/board_info.txt | 3 |
8 files changed, 38 insertions, 0 deletions
diff --git a/src/mainboard/msi/ms6119/board_info.txt b/src/mainboard/msi/ms6119/board_info.txt new file mode 100644 index 0000000000..2a029e4069 --- /dev/null +++ b/src/mainboard/msi/ms6119/board_info.txt @@ -0,0 +1,4 @@ +Category: desktop +Board URL: http://no.msi.com/product/mb/MS-6119.html +ROM package: DIP32 +ROM protocol: Parallel diff --git a/src/mainboard/msi/ms6147/board_info.txt b/src/mainboard/msi/ms6147/board_info.txt new file mode 100644 index 0000000000..62d41dd122 --- /dev/null +++ b/src/mainboard/msi/ms6147/board_info.txt @@ -0,0 +1,5 @@ +Category: desktop +Board URL: http://no.msi.com/product/mb/MS-6147.html +ROM package: DIP32 +ROM protocol: Parallel +ROM socketed: y diff --git a/src/mainboard/msi/ms6156/board_info.txt b/src/mainboard/msi/ms6156/board_info.txt new file mode 100644 index 0000000000..beec822ad3 --- /dev/null +++ b/src/mainboard/msi/ms6156/board_info.txt @@ -0,0 +1,6 @@ +Category: desktop +Board URL: http://no.msi.com/product/mb/MS-6156VA.html +ROM package: DIP32 +ROM protocol: Parallel +ROM socketed: y +Flashrom support: y diff --git a/src/mainboard/msi/ms6178/board_info.txt b/src/mainboard/msi/ms6178/board_info.txt new file mode 100644 index 0000000000..0a150128ac --- /dev/null +++ b/src/mainboard/msi/ms6178/board_info.txt @@ -0,0 +1,4 @@ +Category: desktop +Board URL: http://no.msi.com/product/mb/MS-6178.html +ROM package: PLCC +ROM socketed: y diff --git a/src/mainboard/msi/ms7135/board_info.txt b/src/mainboard/msi/ms7135/board_info.txt new file mode 100644 index 0000000000..3d933cfc4a --- /dev/null +++ b/src/mainboard/msi/ms7135/board_info.txt @@ -0,0 +1,7 @@ +Board name: MS-7135 (K8N Neo3) +Category: desktop +Board URL: http://no.msi.com/product/mb/K8N-Neo3.html +ROM package: PLCC +ROM protocol: LPC +ROM socketed: variable +Flashrom support: y diff --git a/src/mainboard/msi/ms7260/board_info.txt b/src/mainboard/msi/ms7260/board_info.txt new file mode 100644 index 0000000000..431899a2f8 --- /dev/null +++ b/src/mainboard/msi/ms7260/board_info.txt @@ -0,0 +1,6 @@ +Board name: MS-7260 (K9N Neo) +Category: desktop +Board URL: http://no.msi.com/product/mb/K9N-Neo--PCB-1-0-.html +ROM package: PLCC +ROM socketed: y +Flashrom support: coreboot-only diff --git a/src/mainboard/msi/ms9185/board_info.txt b/src/mainboard/msi/ms9185/board_info.txt new file mode 100644 index 0000000000..8ffecdbf38 --- /dev/null +++ b/src/mainboard/msi/ms9185/board_info.txt @@ -0,0 +1,3 @@ +Board name: K9SD Master-S2R (MS-9185) +Category: server +Board URL: http://www.msiserver.de/de/Produkte/Server_Mainboards/K9SD_Master_S2R_MS_9185.aspx diff --git a/src/mainboard/msi/ms9282/board_info.txt b/src/mainboard/msi/ms9282/board_info.txt new file mode 100644 index 0000000000..2f8e68861b --- /dev/null +++ b/src/mainboard/msi/ms9282/board_info.txt @@ -0,0 +1,3 @@ +Board name: K9SD Master (MS-9282) +Category: server +Board URL: http://cweb.msi.com.tw/program/products/server/svr/pro_svr_detail.php?UID=632 |