Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31417
Change subject: asrock/e350m1: Enable Core Performance Boost ......................................................................
asrock/e350m1: Enable Core Performance Boost
Allow one core to temporarily exceed the maximum frequency.
[1]: https://3mdeb.com/firmware/amd-cpu-boost/
Change-Id: If76389a16aed9df86f43e3aaed41a196288c3bb2 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/asrock/e350m1/buildOpts.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/31417/1
diff --git a/src/mainboard/asrock/e350m1/buildOpts.c b/src/mainboard/asrock/e350m1/buildOpts.c index 14621e0..dc4df43 100644 --- a/src/mainboard/asrock/e350m1/buildOpts.c +++ b/src/mainboard/asrock/e350m1/buildOpts.c @@ -151,7 +151,7 @@ #define BLDCFG_PLATFORM_CSTATE_MODE CStateModeC6 #define BLDCFG_PLATFORM_CSTATE_OPDATA 0x840 #define BLDCFG_PLATFORM_CSTATE_IO_BASE_ADDRESS 0x840 -//#define BLDCFG_PLATFORM_CPB_MODE CpbModeAuto +#define BLDCFG_PLATFORM_CPB_MODE CpbModeAuto #define BLDCFG_CORE_LEVELING_MODE CORE_LEVEL_LOWEST #define BLDCFG_AP_MTRR_SETTINGS_LIST &OntarioApMtrrSettingsList #define BLDCFG_AMD_PLATFORM_TYPE AMD_PLATFORM_MOBILE
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31417 )
Change subject: asrock/e350m1: Enable Core Performance Boost ......................................................................
Patch Set 1:
This still needs testing.
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31417?usp=email )
Change subject: asrock/e350m1: Enable Core Performance Boost ......................................................................
Abandoned