summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-11-29mem_usage.py: stop parsing file when _end_of_ram is reachedJerome Forissier
2019-11-29scripts/sign_encrypt.py: remove pycrypto workaroundJens Wiklander
2019-11-29scripts/sign_encrypt.py: Sign TA using PSSJens Wiklander
2019-11-28core: ftrace: dump core load address to support ASLRSumit Garg
2019-11-28symbolize.py: fix decoding of ftrace dumps containing syscallsJerome Forissier
2019-11-25scripts/gen_tee_bin.py: convert symbol and section name to stringsJerome Forissier
2019-11-22Remove script/llvm-objcopy-wrapperJerome Forissier
2019-11-22TA dev kit: add support for TA encryptionSumit Garg
2019-11-22core: fix gen_tee_bin.py to handle STB_LOCAL symbolsJens Wiklander
2019-11-21core: move relocation to embedded data regionJens Wiklander
2019-11-21core: add embedded data regionJens Wiklander
2019-11-19Remove unused scripts/gen_hashed_bin.pyJens Wiklander
2019-11-19core: add scripts/gen_tee_bin.py for boot binariesJens Wiklander
2019-11-15scripts/gen_ldelf_hex.py: remove unused importsJens Wiklander
2019-11-14symbolize.py: add support for TEE core ASLRJerome Forissier
2019-10-21ftrace: Add support for syscall function tracerSumit Garg
2019-10-18scripts: add update_changelog.pyJoakim Bech
2019-09-30scripts/bin_to_c.py: add support for text filesJerome Forissier
2019-09-27Experimental Clang supportJerome Forissier
2019-09-26symbolize.py: fix exception when stdin is not a terminalJerome Forissier
2019-09-25symbolize.py: disable terminal local echoJerome Forissier
2019-09-25scripts: convert remainging scripts to python3Rouven Czerwinski
2019-09-04get_maintainer.py: fix spelling mistakeJerome Forissier
2019-08-23scripts/sign.py: support PyCryptodomeVolodymyr Babchuk
2019-08-23get_maintainer.py: process patches individuallyJerome Forissier
2019-08-20checkpatch: allow string concatenation without spaceJens Wiklander
2019-08-20checkpatch: use --strict optionJens Wiklander
2019-08-13build: correct sign.py mandated argumentsEtienne Carriere
2019-08-13script/sign.py: introduce --ta-versionEtienne Carriere
2019-08-13arm32_sysreg.py: shorten lines to <= 79 charactersJerome Forissier
2019-08-13libutee: add headers for user-space to access sysregsSumit Garg
2019-08-12Add scripts/get_maintainer.pyJerome Forissier
2019-08-07build: fix TA signing offline signing scriptMarkus S. Wamser
2019-08-06gen_ldelf_hex.py: print how to obtain elftools moduleVolodymyr Babchuk
2019-08-02Support offline signing of TAs.Markus S. Wamser
2019-07-31ta_bin_to_c.py: mark as python3 scriptPipat Methavanitpong
2019-07-10ldelf: scripts/gen_ldelf_hex.py: allow multiple RW load segmentsJerome Forissier
2019-07-02scripts: port gen_ldelf_hex to python3Rouven Czerwinski
2019-06-28core: dump user TA memory map and call stack with ldelfJens Wiklander
2019-06-28core: embed ldelf into tee coreJens Wiklander
2019-06-26pem_to_pub_c.py: Rework code to be more pythonicMarkus S. Wamser
2019-06-26pem_to_pub_c.py: Add sanity check for public exponent of TA signing keyMarkus S. Wamser
2019-06-10symbolize.py: add support to symbolize TA ftrace addressesSumit Garg
2019-03-14scripts/symbolize.py: accept several spaces after "region"Jerome Forissier
2019-01-30scripts: re-indent Python scriptsJerome Forissier
2019-01-21trace: fix core id print if in non-atomic contextSumit Garg
2019-01-14gen_hashed_bin.py: open file in binary modeVolodymyr Babchuk
2018-12-19gen_ld_sects: call `print` as a functionVolodymyr Babchuk
2018-12-19gen_hashed_bin: use integer division operatorVolodymyr Babchuk
2018-12-03checkpatch: do not check DTS filesEtienne Carriere