soc/intel/cannonlake: Set DIMM_SPD_SIZE to 512
All related mainboards are setting DIMM_SPD_SIZE to 512. Therefore, default to 512 in the SoC Kconfig and drop it from related mainboard Kconfigs. Change-Id: Idb6a0e42961eeb490afd76b4aa7d940961991733 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52513 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
091532d8ee
commit
efa5a46350
|
@ -61,10 +61,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2 if BOARD_CLEVO_L140CU_BASE
|
default 2 if BOARD_CLEVO_L140CU_BASE
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
string
|
string
|
||||||
default "8086,9b41"
|
default "8086,9b41"
|
||||||
|
|
|
@ -45,10 +45,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config DRIVER_TPM_I2C_BUS
|
config DRIVER_TPM_I2C_BUS
|
||||||
hex
|
hex
|
||||||
default 0x4
|
default 0x4
|
||||||
|
|
|
@ -70,10 +70,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config ROMSTAGE_SPD_CBFS
|
config ROMSTAGE_SPD_CBFS
|
||||||
bool
|
bool
|
||||||
default y if !ROMSTAGE_SPD_SMBUS
|
default y if !ROMSTAGE_SPD_SMBUS
|
||||||
|
|
|
@ -40,10 +40,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config DRIVER_TPM_I2C_BUS
|
config DRIVER_TPM_I2C_BUS
|
||||||
hex
|
hex
|
||||||
default 0x4
|
default 0x4
|
||||||
|
|
|
@ -50,10 +50,6 @@ config OVERRIDE_DEVICETREE
|
||||||
string
|
string
|
||||||
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
|
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config CONSOLE_POST
|
config CONSOLE_POST
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -59,10 +59,6 @@ config INTEL_GMA_VBT_FILE
|
||||||
string
|
string
|
||||||
default "src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/data.vbt"
|
default "src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/data.vbt"
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config CBFS_SIZE
|
config CBFS_SIZE
|
||||||
hex
|
hex
|
||||||
default 0xb00000
|
default 0xb00000
|
||||||
|
|
|
@ -60,10 +60,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
string
|
string
|
||||||
default "8086,9bc4"
|
default "8086,9bc4"
|
||||||
|
|
|
@ -57,10 +57,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config VGA_BIOS_FILE
|
config VGA_BIOS_FILE
|
||||||
string
|
string
|
||||||
default "pci8086,9b41.rom"
|
default "pci8086,9b41.rom"
|
||||||
|
|
|
@ -61,10 +61,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config POST_DEVICE
|
config POST_DEVICE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
|
@ -73,10 +73,6 @@ config DIMM_MAX
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config DIMM_SPD_SIZE
|
|
||||||
int
|
|
||||||
default 512
|
|
||||||
|
|
||||||
config POST_DEVICE
|
config POST_DEVICE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
|
@ -119,6 +119,9 @@ config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 12
|
default 12
|
||||||
|
|
||||||
|
config DIMM_SPD_SIZE
|
||||||
|
default 512
|
||||||
|
|
||||||
config DCACHE_RAM_BASE
|
config DCACHE_RAM_BASE
|
||||||
default 0xfef00000
|
default 0xfef00000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue