Reka Norman has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/64845 )
Change subject: mb/google/nissa/var/nivviks: Enable ISH when UFS is present ......................................................................
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