summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2018-11-23scripts: bin_to_c.pyEtienne Carriere
2018-11-14ta_bin_to_c.py: fix issues reported by pycodestyle and re-indentJerome Forissier
2018-11-14tee_bin_parser.py: fix issues reported by pycodestyleJerome Forissier
2018-11-14symbolize.py: fix issues reported by pycodestyle and re-indentJerome Forissier
2018-11-14sign.py: fix issues reported by pycodestyleJerome Forissier
2018-11-14pem_to_pub_c.py: fix issues reported by pycodestyle and re-indentJerome Forissier
2018-11-14mem_usage.py: fix issues reported by pycodestyleJerome Forissier
2018-11-14gen_ld_sects.py: fix issues reported by pycodestyle and re-indentJerome Forissier
2018-11-14gen_hashed_bin.py: fix issues reported by pycodestyle and re-indentJerome Forissier
2018-11-08scripts/symbolize.py: be more specific when matching stack addressesJerome Forissier
2018-10-24auto-locate checkpatchMarkus S. Wamser
2018-10-02scripts/symbolize.py: add help textJerome Forissier
2018-10-01symbolize: use CROSS_COMPILE directive if availableEtienne Carriere
2018-09-10scripts/symbolize.py: improve error message when a command is not foundJerome Forissier
2018-09-10scripts/symbolize.py: code cleanupJerome Forissier