mb/google/fatcat: Enable SAGv

Enable SaGv support for fatcat

BUG=None
BRANCH=None
TEST=Boot fatcat with SAGv enabled and verify in fsp debug logs

Change-Id: I340f4951fd33deadaac53edd30e2cf6bfc2a750b
Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85272
Reviewed-by: Pranava Y N <pranavayn@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Bora Guvendik 2024-11-22 13:15:50 -08:00 committed by Subrata Banik
commit 1e720b0a9b

View file

@ -30,6 +30,9 @@ chip soc/intel/pantherlake
register "tcss_ports[2]" = "TCSS_PORT_EMPTY" # Disable USB-C Port 2
register "tcss_ports[3]" = "TCSS_PORT_EMPTY" # Disable USB-C Port 3
# Enable SAGv
register "sagv" = "SAGV_ENABLED"
# Enable s0ix
register "s0ix_enable" = "false"