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:
@@ -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
|
||||
|
Reference in New Issue
Block a user