Anil Kumar K has uploaded this change for review.

View Change

mb/google/deltaur: Update ISH firmware name

Bug=b:153847811
Branch=master
Test=make build successfull

Signed-off-by: Anil Kumar <anil.kumar.k@intel.com>
Change-Id: Ic701f224452731e43207836882d649580b76db3a
---
M src/mainboard/google/deltaur/variants/baseboard/devicetree.cb
1 file changed, 7 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/40537/1
diff --git a/src/mainboard/google/deltaur/variants/baseboard/devicetree.cb b/src/mainboard/google/deltaur/variants/baseboard/devicetree.cb
index e0b3d50..831c1c4 100644
--- a/src/mainboard/google/deltaur/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/deltaur/variants/baseboard/devicetree.cb
@@ -175,7 +175,13 @@
device pci 11.2 off end # UART5
device pci 11.3 off end # UART6

- device pci 12.0 on end # ISH
+ device pci 12.0 on
+ chip drivers/intel/ish
+ register "firmware_name" = ""deltaur_ish.bin""
+ device generic 0 on end
+ end
+ end # ISH
+
device pci 12.6 off end # GSPI #2
device pci 13.0 off end # GSPI #3
device pci 13.1 off end # GSPI #4

To view, visit change 40537. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic701f224452731e43207836882d649580b76db3a
Gerrit-Change-Number: 40537
Gerrit-PatchSet: 1
Gerrit-Owner: Anil Kumar K <anil.kumar.k@intel.com>
Gerrit-MessageType: newchange