aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-03libutee: introduce CFG_TA_BIGNUM_MAX_BITSJerome Forissier
2018-04-03libutee: remove redundant #define for TEE_MAX_NUMBER_OF_SUPPORTED_BITSJerome Forissier
2018-02-02compiler.h: Avoid macro redefinitionVictor Chong
2018-02-01bget: use struct bpoolset instead of global variablesVolodymyr Babchuk
2018-01-18util.h: add CONCAT() macroJerome Forissier
2018-01-17core: add pseudo-TA for retrieve sdp physical addressKen Liu
2018-01-10Remove 'All rights reserved' from Linaro filesJerome Forissier
2018-01-10Remove license notice from Linaro filesJerome Forissier
2018-01-10Add SPDX license identifiersJerome Forissier
2018-01-10Reformat copyright/license header in files with an SPDX IDJerome Forissier
2017-12-28Fix USER_TA_PROP_TYPE_BOOL handlingJens Wiklander
2017-12-19libutee: fix TA_CreateEntryPoint() and TA_DestroyEntryPoint()Jerome Forissier
2017-12-15trace: make output more compactJoakim Bech
2017-12-07core: add management pseudo TA for secstor TAsJens Wiklander
2017-12-07libutils: add atomic load, store and casJens Wiklander
2017-11-15core: pta: add PTA_INVOKE_TESTS_CMD_MUTEXJens Wiklander
2017-11-15core: allow multithreaded pseudo TAsJens Wiklander
2017-11-15optee: use correct type to hold exceptions stateVolodymyr Babchuk
2017-11-08tee: fix improper calloc usageVolodymyr Babchuk
2017-11-08Keep assembly functions in separate sectionsJens Wiklander
2017-10-16Util: add ASM version ROUNDDOWN and ROUNDUP definitionsKevin Peng
2017-10-16Util: add some useful SIZE definitionsKevin Peng
2017-10-12Add CFG_CORE_LARGE_PHYS_ADDR for 64bit paddr_tJens Wiklander
2017-10-06Dump call stack on TA panicJerome Forissier
2017-10-06libutee: add unwind pseudo-ops to syscall wrappersJerome Forissier
2017-09-27libutee: remove Trusted UI codeJerome Forissier
2017-09-14libutils: malloc: use asan_memset_unchecked()Jens Wiklander
2017-09-01libutee: printf() fix: remove newline added by mistakeJerome Forissier
2017-08-25Add support for early Trusted ApplicationsJerome Forissier
2017-08-22core: clean and unwind arm32_aeabi_[l]divmod_a32.SEtienne Carriere
2017-08-22core: fix memory address comparisonEtienne Carriere
2017-08-21libutee: puts(): add trailing newlineJerome Forissier
2017-08-21libutee: printf(): remove prefix and other non-standard behaviorJerome Forissier
2017-08-21libutee: provide an implementation of putchar()Jerome Forissier
2017-07-18libzlib: gcc7 readyJens Wiklander
2017-07-18libpng: gcc7 readyJens Wiklander
2017-06-19libmpa: Implement Montgomery ladderJoakim Bech
2017-06-19ltc: Implement mp_rand for mpa_descJoakim Bech
2017-06-14trace.c: show file/line info for flow, debug and error messagesJerome Forissier
2017-06-06Remove buffering for AES CTRBogdan Liulko
2017-06-02libutee: Remove buffering for AES GCMBogdan Liulko
2017-05-30OP-TEE BenchmarkIgor Opaniuk
2017-05-30libutils: sparse fix: DETECTNULL() macroJens Wiklander
2017-05-30Sparse fix: _assert_break()Jens Wiklander
2017-05-30Sparse fix: setjmp.hJens Wiklander
2017-05-30Sparse fix __HAVE_BUILTIN_OVERFLOWJens Wiklander
2017-05-30core: remove __early_bssJerome Forissier
2017-05-24util: add macros for arithmetics with overflow checkingJens Wiklander
2017-05-24core: dump call stack of user TAs on abortJerome Forissier
2017-05-11Fix ROUNDUP()/ROUNDDOWN() macrosJens Wiklander