soc/mediatek/mt8195: Add DPM firmware files
Signed-off-by: Ryan Chuang <ryan.chuang@mediatek.corp-partner.google.com> Change-Id: I51e8ebf5a75ac629bed51665e12bafa740b4b81d Reviewed-on: https://review.coreboot.org/c/coreboot/+/55711 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
0865b4fc09
commit
aff42bc6a4
|
@ -19,6 +19,18 @@ config VBOOT
|
|||
select VBOOT_SEPARATE_VERSTAGE
|
||||
select VBOOT_RETURN_FROM_VERSTAGE
|
||||
|
||||
config DPM_DM_FIRMWARE
|
||||
string
|
||||
default "dpm.dm"
|
||||
help
|
||||
The file name of the MediaTek DPM DM firmware.
|
||||
|
||||
config DPM_PM_FIRMWARE
|
||||
string
|
||||
default "dpm.pm"
|
||||
help
|
||||
The file name of the MediaTek DPM PM firmware.
|
||||
|
||||
config MCUPM_FIRMWARE
|
||||
string
|
||||
default "mcupm.bin"
|
||||
|
|
|
@ -77,6 +77,8 @@ BL31_MAKEARGS += PLAT=mt8195
|
|||
MT8195_BLOB_DIR := 3rdparty/blobs/soc/mediatek/mt8195
|
||||
|
||||
mcu-firmware-files := \
|
||||
$(CONFIG_DPM_DM_FIRMWARE) \
|
||||
$(CONFIG_DPM_PM_FIRMWARE) \
|
||||
$(CONFIG_MCUPM_FIRMWARE) \
|
||||
$(CONFIG_SSPM_FIRMWARE) \
|
||||
$(CONFIG_SPM_FIRMWARE)
|
||||
|
|
Loading…
Reference in New Issue