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/gigabyte | |
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/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/board_info.txt | 6 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxe/board_info.txt | 6 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/board_info.txt | 3 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/board_info.txt | 6 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/board_info.txt | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/board_info.txt | 2 |
6 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/board_info.txt b/src/mainboard/gigabyte/ga-6bxc/board_info.txt new file mode 100644 index 0000000000..ac2a58e6b1 --- /dev/null +++ b/src/mainboard/gigabyte/ga-6bxc/board_info.txt @@ -0,0 +1,6 @@ +Category: desktop +Board URL: http://www.gigabyte.com/products/product-page.aspx?pid=1445#sp +ROM package: DIP32 +ROM protocol: Parallel +ROM socketed: y +Flashrom support: y diff --git a/src/mainboard/gigabyte/ga-6bxe/board_info.txt b/src/mainboard/gigabyte/ga-6bxe/board_info.txt new file mode 100644 index 0000000000..dc1457dfba --- /dev/null +++ b/src/mainboard/gigabyte/ga-6bxe/board_info.txt @@ -0,0 +1,6 @@ +Category: desktop +Board URL: http://www.gigabyte.com/products/product-page.aspx?pid=1430#sp +ROM package: DIP32 +ROM protocol: Parallel +ROM socketed: y +Flashrom support: y diff --git a/src/mainboard/gigabyte/ga_2761gxdk/board_info.txt b/src/mainboard/gigabyte/ga_2761gxdk/board_info.txt new file mode 100644 index 0000000000..87aac86288 --- /dev/null +++ b/src/mainboard/gigabyte/ga_2761gxdk/board_info.txt @@ -0,0 +1,3 @@ +Board name: GA-2761GXDK (Churchill) +Category: desktop +Board URL: http://www.computerbase.de/news/hardware/mainboards/amd-systeme/2007/mai/gigabyte_dtx-mainboard/ diff --git a/src/mainboard/gigabyte/m57sli/board_info.txt b/src/mainboard/gigabyte/m57sli/board_info.txt new file mode 100644 index 0000000000..3e591f437d --- /dev/null +++ b/src/mainboard/gigabyte/m57sli/board_info.txt @@ -0,0 +1,6 @@ +Category: desktop +Board URL: http://www.gigabyte.com/products/product-page.aspx?pid=2287#ov +ROM socketed: n +Flashrom support: y +Vendor cooperation score: 3 +Vendor cooperation page: Gigabyte m57sli Vendor Cooperation Score diff --git a/src/mainboard/gigabyte/ma785gmt/board_info.txt b/src/mainboard/gigabyte/ma785gmt/board_info.txt new file mode 100644 index 0000000000..fea4649992 --- /dev/null +++ b/src/mainboard/gigabyte/ma785gmt/board_info.txt @@ -0,0 +1,2 @@ +Category: desktop +Board URL: http://www.gigabyte.com/products/product-page.aspx?pid=3156#ov diff --git a/src/mainboard/gigabyte/ma78gm/board_info.txt b/src/mainboard/gigabyte/ma78gm/board_info.txt new file mode 100644 index 0000000000..b4643c088d --- /dev/null +++ b/src/mainboard/gigabyte/ma78gm/board_info.txt @@ -0,0 +1,2 @@ +Category: desktop +Board URL: http://www.gigabyte.com/products/product-page.aspx?pid=2995#ov |