vc/amd/agesa/f15tn/Config/PlatformInstall.h: enable the AMD CPB feature
Enable the AMD Turbo Core a.k.a. AMD Core Performance Boost (CPB) feature [1] for f15tn boards - like it's already done for f14 and f16kb. According to CB:51394 [2] it improves the performance of Lenovo G505S by up to 50%, and is unlikely to cause regressions for the other boards. [1] https://en.wikipedia.org/wiki/AMD_Turbo_Core [2] https://review.coreboot.org/c/coreboot/+/51394 Signed-off-by: Mike Banon <mikebdp2@gmail.com> Change-Id: I1eaa8ff3953c492e8f9431d7b4a09b86e0ef77a1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51396 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
98d6385c9a
commit
d26cdb3ea3
|
@ -1906,7 +1906,7 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
|||
#ifdef BLDCFG_PLATFORM_CPB_MODE
|
||||
#define CFG_CPB_MODE BLDCFG_PLATFORM_CPB_MODE
|
||||
#else
|
||||
#define CFG_CPB_MODE CpbModeDisabled
|
||||
#define CFG_CPB_MODE CpbModeAuto
|
||||
#endif
|
||||
|
||||
#ifdef BLDCFG_CORE_LEVELING_MODE
|
||||
|
|
Loading…
Reference in New Issue