soc/qc/x1p42100: Pack QcLib DTB into CBFS
This patch enables packaging of the QcLib DTB into CBFS. TEST=Verify QcLib execution on Bluey platform. Change-Id: I3e70a6615336cae783456f4d2f72b811fd9b6edc Signed-off-by: smadhesu <smadhesu@qualcomm.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88723 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
8f09629fb1
commit
34d9305dcc
1 changed files with 8 additions and 0 deletions
|
|
@ -113,6 +113,14 @@ $(DCB_CBFS)-type := raw
|
|||
$(DCB_CBFS)-compression := $(CBFS_COMPRESS_FLAG)
|
||||
cbfs-files-y += $(DCB_CBFS)
|
||||
|
||||
################################################################################
|
||||
DTB_FILE := $(X1P42100_BLOB)/boot/pre-ddr.dtb
|
||||
DTB_CBFS := $(CONFIG_CBFS_PREFIX)/dtb
|
||||
$(DTB_CBFS)-file := $(DTB_FILE)
|
||||
$(DTB_CBFS)-type := raw
|
||||
$(DTB_CBFS)-compression := $(CBFS_COMPRESS_FLAG)
|
||||
cbfs-files-y += $(DTB_CBFS)
|
||||
|
||||
################################################################################
|
||||
UART_FW_FILE := $(X1P42100_BLOB)/qup_fw/uart_fw.bin
|
||||
UART_FW_CBFS := $(CONFIG_CBFS_PREFIX)/uart_fw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue