mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Lanner em-370 Config file and an example config
This commit is contained in:
parent
133e6355b1
commit
7d897e96f8
2 changed files with 40 additions and 0 deletions
27
src/mainboard/lanner/em-370/Config
Normal file
27
src/mainboard/lanner/em-370/Config
Normal file
|
@ -0,0 +1,27 @@
|
|||
northbridge intel/440bx
|
||||
southbridge intel/piix4e
|
||||
superio winbond/w83977ef
|
||||
raminit northbridge/intel/440bx/raminit.inc
|
||||
|
||||
option INTEL_PPRO_MTRR
|
||||
option ENABLE_FIXED_AND_VARIABLE_MTRRS
|
||||
option CONFIGURE_L2_CACHE
|
||||
option FINAL_MAINBOARD_FIXUP
|
||||
option HAVE_PIRQ_TABLE
|
||||
option NEWPCI
|
||||
option PIIX4_DEVFN=0x90
|
||||
option PIIX4E_KEYBOARD
|
||||
option i586
|
||||
option i686
|
||||
option INTEL_BRIDGE_CONFIG
|
||||
option PIIX4E_NVRAM
|
||||
option __KERNEL__
|
||||
option RAMTEST
|
||||
|
||||
object mainboard.o
|
||||
object irq_tables.o
|
||||
keyboard pc80
|
||||
cpu p5
|
||||
cpu p6
|
||||
|
||||
|
13
src/mainboard/lanner/em-370/example.config
Normal file
13
src/mainboard/lanner/em-370/example.config
Normal file
|
@ -0,0 +1,13 @@
|
|||
target purple_box
|
||||
|
||||
mainboard lanner/em-370
|
||||
|
||||
option SERIAL_CONSOLE
|
||||
option UPDATE_MICROCODE
|
||||
option SERIAL_POST
|
||||
#option HAVE_FAMEBUFFER
|
||||
|
||||
linux /usr/src/linux-2.4.0-bios
|
||||
|
||||
commandline ro root=/dev/hdc1 devfs=mount console=ttyS0
|
||||
|
Loading…
Add table
Reference in a new issue