diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-24 14:10:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-24 14:10:45 +0000 |
commit | 650b6d0b61087d979f18f57b64ede4ff9d1c56f6 (patch) | |
tree | f6a99b836a5344bf610a738b945ec7e6a4527427 /src/mainboard/tyan/s2850 | |
parent | b01fb94995a5d1fcd28bcbe7e6e509d69954c7c8 (diff) |
Further trimming freebios2 towards code reuse.
Unified AMD K8 reset function that can be customized via mainboard Config.lb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1471 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2850')
-rw-r--r-- | src/mainboard/tyan/s2850/Config.lb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2850/Config.lb b/src/mainboard/tyan/s2850/Config.lb index fe6f7e319e..ad189c9202 100644 --- a/src/mainboard/tyan/s2850/Config.lb +++ b/src/mainboard/tyan/s2850/Config.lb @@ -3,6 +3,9 @@ uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses MAINBOARD uses ARCH +uses HARD_RESET_BUS +uses HARD_RESET_DEVICE +uses HARD_RESET_FUNCTION # # ### @@ -24,11 +27,15 @@ driver adaptec_scsi.o driver promise_sata.o driver intel_nic.o driver broadcom_nic.o -object reset.o +#object reset.o #object static_devices.o if HAVE_MP_TABLE object mptable.o end if HAVE_PIRQ_TABLE object irq_tables.o end # +default HARD_RESET_BUS=1 +default HARD_RESET_DEVICE=2 +default HARD_RESET_FUNCTION=0 +# arch i386 end #cpu k8 end # |