TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
OP-TEE
/
optee_os
/
refs/heads/import/mbedtls-2.6.1
/
scripts
f0d19bd
scripts: bin_to_c.py
by Etienne Carriere
· 7 years ago
c51c4e1
ta_bin_to_c.py: fix issues reported by pycodestyle and re-indent
by Jerome Forissier
· 7 years ago
e06fa02
tee_bin_parser.py: fix issues reported by pycodestyle
by Jerome Forissier
· 7 years ago
6e7c2e9
symbolize.py: fix issues reported by pycodestyle and re-indent
by Jerome Forissier
· 7 years ago
4a47792
sign.py: fix issues reported by pycodestyle
by Jerome Forissier
· 7 years ago
049aefa
pem_to_pub_c.py: fix issues reported by pycodestyle and re-indent
by Jerome Forissier
· 7 years ago
146cbc4
mem_usage.py: fix issues reported by pycodestyle
by Jerome Forissier
· 7 years ago
51f42eb
gen_ld_sects.py: fix issues reported by pycodestyle and re-indent
by Jerome Forissier
· 7 years ago
15a991a
gen_hashed_bin.py: fix issues reported by pycodestyle and re-indent
by Jerome Forissier
· 7 years ago
9a731fc
scripts/symbolize.py: be more specific when matching stack addresses
by Jerome Forissier
· 7 years ago
33977c0
auto-locate checkpatch
by Markus S. Wamser
· 7 years ago
f908976
scripts/symbolize.py: add help text
by Jerome Forissier
· 7 years ago
8a6d4a8
symbolize: use CROSS_COMPILE directive if available
by Etienne Carriere
· 7 years ago
1cbf777
scripts/symbolize.py: improve error message when a command is not found
by Jerome Forissier
· 7 years ago
1d8c2a4
scripts/symbolize.py: code cleanup
by Jerome Forissier
· 7 years ago
18b5802
core: arm32: generate system register access code
by Jens Wiklander
· 7 years ago
1e6f2ea
scripts/symbolize.py: remove spurious output '(out/arm/core/tee.elf)'
by Jerome Forissier
· 7 years ago
b481542
scripts/symbolize.py: ignore undefined symbols
by Jerome Forissier
· 7 years ago
095567e
scripts/symbolize.py: print path of ELF files
by Jerome Forissier
· 7 years ago
ae25246
scripts/symbolize.py: add support for dynamically linked TAs
by Jerome Forissier
· 7 years ago
6666625
checkpatch_inc.sh: ignore lib/libmbedtls
by Jens Wiklander
· 7 years ago
19beec2
checkpatch_inc.sh: remove non-existent directories
by Jens Wiklander
· 7 years ago
9d8c378
checkpatch_inc.sh: fix case of empty commit due to path filtering
by Jerome Forissier
· 7 years ago
070168e
build: introduce asm-defines-y
by Jerome Forissier
· 7 years ago
660fcc5
checkpatch_inc.sh: exclude files with inline assembly
by Jerome Forissier
· 7 years ago
0c5bedb
scripts/symbolize.py: update help text
by Jerome Forissier
· 7 years ago
5f7df50
scripts/symbolize.py: strip cwd from file paths by default
by Jerome Forissier
· 7 years ago
b1d7375
Remove 'All rights reserved' from Linaro files
by Jerome Forissier
· 8 years ago
78b7c7c
Remove license notice from Linaro files
by Jerome Forissier
· 8 years ago
1bb9298
Add SPDX license identifiers
by Jerome Forissier
· 8 years ago
a2b984b
scripts: update regular expression in symbolize.py
by Joakim Bech
· 8 years ago
cd5cf43
Sign TAs as bootstrap TAs
by Jens Wiklander
· 8 years ago
edbeddc
mem_usage.py: fix error with ccache
by Jerome Forissier
· 8 years ago
3be7773
Add pager options to mem_usage.py
by Jerome Forissier
· 8 years ago
abaf120
Rewrite mem_usage.awk in Python
by Jerome Forissier
· 8 years ago
27b83ad
scripts/symbolize.py: reset state when a (new) abort message is found
by Jerome Forissier
· 8 years ago
ef15dd0
TUI: remove unused scripts/render_font.py
by Jens Wiklander
· 8 years ago
85ab358
scripts/gen_ld_sects.py: Explicitly number positional argument specifiers
by Andrew F. Davis
· 8 years ago
3099912
scripts/symbolize.py: print ELF sections after MMU region information
by Jerome Forissier
· 8 years ago
d720431
scripts/symbolize.py: get binary architecture from ELF file
by Jerome Forissier
· 8 years ago
157e621
scripts/symbolize.py: accept -d <ELF_file> in addition to -d <dir>
by Jerome Forissier
· 8 years ago
142c5cc
scripts/symbolize.py: try to resolve abort address to symbol/section[+offset]
by Jerome Forissier
· 8 years ago
fd5d062
scripts/symbolize.py: use base-16 when converting hex strings
by Jerome Forissier
· 8 years ago
509a980
Add support for compressed early TAs
by Jerome Forissier
· 8 years ago
b3be2f6
Import zlib v1.2.11
by Jerome Forissier
· 8 years ago
d0c6361
Add support for early Trusted Applications
by Jerome Forissier
· 8 years ago
ac3cc6c
Generate binaries for loaders supporting separate binary loading
by Summer Qin
· 8 years ago
5976a0a
core: avoid incremental linking with -gc
by Jens Wiklander
· 8 years ago
733a15f
scripts: add symbolize.py
by Jerome Forissier
· 8 years ago
c1d47bc
checkpatch: support tools not supporting argument --typedefsfile
by Etienne Carriere
· 8 years ago
1472c99
Take some GP types into account when running patch check tool
by Jerome Forissier
· 8 years ago
38f2377
plat-ti: Add AM43xx platform services
by Andrew F. Davis
· 8 years ago
d7d52b0
plat-ti: Cleanup platform configuration
by Andrew F. Davis
· 8 years ago
849b17b
checkpatch: accept several commits
by Jerome Forissier
· 8 years ago
5849875
monitor: Add support for platform services
by Andrew F. Davis
· 10 years ago
5392ae3
scripts: Allow overwriting the checkpatch.pl location
by Andrew F. Davis
· 9 years ago
1c93c2b
scripts: add wrapper script for checkpatch
by Igor Opaniuk
· 9 years ago
09871a7
scripts: Add tee_bin_parser.py
by Joakim Bech
· 9 years ago
47805ee
scripts: gen_hashed_bin.py Python 3.x support
by Joakim Bech
· 9 years ago
ba4f1fc
scripts: render_font.py for Python 2.x and 3.x
by Joakim Bech
· 9 years ago
d9b9464
scripts/render_font.py: suppress console output
by Jerome Forissier
· 9 years ago
f789aa0
libutee: add text rendering routines
by Jens Wiklander
· 9 years ago
a1db73f
Update Juno documentation
by Jens Wiklander
· 9 years ago
923c1f3
core: stack unwinding
by Jens Wiklander
· 10 years ago
bc42074
TA as ELF + signature
by Jens Wiklander
· 10 years ago
8f2a233
Delete setup scripts for FVP, MTK, QEMU and update documentation
by Jerome Forissier
· 10 years ago
764307b
Updating setup_mtk_optee.sh to use public optee_test repository
by James Kung
· 10 years ago
50bb226
qemu: Updating script to use the public optee_test
by Joakim Bech
· 10 years ago
81551ee
fvp: Updating script to use the public optee_test
by Joakim Bech
· 10 years ago
11d5908
Release note of 0.3.0 and script updates
by Pascal Brand
· 10 years ago
0.3.0
09f8310
Add stable commit for mt8173 kernel patches
by SY Chiu
· 10 years ago
ea7d638
Fix qemu script
by Pascal Brand
· 10 years ago
ce3a2f7
Update README and setup script for Mediatek Platform
by James Kung
· 10 years ago
44bd24c
Mediatek mt8173 platform support
by James Kung
· 10 years ago
7a97665
core: move common 32/64-bit definitions to core/arch/arm/arm.mk
by Jerome Forissier
· 10 years ago
b9da5f4
Automatic ARM Juno setup script
by Cedric Chaumont
· 10 years ago
abe3897
Rename arm32 architecture to arm
by Jens Wiklander
· 10 years ago
30ca322
Fix typo: s/pagable/pageable/
by Jerome Forissier
· 10 years ago
0eff3e9
arm32: Adds LPAE support
by Jens Wiklander
· 11 years ago
a2eab46
Linux Driver refactoring
by Pascal Brand
· 11 years ago
2a995f1
Update setup_fvp_optee.sh/setup_qemu_optee.sh for GP test suite 1.1.0.4
by Jerome Forissier
· 11 years ago
999e4a6
setup_qemu_optee.sh: add support for GlobalPlatform tests
by Jerome Forissier
· 11 years ago
169695e
setup_fvp_optee.sh: add support for GlobalPlatform tests
by Jerome Forissier
· 11 years ago
700c351
Setup test environment for Secure Element API
by SY Chiu
· 11 years ago
b5a8989
Update QEMU and FVP scripts for optee_test / xtest
by Joakim Bech
· 11 years ago
e3850c5
New stable commits for the setup cripts
by Jens Wiklander
· 11 years ago
8f7de3f
plat-vexpress: linking supports pagable tee.bin
by Jens Wiklander
· 11 years ago
59ffd23
Update CFG_TEE_CORE_LOG_LEVEL flag in FVP
by Joakim Bech
· 11 years ago
af0c87e
Add script for setting up QEMU and OP-TEE
by Jens Wiklander
· 11 years ago
8ef2116
Add stable commits to the setup FVP script
by Joakim Bech
· 11 years ago
55947ce
Added script for setting up FVP and OP-TEE
by Joakim Bech
· 11 years ago
29f1a45
Add generation of memory usage report of tee.elf
by Jens Wiklander
· 11 years ago
aaac098
mk/compile.mk: simplify dependency generation; better support ccache
by Jerome Forissier
· 11 years ago
b010477
Open-source the TEE Core
by Pascal Brand
· 11 years ago