- AMD selected a couple of options that are incompatible with QEmu (and
probably others). Only select them for AMD - Make the bootblock smaller (only one copy of it), and don't pad the bootblock using dd(1), but top-align inside cbfstool, to reduce dependencies on unix tools. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4542 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
config HAVE_INIT_TIMER
|
||||
bool
|
||||
default y
|
||||
depends on CPU_AMD_SOCKET_F
|
||||
|
||||
config HAVE_MOVNTI
|
||||
bool
|
||||
default y
|
||||
depends on CPU_AMD_SOCKET_F
|
||||
|
||||
config CPU_ADDR_BITS
|
||||
int
|
||||
default 40
|
||||
depends on CPU_AMD_SOCKET_F
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user