diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-04-28 05:37:36 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-04-28 05:37:36 +0000 |
commit | 97c4947ec9af1664e81ee797834a32d3ca2f74fe (patch) | |
tree | 33f41aaaf4c61c0b41ae4751081d2c369ee371b0 /src/mainboard/tyan/s2880 | |
parent | 48d11d557f725ecf89678a1b9df440417b8da225 (diff) | |
download | coreboot-97c4947ec9af1664e81ee797834a32d3ca2f74fe.tar.xz |
Changes for btext and etherboot and filo merge support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1540 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2880')
-rw-r--r-- | src/mainboard/tyan/s2880/Config.lb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mainboard/tyan/s2880/Config.lb b/src/mainboard/tyan/s2880/Config.lb index 0c757dc2df..ef948091b7 100644 --- a/src/mainboard/tyan/s2880/Config.lb +++ b/src/mainboard/tyan/s2880/Config.lb @@ -32,10 +32,11 @@ default LB_CKS_LOC=123 driver mainboard.o -#dir ../common/lsi_scsi -#driver adaptec_scsi.o -#driver promise_sata.o -#driver intel_nic.o +#dir /drivers/lsi/53c1030 +#dir /drivers/adaptec/7902 +#dir /drivers/si/3114 +#dir /drivers/intel/82551 +dir /drivers/ati/ragexl #object reset.o if HAVE_MP_TABLE object mptable.o end if HAVE_PIRQ_TABLE object irq_tables.o end @@ -184,7 +185,8 @@ northbridge amd/amdk8 "mc0" pnp 2e.8 off # GPIO2 pnp 2e.9 off # GPIO3 pnp 2e.a off # ACPI - pnp 2e.b off # HW Monitor + pnp 2e.b on # HW Monitor + io 0x60 = 0x290 end end end |