From d7238eb5180da0272be4212a9c6c54c685234b99 Mon Sep 17 00:00:00 2001 From: Jonas Loeffelholz Date: Thu, 25 Jun 2020 13:50:58 +0200 Subject: soc/intel/cannonlake: make satahotplug user configurable via devicetree Hook up the FSP UPD Change-Id: I6b479bfc83492440eac97cdc8dcc560b6abf4fdf Signed-off-by: Jonas Loeffelholz Reviewed-on: https://review.coreboot.org/c/coreboot/+/42803 Reviewed-by: Christian Walter Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/chip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/cannonlake/chip.h') diff --git a/src/soc/intel/cannonlake/chip.h b/src/soc/intel/cannonlake/chip.h index 57922e131c..2923efc555 100644 --- a/src/soc/intel/cannonlake/chip.h +++ b/src/soc/intel/cannonlake/chip.h @@ -147,6 +147,7 @@ struct soc_intel_cannonlake_config { uint8_t SataPortsEnable[8]; uint8_t SataPortsDevSlp[8]; uint8_t SataPortsDevSlpResetConfig[8]; + uint8_t SataPortsHotPlug[8]; /* Enable/Disable SLP_S0 with GBE Support. 0: disable, 1: enable */ uint8_t SlpS0WithGbeSupport; -- cgit v1.2.3