Skip to content

Commit a0c6dc6

Browse files
committed
plat-qcom: kodiak: enable QFPROM fuse provisioning
Enable QFPROM fuse provisioning driver for Kodiak platform. This allows secure bulk fuse programming operations through a dedicated secure ELF memory region. Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@qti.qualcomm.com>
1 parent 51cb38d commit a0c6dc6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

core/arch/arm/plat-qcom/conf.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ $(call force,CFG_RPMH_CLIENT,y)
3030

3131
$(call force,CFG_QFPROM,y)
3232

33+
$(call force,CFG_QFPROM_FUSEPROV,y)
34+
3335
CFG_TZDRAM_START ?= 0x1c300000
3436
CFG_TEE_RAM_VA_SIZE ?= 0x200000
3537
CFG_TA_RAM_VA_SIZE ?= 0x1c00000

core/arch/arm/plat-qcom/platform_config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
#define CLK_CTL_BASE UL(0x00100000)
4545
#define CLK_CTL_SIZE UL(0x1F0000)
4646

47+
/* QFPROM Fuse Provisioning */
48+
#define CFG_SEC_ELF_DDR_ADDR UL(0x808FF000)
49+
#define CFG_SEC_ELF_DDR_SIZE UL(0x1000)
4750
#endif
4851

4952
#endif /*PLATFORM_CONFIG_H*/

0 commit comments

Comments
 (0)