diff options
author | Martin Roth <martinroth@google.com> | 2017-10-03 14:24:07 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-05 18:17:36 +0000 |
commit | a75d6808ca03b681c007e8ff040ace438e346131 (patch) | |
tree | 9c326fbb50405c274c2dc0b2a8f0b3a0b5f2afeb /src/soc/amd/stoneyridge/Makefile.inc | |
parent | d61c67070536fbddcf2fae7f2f5515da9659dc01 (diff) | |
download | coreboot-a75d6808ca03b681c007e8ff040ace438e346131.tar.xz |
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@google.com>
Reviewed-on: https://review.coreboot.org/21866
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/amd/stoneyridge/Makefile.inc')
-rw-r--r-- | src/soc/amd/stoneyridge/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc index 763f4df820..2b4d1edd59 100644 --- a/src/soc/amd/stoneyridge/Makefile.inc +++ b/src/soc/amd/stoneyridge/Makefile.inc @@ -241,6 +241,7 @@ $(obj)/amdfw.rom: $(call strip_quotes, $(CONFIG_STONEYRIDGE_XHCI_FWM_FILE)) \ $(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) |