TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
OP-TEE
/
optee_os
/
c0c57c8fa58346f3b0837a02c313e447c91b74c9
c0c57c8
symbolize.py: fix stack dump of TEE core with pager
by Jerome Forissier
· 6 years ago
824b34c
MAINTAINERS: update Aijun Sun's email address
by Jerome Forissier
· 6 years ago
0b2486d
MAINTAINERS: update my email address
by Jerome Forissier
· 6 years ago
91fc6bd
core: crypto: add support for SM2 PKE
by Jerome Forissier
· 6 years ago
f9a7828
core: ltc: add support for SM2 PKE
by Jerome Forissier
· 6 years ago
c069113
core: ltc: export ECC key helper functions
by Jerome Forissier
· 6 years ago
d8ab8de
core: ltc: add implementations for .addmod and .submod
by Jerome Forissier
· 6 years ago
43be645
core: ltc: add SM2 curve parameters
by Jerome Forissier
· 6 years ago
682f256
TA dev kit: expose CFG_TA_VERSION build option
by Sumit Garg
· 6 years ago
1833981
core: enable rollback protection for REE-FS TAs
by Sumit Garg
· 6 years ago
abfd092
core: arm64: fix speculative execution past ERET vulnerability
by Anthony Steinhauser
· 6 years ago
ce50e71
ci: shippable: remove CCACHE_UNIFY=true
by Jerome Forissier
· 6 years ago
bf72980
core: add core_mmu_map_contiguous_pages()
by Jens Wiklander
· 6 years ago
378e007
stdint.h: add U() ULL() L() LL() macros
by Jens Wiklander
· 6 years ago
76c4997
core: rename to mobj_{inc,dec}_map()
by Jens Wiklander
· 6 years ago
c891a67
core: crypto: sm3: remove unused header
by Victor Chong
· 6 years ago
989ac10
mk/compile.mk: add cc-option macro
by Jerome Forissier
· 6 years ago
4764557
core: crypto: add support for SM3
by Jerome Forissier
· 6 years ago
ade6f84
core: crypto: add support for SM4
by Jerome Forissier
· 6 years ago
026e355
plat-ti: Switch to using SMCCC compatible calls
by Andrew F. Davis
· 6 years ago
3196a2d
scripts: add --input argument to tee_bin_parser.py
by Jens Wiklander
· 6 years ago
8108ed3
scripts: fix tee_bin_parser.py string formatting
by Jens Wiklander
· 6 years ago
87372da
Enable ASLR by default
by Jens Wiklander
· 6 years ago
5502aad
core: link.mk: Make sure to link without relro
by Jens Wiklander
· 6 years ago
e996d18
core: support ASLR and paging
by Jens Wiklander
· 6 years ago
9438dbd
core: fix tee_pager_release_one_phys() assert
by Jens Wiklander
· 6 years ago
83471b2
core: fix pager vaspace start in assign_mem_va()
by Jens Wiklander
· 6 years ago
ff207c8
core: pager: allocate pager_tables dynamically
by Jens Wiklander
· 6 years ago
c6744ca
core: add fobj_ro_reloc_paged_alloc()
by Jens Wiklander
· 6 years ago
15ba8c1
core: move VFP state into struct user_ta_ctx
by Jens Wiklander
· 6 years ago
7d2b71d
core: vm_set_prot() and friends works across VM regions
by Jens Wiklander
· 6 years ago
79f2201
core: system_pta: refuse changing kernel mappings
by Jens Wiklander
· 6 years ago
7c732ee
core: get svc handler from the context of current session
by Jens Wiklander
· 6 years ago
5343f09
core: add common user_mode_ctx_print_mappings()
by Jens Wiklander
· 6 years ago
2ccaf1a
core: move struct thread_ctx_regs to thread.h
by Jens Wiklander
· 6 years ago
1936dfc
core: add struct user_mode_ctx
by Jens Wiklander
· 6 years ago
e94702a
core: thread_enter_user_mode(): avoid leaking register content
by Jens Wiklander
· 6 years ago
c2c16e8
core: link.mk: Un-deprecate tee.bin v1 image generation
by Andrew F. Davis
· 6 years ago
ead7c47
plat-ti: Restore non-secure entry address from saved copy in r5
by Andrew F. Davis
· 6 years ago
d034099
shippable: generate deprecated v1 images
by Jens Wiklander
· 6 years ago
55c1b94
core: fix generation of tee.bin
by Jens Wiklander
· 6 years ago
8538799
core: imx: fix CFG_DRAM_BASE for imx8qm/qxp
by Clement Faure
· 6 years ago
bc6f3bf
core: remove unreachable code from tee_tadb_ta_open()
by Jens Wiklander
· 6 years ago
2e42d8e
core: add description of struct tadb_entry
by Jens Wiklander
· 6 years ago
b19db42
core: add description of struct shdr_bootstrap_ta
by Jens Wiklander
· 6 years ago
479c49d
mem_usage.py: stop parsing file when _end_of_ram is reached
by Jerome Forissier
· 6 years ago
9579e40
scripts/sign_encrypt.py: remove pycrypto workaround
by Jens Wiklander
· 6 years ago
ababd72
scripts/sign_encrypt.py: Sign TA using PSS
by Jens Wiklander
· 6 years ago
2139aa8
core: shdr_verify_signature() supply hash length for salt length
by Jens Wiklander
· 6 years ago
d77929e
core: ftrace: dump core load address to support ASLR
by Sumit Garg
· 6 years ago
91068f8
symbolize.py: fix decoding of ftrace dumps containing syscalls
by Jerome Forissier
· 6 years ago
4f3fac2
Update Broadcom DRAM2 base and size
by Sheetal Tigadoli
· 6 years ago
e605fbd
pta: bcm: Add PTA to handle Broadcom error logs
by Sheetal Tigadoli
· 6 years ago
15542a7
pta: bcm: Add Broadcom gpio PTA
by Sheetal Tigadoli
· 6 years ago
9246c1f
drivers: Add func to config gpio pin for secure access
by Sheetal Tigadoli
· 6 years ago
379d404
drivers: Update Broadcom gpio base and num gpios
by Sheetal Tigadoli
· 6 years ago
2338a97
scripts/gen_tee_bin.py: convert symbol and section name to strings
by Jerome Forissier
· 6 years ago
33017d8
Remove script/llvm-objcopy-wrapper
by Jerome Forissier
· 6 years ago
2de17fd
TA dev kit: add support for TA encryption
by Sumit Garg
· 6 years ago
e1afc43
core: add framework to load REE-FS encrypted TAs
by Sumit Garg
· 6 years ago
c693a9d
core: arm32: bugfix booting second cpu with ASLR
by Jens Wiklander
· 6 years ago
665fa25
core: add plat_primary_init_early()
by Jens Wiklander
· 6 years ago
f77987a
core: fix gen_tee_bin.py to handle STB_LOCAL symbols
by Jens Wiklander
· 6 years ago
0df5cb3
core: remove unused user_ta_ctx::load_addr
by Jerome Forissier
· 6 years ago
549c2eb
plat-imx: mx6: support for TZASC on 6UL/ULL
by Rouven Czerwinski
· 6 years ago
5966660
core: move relocation to embedded data region
by Jens Wiklander
· 6 years ago
5dd1570
core: add embedded data region
by Jens Wiklander
· 6 years ago
6e91545
core: generic_entry_a64.S: fix boot_mmu_config alignment
by Jens Wiklander
· 6 years ago
25781fd
pta: bcm: Add Broadcom SOTP PTA
by Rahul Gupta
· 6 years ago
c17b9e1
pta: bcm: Add additional bnxt commands in pta
by Sheetal Tigadoli
· 6 years ago
9b72634
drivers: bnxt: Add driver support for additional bnxt cmds
by Sheetal Tigadoli
· 6 years ago
5f2bc14
drivers: bnxt: Load bnxt images from secure memory
by Vikas Gupta
· 6 years ago
0588c51
drivers: bnxt: Remove NS3Z specific code
by Sheetal Tigadoli
· 6 years ago
ccf6a7e
drivers: bnxt: Update TEMP_MEM region that was overlapped
by Tony Poon
· 6 years ago
5452eda
pta: bcm: Add HW RNG PTA
by Bharat Kumar Reddy Gooty
· 6 years ago
b526f8f
core: link.mk: deprecate tee{,-pager,-pageable}.bin
by Jens Wiklander
· 6 years ago
d336ba3
Remove unused scripts/gen_hashed_bin.py
by Jens Wiklander
· 6 years ago
1a9edab
core: link.mk: use gen_tee_bin.py
by Jens Wiklander
· 6 years ago
3c51966
core: add scripts/gen_tee_bin.py for boot binaries
by Jens Wiklander
· 6 years ago
4afc378
drivers: bcm_sotp: No ECC bits for Section 0 to Section 3
by Bharat Kumar Reddy Gooty
· 6 years ago
3cdbb86
pta: bcm: Add PTA for secure watchdog
by Bharat Kumar Reddy Gooty
· 6 years ago
9348a85
plat-bcm: Add Broadcom platform specific err log support
by Sheetal Tigadoli
· 6 years ago
ea4ae5c
trace: Add weak platform tracer function
by Sheetal Tigadoli
· 6 years ago
ba4056f
core: imx: fix CFG_DRAM_BASE for i.MX7ulp
by Clement Faure
· 6 years ago
2c0bb3d
stdint.h: add UL macro
by Clement Faure
· 6 years ago
038fa65
core: imx: disable CAAM driver for i.MX6SL
by Silvano di Ninno
· 6 years ago
e05236a
core: imx: rename register files
by Clement Faure
· 6 years ago
8075324
imx: change imx8 prefixe to mx8
by Clement Faure
· 6 years ago
0d77037
mbedtls: Add MBEDTLS_X509_CSR_WRITE_C define
by Florian Depraz
· 6 years ago
d3c5c26
core: fix check_mem_map() vs MEM_AREA_IDENTITY_MAP_RX
by Jens Wiklander
· 6 years ago
d5204cc
scripts/gen_ldelf_hex.py: remove unused imports
by Jens Wiklander
· 6 years ago
6b7eef7
ci: shippable: build with CFG_CORE_ASLR=y
by Jens Wiklander
· 6 years ago
105e09c
symbolize.py: add support for TEE core ASLR
by Jerome Forissier
· 6 years ago
170e908
core: add support for CFG_CORE_ASLR
by Jens Wiklander
· 6 years ago
c3c2f24
core: arm grow MAX_XLAT_TABLES with ASLR
by Jens Wiklander
· 6 years ago
40c41c9
core: kern.ld.S: make ctors/dtors contiguous with other relro sections
by Jens Wiklander
· 6 years ago
dbec41b
core: kern.ld.S: make .got RO after relocation
by Jens Wiklander
· 6 years ago
eb03fd4
core: kern.ld.S: provide start/end of relocations
by Jens Wiklander
· 6 years ago
1385854
core: Add core memory type MEM_AREA_IDENTITY_MAP_RX
by Jens Wiklander
· 6 years ago
520860f
core: generic_entry: add enable_mmu()
by Jens Wiklander
· 6 years ago
Next »