summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-10-24core: core.mk: add generated conf.cmake file to $(cleanfiles)Jerome Forissier
2019-10-24mk: gensrc: add generated file to $(cleanfiles) automaticallyJerome Forissier
2019-10-21ftrace: Add support for syscall function tracerSumit Garg
2019-10-18core: Add support for multi-threaded MPIDR valuesImre Kis
2019-10-15core: fix null terminator in PTA dlsymEtienne Carriere
2019-10-09ltc: check range in _rijndael_ecb_ functionsJoakim Bech
2019-10-09Fixes #507 in LTC - vulnerability in der_decode_utf8_string()Luigi Coniglio
2019-10-09core: early_ta: fix tag hash calculationDaniel McIlvaney
2019-10-08cryp: prevent direct calls to update and final functionsJoakim Bech
2019-10-08cryp: ensure that mode is cipher in syscall_cipher_initJoakim Bech
2019-10-08cryp: ensure that mode is AE in syscall_authenc_ functionsJoakim Bech
2019-10-07hikey, hikey960: set CFG_TEE_RAM_VA_SIZE to 2 MiBJerome Forissier
2019-10-03driver: implement CAAM driverCedric Neveux
2019-10-03core: imx: add imx7ulp CRM registersClement Faure
2019-10-02core: tadb.c: get rid of atomic reference countingJerome Forissier
2019-09-30core: add support for dumping build configuration info on bootJerome Forissier
2019-09-27TA dev kit: Clang supportJerome Forissier
2019-09-27Experimental Clang supportJerome Forissier
2019-09-27plat/rcar: fix core numbering for M3 flavorVolodymyr Babchuk
2019-09-26build: make cfg-one-enabled return 'n' instead of an empty stringJerome Forissier
2019-09-26Revert "hikey: increase core heap size to 192 kB"Jerome Forissier
2019-09-25core: fix configuration check for CFG_PAGED_USER_TAJerome Forissier
2019-09-18hikey: increase core heap size to 192 kBVictor Chong
2019-09-13core: move sockets PTA to core/teeJerome Forissier
2019-09-13core: move PTAs from core/arch/arm/pta to core/ptaJerome Forissier
2019-09-13core: move test PTAs to core/pta/testsJerome Forissier
2019-09-13core: prepare to move PTAs under core/pta and core/pta/testsJerome Forissier
2019-09-13core: pta/gprof.c: remove <arm.h> includeJerome Forissier
2019-09-13Squashed commit upgrading to libtomcrypt-1.18.2-develop-20180819Jerome Forissier
2019-09-10core: ltc: force alignment of A32 assembler functions to 4 bytesJerome Forissier
2019-09-10core: ltc: aes_modes_armv8a_ce_a64.S: get rid of literal load of addend vectorJerome Forissier
2019-09-10core: ltc: aes_modes_armv8a_ce_a64.S: fix incorrect assembly syntaxJerome Forissier
2019-09-10core: arm64: crypto: AES-GCM: fix incorrect assembly syntaxJerome Forissier
2019-09-10core: dt: add __noreturn to _fdt_fill_device_info() stubJerome Forissier
2019-09-10Get rid of option -Wno-suggest-attribute=noreturnJerome Forissier
2019-09-10core: driver: generic resources for crypto device driverCedric Neveux
2019-09-04ftrace: exclude only foreign interrupt timeSumit Garg
2019-09-04hikey960: add ASAN shadow offset for 32-bit buildJerome Forissier
2019-09-04core: imx: add mx6dapalis/mx6qapalis platform flavorRicardo Salveti
2019-09-03core: imx: add support for i.MX 8MNClement Faure
2019-09-03core: imx: add support for i.MX 8QMSilvano di Ninno
2019-09-03core: imx: add support for i.MX 8QxPSilvano di Ninno
2019-09-03core: imx: allow to boot without consoleClement Faure
2019-09-03core: imx: add device tree support for uartClement Faure
2019-09-02build: do not use -Wp with the preprocessor and use -o instead of a redirectionJerome Forissier
2019-08-29core: add missing arch_extension to thread assemblyRouven Czerwinski
2019-08-29core: import IS_ENABLED macro from Zephyr OSRouven Czerwinski
2019-08-29core: arm64: add read_ctr_el0 functionCedric Neveux
2019-08-29core: io: add {get/put}_le{32/64}()Cedric Neveux
2019-08-29core: kernel: move DT pack at the end of bootCedric Neveux