mainboard/google/kahlee: Add PSPP override setting
Add default PSPP AGESA setting for Kahlee/Grunt mainboards. BUG=b:112020107 TEST= build test Change-Id: I8a8605402379de88a04f3a16553c308513fa1531 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/27784 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
3870dd9be4
commit
2b26baa625
|
@ -148,6 +148,7 @@ static const PCIe_COMPLEX_DESCRIPTOR PcieComplex = {
|
||||||
VOID __weak OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly)
|
VOID __weak OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly)
|
||||||
{
|
{
|
||||||
InitEarly->GnbConfig.PcieComplexList = (void *)&PcieComplex;
|
InitEarly->GnbConfig.PcieComplexList = (void *)&PcieComplex;
|
||||||
|
InitEarly->GnbConfig.PsppPolicy = PsppBalanceLow;
|
||||||
InitEarly->PlatformConfig.GnbAzI2sBusSelect = GnbAcpI2sBus;
|
InitEarly->PlatformConfig.GnbAzI2sBusSelect = GnbAcpI2sBus;
|
||||||
InitEarly->PlatformConfig.GnbAzI2sBusPinConfig = GnbAcp2Tx4RxBluetooth;
|
InitEarly->PlatformConfig.GnbAzI2sBusPinConfig = GnbAcp2Tx4RxBluetooth;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue