mb/google/fizz: use SaGv_FixedHigh

No need for dynamic config (and the additional RAM training time)
on a Chromebox; always use high power/high performance mode.

Change-Id: I0295bac619af45a0d82da2bf39985c8bdcb77d5e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58231
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Matt DeVillier 2021-10-11 17:19:29 -05:00 committed by Felix Held
parent 680539ce8a
commit 15539f1b50
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ chip soc/intel/skylake
# Use default SD card detect GPIO configuration # Use default SD card detect GPIO configuration
register "sdcard_cd_gpio" = "GPP_A7" register "sdcard_cd_gpio" = "GPP_A7"
# No need for dynamic config (and the additional RAM training time)
# on a Chromebox; always use high power/high performance mode
register "SaGv" = "SaGv_FixedHigh"
device domain 0 on device domain 0 on
device pci 14.0 on device pci 14.0 on
chip drivers/usb/acpi chip drivers/usb/acpi