Reka Norman has uploaded this change for review.

View Change

mb/google/nissa/var/nivviks: Enable ISH when UFS is present

In order to enable the UFS controller (PCI device 12.7), the PCI
specification says that the device at function 0 in the same slot must
also be enabled, which is the ISH. Therefore, enable ISH when UFS is
present.

BUG=b:234136500
TEST=Build test. Will test that UFS works once we have hardware.

Signed-off-by: Reka Norman <rekanorman@chromium.org>
Change-Id: Ib60d44322cfbd8f82c33ecac7598881dfb1d0c3c
---
M src/mainboard/google/brya/variants/nivviks/overridetree.cb
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/64845/1
diff --git a/src/mainboard/google/brya/variants/nivviks/overridetree.cb b/src/mainboard/google/brya/variants/nivviks/overridetree.cb
index ee3225b..c719378 100644
--- a/src/mainboard/google/brya/variants/nivviks/overridetree.cb
+++ b/src/mainboard/google/brya/variants/nivviks/overridetree.cb
@@ -343,6 +343,9 @@
device ref emmc on
probe STORAGE STORAGE_EMMC
end
+ device ref ish on
+ probe STORAGE STORAGE_UFS
+ end
device ref ufs on
probe STORAGE STORAGE_UFS
end

To view, visit change 64845. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib60d44322cfbd8f82c33ecac7598881dfb1d0c3c
Gerrit-Change-Number: 64845
Gerrit-PatchSet: 1
Gerrit-Owner: Reka Norman <rekanorman@chromium.org>
Gerrit-MessageType: newchange