From b1c7ed326a2f49997fef537f925e8fb883dc3d0c Mon Sep 17 00:00:00 2001 From: Nikolai Vyssotski Date: Wed, 26 Aug 2020 12:10:25 -0500 Subject: vc/amd/fsp/picasso: Add FSP-M UPD enable_sata to 0xC7 to match FSP BUG=b:162302027 BRANCH=zork Signed-off-by: Nikolai Vyssotski Change-Id: I4b5c3b351b6232f8b0418ead47d87aaddd350668 Cq-Depend: chrome-internal:3201648 Cq-Depend: chrome-internal:3202602 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44863 Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/vendorcode/amd/fsp/picasso/FspmUpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vendorcode/amd/fsp') diff --git a/src/vendorcode/amd/fsp/picasso/FspmUpd.h b/src/vendorcode/amd/fsp/picasso/FspmUpd.h index 99c2c6db34..56e1a5ea1b 100644 --- a/src/vendorcode/amd/fsp/picasso/FspmUpd.h +++ b/src/vendorcode/amd/fsp/picasso/FspmUpd.h @@ -54,7 +54,7 @@ typedef struct __packed { /** Offset 0x00C4**/ uint8_t aclk_dpm0_freq_400MHz; /** Offset 0x00C5**/ uint8_t unused5; /** Offset 0x00C6**/ uint8_t unused6; - /** Offset 0x00C7**/ uint8_t unused7; + /** Offset 0x00C7**/ uint8_t sata_enable; /** Offset 0x00C8**/ uint32_t tseg_size; /** Offset 0x00CC**/ uint8_t pspp_policy; /** Offset 0x00CD**/ uint8_t audio_soundwire; -- cgit v1.2.3