Move same Kconfigs to northbridge/amd/pi/Kconfig
Bettong, Lamar and Olivehill Plus have many same Kconfigs. Move them to northbridge/amd/pi/Kconfig. Change-Id: I758d5a09f27eee7a7bd60268a2aaed6f16fd0294 Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com> Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com> Reviewed-on: http://review.coreboot.org/10421 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
01e3e0638d
commit
2dcd0fc494
|
@ -39,34 +39,14 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "FP4"
|
default "FP4"
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
|
||||||
hex
|
|
||||||
default 0x200000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZE_AUTO_INC
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 11
|
default 11
|
||||||
|
|
||||||
config RAMTOP
|
|
||||||
hex
|
|
||||||
default 0x1000000
|
|
||||||
|
|
||||||
config HEAP_SIZE
|
|
||||||
hex
|
|
||||||
default 0xc0000
|
|
||||||
|
|
||||||
config RAMBASE
|
|
||||||
hex
|
|
||||||
default 0x200000
|
|
||||||
|
|
||||||
config ONBOARD_VGA_IS_PRIMARY
|
config ONBOARD_VGA_IS_PRIMARY
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -44,34 +44,14 @@ config MAINBOARD_SERIAL_NUMBER
|
||||||
string
|
string
|
||||||
default "52198A"
|
default "52198A"
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
|
||||||
hex
|
|
||||||
default 0x200000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZE_AUTO_INC
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 11
|
default 11
|
||||||
|
|
||||||
config RAMTOP
|
|
||||||
hex
|
|
||||||
default 0x1000000
|
|
||||||
|
|
||||||
config HEAP_SIZE
|
|
||||||
hex
|
|
||||||
default 0xc0000
|
|
||||||
|
|
||||||
config RAMBASE
|
|
||||||
hex
|
|
||||||
default 0x200000
|
|
||||||
|
|
||||||
config ONBOARD_VGA_IS_PRIMARY
|
config ONBOARD_VGA_IS_PRIMARY
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -39,18 +39,10 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "DB-FT3b"
|
default "DB-FT3b"
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
|
||||||
hex
|
|
||||||
default 0x200000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZE_AUTO_INC
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 11
|
default 11
|
||||||
|
|
|
@ -36,4 +36,24 @@ source src/northbridge/amd/pi/00630F01/Kconfig
|
||||||
source src/northbridge/amd/pi/00730F01/Kconfig
|
source src/northbridge/amd/pi/00730F01/Kconfig
|
||||||
source src/northbridge/amd/pi/00660F01/Kconfig
|
source src/northbridge/amd/pi/00660F01/Kconfig
|
||||||
|
|
||||||
|
config HW_MEM_HOLE_SIZEK
|
||||||
|
hex
|
||||||
|
default 0x200000
|
||||||
|
|
||||||
|
config HW_MEM_HOLE_SIZE_AUTO_INC
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
config RAMTOP
|
||||||
|
hex
|
||||||
|
default 0x1000000
|
||||||
|
|
||||||
|
config HEAP_SIZE
|
||||||
|
hex
|
||||||
|
default 0xc0000
|
||||||
|
|
||||||
|
config RAMBASE
|
||||||
|
hex
|
||||||
|
default 0x200000
|
||||||
|
|
||||||
endif # NORTHBRIDGE_AMD_PI
|
endif # NORTHBRIDGE_AMD_PI
|
||||||
|
|
Loading…
Reference in New Issue