[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge: Pass firmware dir location to amdfwtool

Martin Roth (Code Review) gerrit at coreboot.org
Tue Oct 3 23:55:52 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/21866


Change subject: soc/amd/stoneyridge: Pass firmware dir location to amdfwtool
......................................................................

soc/amd/stoneyridge: Pass firmware dir location to amdfwtool

The amdfwtool now outputs firmware that is correctly built for the
new location.

BUG=b:65484600
TEST=Assign PSP firmware location, build & test.

Change-Id: Ifa2e99ea031fc0d9f165ae44ff6b1afef369eb28
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/soc/amd/stoneyridge/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/21866/1

diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc
index 763f4df..2b4d1ed 100644
--- a/src/soc/amd/stoneyridge/Makefile.inc
+++ b/src/soc/amd/stoneyridge/Makefile.inc
@@ -241,6 +241,7 @@
 		$(OPT_2SMUFIRMWARE2_FN_FILE) \
 		$(OPT_2SMUSCS_FILE) \
 		--flashsize $(CONFIG_ROM_SIZE) \
+		--location $(shell printf "0x%x" $(STONEYRIDGE_FWM_POSITION)) \
 		--output	$@
 
 ifeq ($(CONFIG_AMDFW_OUTSIDE_CBFS),y)

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa2e99ea031fc0d9f165ae44ff6b1afef369eb28
Gerrit-Change-Number: 21866
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171003/55e19fec/attachment-0001.html>


More information about the coreboot-gerrit mailing list