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/s4880 | |
parent | b01fb94995a5d1fcd28bcbe7e6e509d69954c7c8 (diff) | |
download | coreboot-650b6d0b61087d979f18f57b64ede4ff9d1c56f6.tar.xz |
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/s4880')
-rw-r--r-- | src/mainboard/tyan/s4880/Config.lb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s4880/Config.lb b/src/mainboard/tyan/s4880/Config.lb index 58e71b4668..69e647984f 100644 --- a/src/mainboard/tyan/s4880/Config.lb +++ b/src/mainboard/tyan/s4880/Config.lb @@ -6,6 +6,9 @@ uses LB_CKS_RANGE_END uses LB_CKS_LOC uses MAINBOARD uses ARCH +uses HARD_RESET_BUS +uses HARD_RESET_DEVICE +uses HARD_RESET_FUNCTION # # ### @@ -34,10 +37,14 @@ driver mainboard.o #driver adaptec_scsi.o #driver si_sata.o #driver intel_nic.o -object reset.o +#object reset.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=4 +default HARD_RESET_FUNCTION=0 +# arch i386 end #cpu k8 end # |