Tim Lee | 2f286c3 | 2022-09-21 09:27:11 +0800 | [diff] [blame] | 1 | SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https" |
| 2 | |
Tim Lee | 8d47600 | 2023-06-29 23:02:37 +0800 | [diff] [blame] | 3 | SRC_URI:remove:npcm8xx = "file://0003-core-link-add-no-warn-rwx-segments.patch" |
| 4 | SRC_URI:remove:npcm8xx = "file://0004-core-Define-section-attributes-for-clang.patch" |
| 5 | SRC_URI:remove:npcm8xx = "file://0005-core-ldelf-link-add-z-execstack.patch" |
| 6 | SRC_URI:remove:npcm8xx = "file://0006-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch" |
Tim Lee | 2f286c3 | 2022-09-21 09:27:11 +0800 | [diff] [blame] | 7 | |
| 8 | SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https" |
| 9 | |
Tim Lee | 8d47600 | 2023-06-29 23:02:37 +0800 | [diff] [blame] | 10 | SRCREV:npcm8xx = "57e44ae6b3d6de756da8652ec132ffd7005439b7" |
| 11 | |
| 12 | EXTRA_OEMAKE:append:npcm8xx = " \ |
| 13 | CFG_REE_FS=n \ |
| 14 | CFG_REE_FS_TA=n \ |
| 15 | CFG_RPMB_FS=y \ |
| 16 | CFG_RPMB_TESTKEY=y \ |
| 17 | CFG_RPMB_WRITE_KEY=y \ |
| 18 | CFG_CORE_HEAP_SIZE=524288 \ |
| 19 | CFG_TEE_RAM_VA_SIZE=3145728 \ |
| 20 | " |
Tim Lee | 2f286c3 | 2022-09-21 09:27:11 +0800 | [diff] [blame] | 21 | |
| 22 | do_deploy:npcm8xx() { |
| 23 | install -d ${DEPLOYDIR}/ |
| 24 | install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/ |
| 25 | } |