coreboot_ram can be unpacked to 1MB. The value is quickly replaced with the real value later, thus causing no harm. Move RAMBASE to the default of 1MB for the affected boards Signed-off-by: Aurelien Guillaume <aurelien@iwi.me> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5779 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
28 lines
452 B
Plaintext
28 lines
452 B
Plaintext
if BOARD_AMD_NORWICH
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_AMD_LX
|
|
select NORTHBRIDGE_AMD_LX
|
|
select SOUTHBRIDGE_AMD_CS5536
|
|
select HAVE_PIRQ_TABLE
|
|
select PIRQ_ROUTE
|
|
select UDELAY_TSC
|
|
select CACHE_AS_RAM
|
|
select BOARD_ROMSIZE_KB_256
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default amd/norwich
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "Norwich"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 6
|
|
|
|
endif # BOARD_AMD_NORWICH
|