summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-08-21 17:14:08 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-08-23 16:13:47 +0000
commit85e981c8c945a7d438e6b30f13036199799529d6 (patch)
treef88110aa9d59fe527a5eb8c208c887b11451c78d /src/vendorcode
parent762fa823b001e836aca56350f55151b688afa3b0 (diff)
downloadcoreboot-85e981c8c945a7d438e6b30f13036199799529d6.tar.xz
vc/amd/fsp/picasso: add FSP-M UPD to disable the HD Audio controller
BUG=b:158535201,b:162302028 BRANCH=zork Change-Id: If4886591b7d73293773e4d36ec653ef42e8b2f54 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44679 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/picasso/FspmUpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/FspmUpd.h b/src/vendorcode/amd/fsp/picasso/FspmUpd.h
index c1766e877a..99c2c6db34 100644
--- a/src/vendorcode/amd/fsp/picasso/FspmUpd.h
+++ b/src/vendorcode/amd/fsp/picasso/FspmUpd.h
@@ -58,7 +58,7 @@ typedef struct __packed {
/** Offset 0x00C8**/ uint32_t tseg_size;
/** Offset 0x00CC**/ uint8_t pspp_policy;
/** Offset 0x00CD**/ uint8_t audio_soundwire;
- /** Offset 0x00CE**/ uint8_t unused8;
+ /** Offset 0x00CE**/ uint8_t hd_audio_enable;
/** Offset 0x00CF**/ uint8_t unused9;
/** Offset 0x00D0**/ uint32_t bert_size;
/** Offset 0x00D4**/ uint8_t UnusedUpdSpace0;