diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-06-02 17:50:00 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-06-05 19:53:31 +0000 |
commit | e4998d1cd232f89c42f880d0b394613d67426c15 (patch) | |
tree | 2be7848d4d2c4c503e32c3d476eb4f0971f31b6d /src | |
parent | 391de94314ff8904e0a1852540d82bfc112d2aae (diff) |
mb/prodrive/atlas: Fix FSP debug boot hang
When device tcss_xhci is disabled, boot hang occurs at FSP-S
TcssInit(): "IomReadyCheck Failed!"
Enabling this device fixes the issue.
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
Change-Id: Ie001bd56b403d511c397737fbc214ed64956910d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64901
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/prodrive/atlas/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/devicetree.cb b/src/mainboard/prodrive/atlas/devicetree.cb index 304fb9a74b..3b88508e39 100644 --- a/src/mainboard/prodrive/atlas/devicetree.cb +++ b/src/mainboard/prodrive/atlas/devicetree.cb @@ -100,6 +100,7 @@ chip soc/intel/alderlake device ref crashlog off end device ref ish on end device ref ufs on end + device ref tcss_xhci on end device ref xhci on end device ref heci1 on end device ref sata on end |