mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Last few modes for the smartcore PIII
This commit is contained in:
parent
dda0296a29
commit
f4637449ef
3 changed files with 4 additions and 3 deletions
|
@ -30,7 +30,8 @@ option ZKERNEL_MASK=0x7f
|
||||||
option L440BX=1
|
option L440BX=1
|
||||||
option SMC_BASE=0x3F0
|
option SMC_BASE=0x3F0
|
||||||
option CONFIG_UDELAY_TSC=1
|
option CONFIG_UDELAY_TSC=1
|
||||||
|
option CONFIG_LINUXBIOS_ENABLE_IDE=1
|
||||||
|
option CONFIG_LINUXBIOS_LEGACY_IDE=1
|
||||||
object mainboard.o
|
object mainboard.o
|
||||||
object irq_tables.o
|
object irq_tables.o
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ void mainboard_fixup()
|
||||||
// host_bridge_pcidev = pci_find_slot(0, PCI_DEVFN(0,0));
|
// host_bridge_pcidev = pci_find_slot(0, PCI_DEVFN(0,0));
|
||||||
#endif
|
#endif
|
||||||
#if 1
|
#if 1
|
||||||
pci_write_config_byte(nic_pcidev, 0x3c, 21);
|
pci_write_config_byte(nic_pcidev, 0x3c, 5);
|
||||||
#endif
|
#endif
|
||||||
#if 0
|
#if 0
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# change to the path of your linuxbios tree
|
# change to the path of your linuxbios tree
|
||||||
LINUXBIOSROOT=//root/src/freebios/
|
LINUXBIOSROOT=/home/rminnich/src/freebios/
|
||||||
|
|
||||||
INCLUDEPATH=$(LINUXBIOSROOT)/src/arch/i386/include/arch
|
INCLUDEPATH=$(LINUXBIOSROOT)/src/arch/i386/include/arch
|
||||||
INCLUDE2=$(LINUXBIOSROOT)/src/include
|
INCLUDE2=$(LINUXBIOSROOT)/src/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue