From ec83019b500963ba4ad744f32cf06c1895481082 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Fri, 7 Mar 2025 13:39:07 -0700 Subject: [PATCH] mb/google/brya/var/trulo: Update ISH firmware name Renames ish_fw.bin to trulo_ish.bin to prevent potential conflicts with other Nissa projects. This aligns with the naming used in the chromeos-zephyr-ish package. BUG=b:397821047 TEST=Flash trulo, disassemble SSDT, search for trulo_ish.bin BRANCH=none Change-Id: I855ecc87ddb7b69c2c2c8e4287bd9d6ec2e2e991 Signed-off-by: Yuval Peress Reviewed-on: https://review.coreboot.org/c/coreboot/+/86769 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- .../google/brya/variants/baseboard/trulo/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb index a93c6697fd..8a20256f51 100644 --- a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb @@ -91,7 +91,7 @@ chip soc/intel/alderlake device ref tcss_xhci on end device ref ish on chip drivers/intel/ish - register "firmware_name" = ""ish_fw.bin"" + register "firmware_name" = ""trulo_ish.bin"" register "add_acpi_dma_property" = "true" device generic 0 on end end