skylake: pass IED_REGION_SIZE Kconfig to FSP
Ignore the devicetree.cb setting and use the already existing IED_REGION_SIZE Kconfig option. BUG=chrome-os-partner:43636 BRANCH=None TEST=Built, booted, suspended, resumed on glados. Original-Change-Id: Ic1e760493635218faddeee4003303949305bc529 Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/290931 Original-Reviewed-by: Leroy P Leahy <leroy.p.leahy@intel.com> Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Original-Trybot-Ready: David James <davidjames@chromium.org> Change-Id: I416d4eb186a42d3258682e02a0a2e1db5bb668ac Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/11199 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c43d417039
commit
ccb01f7245
|
@ -99,7 +99,7 @@ void soc_memory_init_params(MEMORY_INIT_UPD *params)
|
||||||
|
|
||||||
params->MmioSize = 0x800; /* 2GB in MB */
|
params->MmioSize = 0x800; /* 2GB in MB */
|
||||||
params->TsegSize = CONFIG_SMM_TSEG_SIZE;
|
params->TsegSize = CONFIG_SMM_TSEG_SIZE;
|
||||||
params->IedSize = config->IedSize;
|
params->IedSize = CONFIG_IED_REGION_SIZE;
|
||||||
params->ProbelessTrace = config->ProbelessTrace;
|
params->ProbelessTrace = config->ProbelessTrace;
|
||||||
params->EnableLan = config->EnableLan;
|
params->EnableLan = config->EnableLan;
|
||||||
params->EnableSata = config->EnableSata;
|
params->EnableSata = config->EnableSata;
|
||||||
|
|
Loading…
Reference in New Issue