mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
test cases.
This commit is contained in:
parent
7cf603d1a7
commit
f7125dea93
4 changed files with 46 additions and 0 deletions
11
util/config/test2
Normal file
11
util/config/test2
Normal file
|
@ -0,0 +1,11 @@
|
|||
TOP ~rminnich/src/bios/freebios
|
||||
target Foo #comment
|
||||
#comment
|
||||
|
||||
northsouthbridge sis/630
|
||||
mainboard leadtek/winfast6300
|
||||
option SIS630
|
||||
option SERIAL_CONSOLE
|
||||
cpu Babbage
|
||||
|
||||
|
9
util/config/test3
Normal file
9
util/config/test3
Normal file
|
@ -0,0 +1,9 @@
|
|||
TOP ../..
|
||||
target Foo #comment
|
||||
#comment
|
||||
|
||||
mainboard leadtek/winfast6300
|
||||
option SERIAL_CONSOLE
|
||||
cpu p6
|
||||
|
||||
|
14
util/config/test4
Normal file
14
util/config/test4
Normal file
|
@ -0,0 +1,14 @@
|
|||
target winfast #comment
|
||||
#comment
|
||||
|
||||
mainboard leadtek/winfast6300
|
||||
option SERIAL_CONSOLE
|
||||
keyboard pc80
|
||||
option NEWPCI
|
||||
# makerule LINUX=../../linux/vmlinux
|
||||
linux /usr/src/linux
|
||||
docipl northsouthbridge/sis/630
|
||||
cpu p5
|
||||
cpu p6
|
||||
|
||||
|
12
util/config/test5
Normal file
12
util/config/test5
Normal file
|
@ -0,0 +1,12 @@
|
|||
target winfast #comment
|
||||
#comment
|
||||
|
||||
mainboard leadtek/winfast6300
|
||||
option SERIAL_CONSOLE
|
||||
raminit northsouthbridge/sis/630/raminit.inc
|
||||
# makerule LINUX=../../linux/vmlinux
|
||||
linux /usr/src/linux
|
||||
cpu p5
|
||||
cpu p6
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue