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
This commit is contained in:
Stefan Reinauer
2004-03-24 14:10:45 +00:00
parent b01fb94995
commit 650b6d0b61
16 changed files with 161 additions and 16 deletions

View File

@@ -675,6 +675,21 @@ define HAVE_HARD_RESET
export used
comment "Have hard reset"
end
define HARD_RESET_BUS
default 1
export always
comment "Bus number of southbridge device doing reset"
end
define HARD_RESET_DEVICE
default 5
export always
comment "Device number of southbridge device doing reset"
end
define HARD_RESET_FUNCTION
default 0
export always
comment "Function number of southbridge device doing reset"
end
define MEMORY_HOLE
default none
export used