[coreboot-gerrit] Change in coreboot[master]: WIP soc/amd/stoneyridge: Add SMU firmware blobs to cbfs

Marshall Dawson (Code Review) gerrit at coreboot.org
Mon Oct 16 23:55:37 CEST 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/22057


Change subject: WIP soc/amd/stoneyridge: Add SMU firmware blobs to cbfs
......................................................................

WIP soc/amd/stoneyridge: Add SMU firmware blobs to cbfs

todo: determine what the right blobs are to load.  These two are
intended for fanless OPNs.  It's currently unknown whether we should
attempt to first identify whether the device is fanless or non.

BUG=b:66339938

Change-Id: I8510823e2232b74ec6fe001cc28953f53b2aa520
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/soc/amd/stoneyridge/Makefile.inc
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/22057/1

diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc
index d11fac1..29eee24 100644
--- a/src/soc/amd/stoneyridge/Makefile.inc
+++ b/src/soc/amd/stoneyridge/Makefile.inc
@@ -270,4 +270,12 @@
 
 endif # ifeq ($(CONFIG_AMDFW_OUTSIDE_CBFS),y)
 
+cbfs-files-y += smu_fw
+smu_fw-file := $(SMUFWM_FN_FILE)
+smu_fw-type := raw
+
+cbfs-files-y += smu_fw2
+smu_fw2-file := $(SMUFIRMWARE2_FN_FILE)
+smu_fw2-type := raw
+
 endif # ($(CONFIG_SOC_AMD_STONEYRIDGE_FP4)$(CONFIG_SOC_AMD_STONEYRIDGE_FT4),y)

-- 
To view, visit https://review.coreboot.org/22057
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8510823e2232b74ec6fe001cc28953f53b2aa520
Gerrit-Change-Number: 22057
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171016/c45a57f8/attachment.html>


More information about the coreboot-gerrit mailing list