Tim Lee | 01c50ad | 2023-07-07 14:57:03 +0800 | [diff] [blame] | 1 | SRCREV:npcm8xx = "a012b9923d52be5721f6046c0464bdf645d87b01" |
| 2 | |
| 3 | SRC_URI:remove:npcm8xx = "file://0004-core-Define-section-attributes-for-clang.patch" |
| 4 | SRC_URI:remove:npcm8xx = "file://0005-core-arm-S-EL1-SPMC-boot-ABI-update.patch" |
| 5 | SRC_URI:remove:npcm8xx = "file://0006-core-ffa-add-TOS_FW_CONFIG-handling.patch" |
| 6 | SRC_URI:remove:npcm8xx = "file://0007-core-spmc-handle-non-secure-interrupts.patch" |
| 7 | SRC_URI:remove:npcm8xx = "file://0008-core-spmc-configure-SP-s-NS-interrupt-action-based-o.patch" |
| 8 | |
| 9 | EXTRA_OEMAKE:append:npcm8xx = " \ |
| 10 | CFG_REE_FS=n \ |
| 11 | CFG_REE_FS_TA=n \ |
| 12 | CFG_RPMB_FS=y \ |
| 13 | CFG_RPMB_TESTKEY=y \ |
| 14 | CFG_RPMB_WRITE_KEY=y \ |
| 15 | CFG_CORE_HEAP_SIZE=524288 \ |
| 16 | CFG_TEE_RAM_VA_SIZE=3145728 \ |
| 17 | CFG_TZDRAM_START=0x02100000 \ |
| 18 | CFG_TZDRAM_SIZE=0x03f00000 \ |
| 19 | CFG_SHMEM_START=0x06000000 \ |
| 20 | CFG_TEE_SDP_MEM_BASE=0x05F00000 \ |
| 21 | CFG_TEE_SDP_MEM_SIZE=0x00100000 \ |
| 22 | " |
| 23 | |
| 24 | do_deploy:npcm8xx() { |
| 25 | install -d ${DEPLOYDIR}/ |
| 26 | install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/ |
| 27 | } |