Shelley Chen has submitted this change. ( https://review.coreboot.org/c/coreboot/+/56590 )
Change subject: sc7280: Add GSI FW download support ......................................................................
sc7280: Add GSI FW download support
Add GSI Firmware download support for QUP wrappers.
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Rajesh Patil rajpat@codeaurora.org Change-Id: I68c106c942acadc752351f03843d93612cf9c19f Reviewed-on: https://review.coreboot.org/c/coreboot/+/56590 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Shelley Chen shchen@google.com --- M src/soc/qualcomm/sc7280/Makefile.inc 1 file changed, 8 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Shelley Chen: Looks good to me, approved
diff --git a/src/soc/qualcomm/sc7280/Makefile.inc b/src/soc/qualcomm/sc7280/Makefile.inc index 442b2a3..9c02826 100644 --- a/src/soc/qualcomm/sc7280/Makefile.inc +++ b/src/soc/qualcomm/sc7280/Makefile.inc @@ -110,4 +110,12 @@ $(SHRM_CBFS)-compression := $(CBFS_PRERAM_COMPRESS_FLAG) cbfs-files-y += $(SHRM_CBFS)
+################################################################################ +GSI_FW_FILE := $(SC7280_BLOB)/qup_fw/gsi_fw.bin +GSI_FW_CBFS := $(CONFIG_CBFS_PREFIX)/gsi_fw +$(GSI_FW_CBFS)-file := $(GSI_FW_FILE) +$(GSI_FW_CBFS)-type := raw +$(GSI_FW_CBFS)-compression := $(CBFS_COMPRESS_FLAG) +cbfs-files-y += $(GSI_FW_CBFS) + endif
21 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.