aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-06ldelf, libutee: rework support of DT_INIT_ARRAY/DT_FINI_ARRAYJerome Forissier
2020-08-06ldelf, libutee: add minimal Thread Local Storage supportJerome Forissier
2020-08-06libutee: add <elf.h>Jerome Forissier
2020-08-06Move ELF headers from ldelf/ to lib/libutee/Jerome Forissier
2020-08-06libutee: arm64: add read_tpidr_el0() and write_tpidr_el0() macrosJerome Forissier
2020-08-06core: arm64: preserve user space TPIDR_EL0Jerome Forissier
2020-08-06ldelf: arm64: support R_AARCH64_TLS_TPREL relocationsJerome Forissier
2020-08-06ldelf: arm: support R_ARM_TLS_DTPMOD32 and R_ARM_TLS_DTPOFF32 relocationsJerome Forissier
2020-08-06ldelf: add support for weak symbolsJerome Forissier
2020-08-06libutils: add simplified fputc(), fputs(), fwrite(), write()Jerome Forissier
2020-08-06libutils: add sprintf()Jerome Forissier
2020-08-06ta: ta.ld.S: add .eh_frame_hdr and .eh_frame sectionsJerome Forissier
2020-08-06ta: ta.ld.S: add .gcc_except_table sectionJerome Forissier
2020-08-06ta: ta.ld.S: add .tdata and .tbss sectionsJerome Forissier
2020-08-06ta: ta.ld.S: add __exidx_start and __exidx_endJerome Forissier
2020-08-03ci: shippable: use our own cache serverJerome Forissier
2020-08-03ldelf: __resolve_sym(): support STT_NOTYPEJerome Forissier
2020-08-03symbolize.py: infer PC from (E)LRJerome Forissier
2020-08-03ldelf: arm: fix the unwind stack failure with __no_return functionJerome Forissier
2020-08-03ta: export CFG_TEE_TA_LOG_LEVEL with ?= not :=Jerome Forissier
2020-07-31libutee: TEE_AsymmetricSignDigest support 0 signature lenRicardo Salveti
2020-07-31rmpb: fix infinite recursion in dump_fat() when CFG_TEE_CORE_LOG_LEVEL=4Jerome Forissier
2020-07-31build: fix race when generating conf.mkJerome Forissier
2020-07-31core: arm: fix the unwind stack failure with __no_return functionAngelina Zhao
2020-07-27core: remove the unused PM stubsJens Wiklander
2020-07-27core: remove thread_*_handler_ptrJens Wiklander
2020-07-27core: remove boot_get_handlers()Jens Wiklander
2020-07-22core: log message when secure storage corruption is detectedJerome Forissier
2020-07-22mk: core: ta: Configurable Python interpreterDick Olsson
2020-07-22plat-imx: fix CSU SA settings for i.MX6ULRouven Czerwinski
2020-07-22core: ff-a: clear shm buffer caching after yielding callJens Wiklander
2020-07-22core: add generic rpc shared memory buffer cachingJens Wiklander
2020-07-22core: arm: ff-a: add dummy thread_rpc_{alloc,free}_global_payload()Jens Wiklander
2020-07-22core: arm: allocate kernel payloadJorge Ramirez-Ortiz
2020-07-20core: enable FF-A with SPM Core at S-EL1Jens Wiklander
2020-07-20plat-vexpress: spci: add support to register secondary CPU entrypoints using ...Achin Gupta
2020-07-20core: add mobj_ffaJens Wiklander
2020-07-20core: add optee_ffa.h defining the OP-TEE ABI for FF-AJens Wiklander
2020-07-20core: add FF-A 1.0 definitionsJens Wiklander
2020-07-20core: psci.h: add PSCI_CPU_ON_SMC64Jens Wiklander
2020-07-17stm32_etzpc: rename internal function init_device_from_hw_config()Etienne Carriere
2020-07-17subdir.mk: clear aflags-remove-y after processingJens Wiklander
2020-07-14core: mempool: use recursive mutexJerome Forissier
2020-07-14core: introduce recursive mutexesJerome Forissier
2020-07-14libutils: atomic.h: add atomic_{load,store}_short()Jerome Forissier
2020-07-14core: mutex: replace -1 with THREAD_ID_INVALIDJerome Forissier
2020-07-14core: make thread ID a short intJerome Forissier
2020-07-14ta: pkcs11: persistent object supportJens Wiklander
2020-07-14ta: pkcs11: support command to import and destroy objectJens Wiklander
2020-07-14ta: pkcs11: attribute helper functionsJens Wiklander