mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Setting up VIA VT5292 to see how it works. We've already hit a snag ...
looks like we'll need src/superio/via/vt82c686 seems odd.
This commit is contained in:
parent
dd84fac593
commit
ff81a33cbd
4 changed files with 26 additions and 0 deletions
10
src/mainboard/via/vt5292/Config
Normal file
10
src/mainboard/via/vt5292/Config
Normal file
|
@ -0,0 +1,10 @@
|
|||
northbridge via/vt8601
|
||||
southbridge via/vt82c686
|
||||
superio via/vt82c686
|
||||
|
||||
option ENABLE_FIXED_AND_VARIABLE_MTRRS
|
||||
object mainboard.o
|
||||
object irq_tables.o
|
||||
keyboard pc80
|
||||
cpu p5
|
||||
cpu p6
|
1
src/northbridge/via/vt8601/Config
Normal file
1
src/northbridge/via/vt8601/Config
Normal file
|
@ -0,0 +1 @@
|
|||
object northbridge.o
|
1
src/southbridge/via/vt82c686/Config
Normal file
1
src/southbridge/via/vt82c686/Config
Normal file
|
@ -0,0 +1 @@
|
|||
object southbridge.o
|
14
util/config/via.config
Normal file
14
util/config/via.config
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
# This will make a target directory of ./via
|
||||
target via
|
||||
|
||||
# VIA test mainboard
|
||||
mainboard via/vt5292
|
||||
|
||||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
linux /usr/src/linux
|
||||
|
||||
option CMD_LINE='"root=/dev/hda1"'
|
||||
|
Loading…
Add table
Reference in a new issue