diff options
author | Varun Upadhyay <varun.upadhyay@intel.com> | 2024-07-27 13:43:07 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-08-06 11:55:45 +0000 |
commit | 244a37d4fdc80dde524419105c9bd6a7228b7696 (patch) | |
tree | f8dd529bc0a1b192ba195fcc4c717d0fbe062c88 /src/mainboard/google/brya/variants | |
parent | 4ea6f9c28865df77627f657f5cc648777db7c284 (diff) |
mb/google/trulo: Register Firmware name for ISH
Define ISH main firmware name so ISH shim loader can load firmware
from file system.
BUG=b:354607924
TEST=Boot trulo board, check that ISH is enabled and loaded
lspci shows: 00:12.0 Serial controller: Intel Corporation Device 54fc
Change-Id: Id60cb416a1cce5407bd483f0ce54f477584459b1
Signed-off-by: Varun Upadhyay <varun.upadhyay@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83671
Reviewed-by: V Sowmya <v.sowmya@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants')
-rw-r--r-- | src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb index 8e1093a120..a93ba4ee75 100644 --- a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb @@ -47,6 +47,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 "add_acpi_dma_property" = "true" device generic 0 on end end |