Revert "vc/amd/fsp/picasso: add FSP-M UPD to disable the SATA controller"
This reverts commit 65605276a4
.
This patch shouldn't have been merged yet, since the issues on the FSP
side aren't sorted out yet, so the FSP-side changes haven't landed yet.
This byte will be used for an audio-related setting instead to have the
audio settings grouped together.
BRANCH=zork
Change-Id: If79900f3a92fd949d7653001e1ca2faac7061e3c
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44678
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
119ace0908
commit
762fa823b0
|
@ -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 sata_disable;
|
||||
/** Offset 0x00CE**/ uint8_t unused8;
|
||||
/** Offset 0x00CF**/ uint8_t unused9;
|
||||
/** Offset 0x00D0**/ uint32_t bert_size;
|
||||
/** Offset 0x00D4**/ uint8_t UnusedUpdSpace0;
|
||||
|
|
Loading…
Reference in New Issue