Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/25093
Change subject: mainboard/google/meowth: Enable System Agent dynamic frequency ......................................................................
mainboard/google/meowth: Enable System Agent dynamic frequency
Enable System Agent dynamic frequency support by default.
BUG=None TEST=Build and flash with debug version FSP, check SaGv in serial print to be set to "4".
Change-Id: I7dd29db206b06e600407bb0b1d0bc7530f4ac93e Signed-off-by: Lijian Zhao lijian.zhao@intel.com --- M src/mainboard/google/zoombini/variants/meowth/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/25093/1
diff --git a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb index 2d15c97..a55df6b 100644 --- a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb +++ b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb @@ -28,7 +28,7 @@ end
# FSP configuration - register "SaGv" = "3" + register "SaGv" = "4" register "FspSkipMpInit" = "1" register "SmbusEnable" = "1" register "ScsEmmcEnabled" = "1"