Attention is currently required from: Tarun Tuli.
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69377 )
Change subject: mb/google/brya/marasov: Enable ISH driver and firmware name ......................................................................
mb/google/brya/marasov: Enable ISH driver and firmware name
BUG=b:234776154 TEST=Build and boot Marasov UFS, copy ISH firmware to host file system /lib/firmware/intel/adl_ish_lite.bin check "dmesg |grep ish", it should show: ish-loader: ISH firmware intel/adl_ish_lite.bin loaded
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Ic53a3cbdf83825adc27f37877a14f4f405d4a5ee --- M src/mainboard/google/brya/variants/marasov/overridetree.cb 1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/69377/1
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index 3f9dcfa..6b6fd3e 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -126,6 +126,10 @@ probe STORAGE STORAGE_NVME end device ref ish on + chip drivers/intel/ish + register "firmware_name" = ""adl_ish_lite.bin"" + device generic 0 on end + end probe STORAGE STORAGE_UFS end device ref ufs on