diff options
author | Subrata Banik <subratabanik@google.com> | 2022-12-23 14:30:33 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-12-27 04:40:56 +0000 |
commit | 11e1950d2600fa8fd2f792423d013726b1a54333 (patch) | |
tree | fdbab05f99e4426a15e73c22d8686604437ff5f9 /src/mainboard/google/brya/variants/marasov/overridetree.cb | |
parent | 1e9344481a2c6bf3fb8481c8a82917200f1efaab (diff) |
mb/google/brya/var/marasov: Remove ISH firmware-name
For marasov, the ISH main firmware will be included in the CSE region in
flash instead of loading it from rootfs. So remove the ISH
firmware-name.
TEST=Boot to OS on Marasov UFS SKUs. Check ISH firmware is not
loaded by kernel, and device still goes to S0i3.
Change-Id: I278e5d403ef9515e538a527f43949e505d750bb1
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71261
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyle Lin <kylelinck@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Jamie Chen <jamie.chen@intel.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/marasov/overridetree.cb')
-rw-r--r-- | src/mainboard/google/brya/variants/marasov/overridetree.cb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index 3cf138772a..484a6327f2 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -206,10 +206,6 @@ 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 |