mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Add board_info for all Google/Intel boards mitting the file
Change-Id: Iac53462ab3621d96ba15e2fde2800212584246db Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/7072 Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
b752e4f402
commit
cb0d772eef
8 changed files with 24 additions and 0 deletions
3
src/mainboard/google/daisy/board_info.txt
Normal file
3
src/mainboard/google/daisy/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: laptop
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/google/nyan/board_info.txt
Normal file
3
src/mainboard/google/nyan/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: laptop
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/google/nyan_big/board_info.txt
Normal file
3
src/mainboard/google/nyan_big/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: laptop
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/google/peach_pit/board_info.txt
Normal file
3
src/mainboard/google/peach_pit/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: laptop
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/google/rambi/board_info.txt
Normal file
3
src/mainboard/google/rambi/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: laptop
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/google/samus/board_info.txt
Normal file
3
src/mainboard/google/samus/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: laptop
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/intel/minnowmax/board_info.txt
Normal file
3
src/mainboard/intel/minnowmax/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: sbc
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
3
src/mainboard/intel/mohonpeak/board_info.txt
Normal file
3
src/mainboard/intel/mohonpeak/board_info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Category: eval
|
||||
ROM protocol: SPI
|
||||
Flashrom support: y
|
Loading…
Add table
Reference in a new issue