Skip to content

Commit 814f33c

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 5dbb449 commit 814f33c

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
@@ -48,6 +48,9 @@
4848
#define TCSR_MUTEX_BASE UL(0x01F40000)
4949
#define TCSR_MUTEX_SIZE UL(0x40000)
5050

51+
/* QFPROM Fuse Provisioning */
52+
#define CFG_SEC_ELF_DDR_ADDR UL(0x808FF000)
53+
#define CFG_SEC_ELF_DDR_SIZE UL(0x1000)
5154
#endif
5255

5356
#endif /*PLATFORM_CONFIG_H*/

0 commit comments

Comments
 (0)