Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,4 @@
SRC_URI:remove = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
SRC_URI:append = "git://github.com/Nuvoton-Israel/arm-trusted-firmware.git;protocol=https;name=tfa;branch=nuvoton"
SRCREV_tfa = "009fd73ba58ac744bf9168e425afa19357ea331d"
@@ -0,0 +1,19 @@
EXTRA_OEMAKE:append:npcm8xx = " \
CFG_REE_FS=n \
CFG_REE_FS_TA=n \
CFG_RPMB_FS=y \
CFG_RPMB_TESTKEY=y \
CFG_RPMB_WRITE_KEY=y \
CFG_CORE_HEAP_SIZE=524288 \
CFG_TEE_RAM_VA_SIZE=3145728 \
CFG_TZDRAM_START=0x02100000 \
CFG_TZDRAM_SIZE=0x03f00000 \
CFG_SHMEM_START=0x06000000 \
CFG_TEE_SDP_MEM_BASE=0x05F00000 \
CFG_TEE_SDP_MEM_SIZE=0x00100000 \
"
do_deploy:npcm8xx() {
install -d ${DEPLOYDIR}/
install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/
}