From 93001ef9b786b5214d47cdf8d3a0c38f79681aa7 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 8 Nov 2022 14:19:37 +0530 Subject: [PATCH] mb/google/brya/var/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 Change-Id: Ic53a3cbdf83825adc27f37877a14f4f405d4a5ee Reviewed-on: https://review.coreboot.org/c/coreboot/+/69377 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/brya/variants/marasov/overridetree.cb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index 3f9dcfab7b..6b6fd3e57a 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -126,6 +126,10 @@ chip soc/intel/alderlake 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