TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
OP-TEE
/
optee_os
/
309991262b5d996439962aabedd341dcd206abff
3099912
scripts/symbolize.py: print ELF sections after MMU region information
by Jerome Forissier
· 8 years ago
13b3ee9
core: print rwx flags for each MMU region when a user TA aborts
by Jerome Forissier
· 8 years ago
1295874
core: arm: imx7d: add psci suspend support
by Peng Fan
· 8 years ago
eedc47b
core: arm: imx7d: remove soc_is_imx7d/s functions
by Peng Fan
· 8 years ago
b3c4f4f
core: arm: sm: add psci power state macros
by Peng Fan
· 8 years ago
f51f270
core: arm: imx: get mmdc type
by Peng Fan
· 8 years ago
e621e4e
core: imx: simplify code
by Peng Fan
· 8 years ago
ed74b27
core: imx7: fix comments
by Peng Fan
· 8 years ago
49a3c15
core: arm: imx: move psci code to pm
by Peng Fan
· 8 years ago
86e50a6
core: arm: psci: add suspend resume common functions
by Peng Fan
· 8 years ago
df34b18
core: arm: kernel: make thread_core_local public
by Peng Fan
· 8 years ago
1b181fb
core: arm: psci: pass nsec ctx to psci
by Peng Fan
· 8 years ago
b95ac3d
core: mmu: export map_memarea_sections
by Peng Fan
· 8 years ago
3037280
core: introduce get_core_pos_mpidr()
by Jens Wiklander
· 8 years ago
6cfeadb
docs: update porting guidelines regarding pager support
by Etienne Carriere
· 8 years ago
f2f36ec
core: imx: fix build errors
by Jerome Forissier
· 8 years ago
69b9f69
core: asan: tag access for .ARM.extab and .ARM.exidx
by Jens Wiklander
· 8 years ago
726ce13
core: asan: fix check_access()
by Jens Wiklander
· 8 years ago
e103c30
libutils: malloc: use asan_memset_unchecked()
by Jens Wiklander
· 8 years ago
abccd90
core: asan: provide asan_memset_unchecked()
by Jens Wiklander
· 8 years ago
5da449e
ci: add .shippable.yml
by Jerome Forissier
· 8 years ago
979b19f
core: pager: fix compile error
by Jens Wiklander
· 8 years ago
d97d0b7
core: arm32: fix assembly macro mov_imm
by Jens Wiklander
· 8 years ago
6a815af
core: introduce TEE_RAM_VA_START and TEE_TEXT_VA_START
by Zeng Tao
· 8 years ago
b656871
core: REE FS: bugfix error path
by Jens Wiklander
· 8 years ago
0c07a90
arm timers: add read/write functions for counter PL1 control register
by Igor Opaniuk
· 8 years ago
de6bd95
Update link rules for User TA
by Pierre Peiffer
· 8 years ago
7dbdef4
core: arm32: remove extra 'x' in core stack dump
by Jerome Forissier
· 8 years ago
d720431
scripts/symbolize.py: get binary architecture from ELF file
by Jerome Forissier
· 8 years ago
6693786
core: make panic call stack consistent with abort call stack
by Jerome Forissier
· 8 years ago
eff52d1
core: arm64: fix print_kernel_stack()
by Jerome Forissier
· 8 years ago
2b9f239
plat-ls: Add support for armv8 platform flavours
by Sumit Garg
· 8 years ago
157e621
scripts/symbolize.py: accept -d <ELF_file> in addition to -d <dir>
by Jerome Forissier
· 8 years ago
417567c
core: bugfix core_mmu_user_mapping_is_active()
by Jens Wiklander
· 8 years ago
2c750ba
README.md: fix URLs to HiKey and HiKey960
by Jerome Forissier
· 8 years ago
ba21727
libutee: printf() fix: remove newline added by mistake
by Jerome Forissier
· 8 years ago
59ac392
mk: report an error when the CFG_ARM64{32}_core both missing
by Zeng Tao
· 8 years ago
4c77bd9
Fix FIQ mask for the native interrupt handler for arm32
by David Wang
· 8 years ago
4c7b896
Disable IRQ and FIQ in IRQ/ABT/SVC/UND thread handlers for arm32
by David Wang
· 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
e20d1bc
plat-sam: Add support for Atmel-Microchip SAMA5D2-XULT board
by Akshay Bhat
· 8 years ago
fc5552c
arm: pl310: Support processors without SCU
by Akshay Bhat
· 8 years ago
8446c47
core: plat-hikey: increase CFG_TEE_RAM_VA_SIZE
by Jens Wiklander
· 8 years ago
00aa47a
core: plat-vexpress: increase CFG_TEE_RAM_VA_SIZE
by Jens Wiklander
· 8 years ago
b2087a2
core: pager: deal with large CFG_TEE_RAM_VA_SIZE
by Jens Wiklander
· 8 years ago
e819343
core: pager: free pages across multiple areas
by Jens Wiklander
· 8 years ago
c4ab3f2
core: pager: move some internal functions
by Jens Wiklander
· 8 years ago
d1b0ee8
core: add MEM_AREA_PAGER_VASPACE
by Jens Wiklander
· 8 years ago
2e928cd
core: pager: update tee_pager_add_core_area()
by Jens Wiklander
· 8 years ago
53dcd8f
core: pager: hide tee_pager_tbl_info
by Jens Wiklander
· 8 years ago
c1ac6a1
core: add CORE_MMU_PGDIR_LEVEL
by Jens Wiklander
· 8 years ago
6931bea
core: make tee_mm_vcore cover TEE_RAM only
by Jens Wiklander
· 8 years ago
b014779
plat-vextpress: fvp: map tzcdram
by Jens Wiklander
· 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
bdc1a18
core: link.mk: force link of tee.elf when object list has changed
by Jerome Forissier
· 8 years ago
d0c6361
Add support for early Trusted Applications
by Jerome Forissier
· 8 years ago
23346f1
Add support for several user TA stores
by Jerome Forissier
· 8 years ago
6076de2
Add description string to user_ta_store_ops
by Jerome Forissier
· 8 years ago
4746a22
Add target ta_dev_kit
by Jerome Forissier
· 8 years ago
5b2fecf
Remove leading spaces and dots in DMSG() messages
by Jerome Forissier
· 8 years ago
f147124
core/sub.mk: add missing dependency on the TA key processing script
by Jerome Forissier
· 8 years ago
2fcf4ea
core: fix unwind in PSCI
by Etienne Carriere
· 8 years ago
e84e1fe
core: clean and unwind arm32_aeabi_[l]divmod_a32.S
by Etienne Carriere
· 8 years ago
67a1725
core: add matches operation to mobj_paged_ops
by Jens Wiklander
· 8 years ago
de0413e
core: add matches operation to mobj_reg_shm_ops
by Jens Wiklander
· 8 years ago
4e07a7b
core: fix memory address comparison
by Etienne Carriere
· 8 years ago
2e4e94b
core: default enable program flow prediction on ARMv7 cores
by Etienne Carriere
· 8 years ago
6a55dc2
core: clarify SCTLR initialization in 32bit mode.
by Etienne Carriere
· 8 years ago
909cd81
core: default enable CFG_ENABLE_SCTLR_RR for some ARMv7 cores
by Etienne Carriere
· 8 years ago
f460af3
core: introduce CFG_ENABLE_SCTLR_RR for ARMv7 cores
by Etienne Carriere
· 8 years ago
d0394fd
core: move plat_cpu_reset_early before SCTLR generic inits
by Etienne Carriere
· 8 years ago
6246cc9
libutee: puts(): add trailing newline
by Jerome Forissier
· 8 years ago
b0c596a
libutee: printf(): remove prefix and other non-standard behavior
by Jerome Forissier
· 8 years ago
dc45460
libutee: provide an implementation of putchar()
by Jerome Forissier
· 8 years ago
110da4b
plat-rockchip: rk322x: add PSCI system suspend
by Joseph Chen
· 8 years ago
1032b98
plat-rockchip: rk322x: add PSCI features
by Joseph Chen
· 8 years ago
f1ecb12
plat-rockchip: rk322x: add PSCI version
by Joseph Chen
· 8 years ago
8163762
core: arm: sm: add PSCI system suspend
by Joseph Chen
· 8 years ago
7fd0f4b
core: fix overlapping conditions of pagestore load areas
by Etienne Carriere
· 8 years ago
935ac3e
core: arm32: handle aborts in system mode
by Jens Wiklander
· 8 years ago
910c575
ta/ta.mk: add scripts/symbolize.py to TA dev kit
by Jerome Forissier
· 8 years ago
0ac9c8c
ta/ta.mk: remove useless calls to $(wildcard)
by Jerome Forissier
· 8 years ago
0073c9a
core: pager: optimize tee_pager_handle_fault()
by Jens Wiklander
· 8 years ago
84c4029
core: pager: remove unneeded tlb invalidation
by Jens Wiklander
· 8 years ago
9aea3dc
Travis: add -p to mkdir $HOME/bin
by Jerome Forissier
· 8 years ago
3938684
core: arm: mmu: enable MEM_AREA_TEE_COHERENT
by Peng Fan
· 8 years ago
d4c2757
.travis.yml: Add Rockchip RK322X
by Joseph Chen
· 8 years ago
d6b8c39
MAINTAINERS.md: Add maintainer for Rockchip RK322X
by Joseph Chen
· 8 years ago
d2a38c4
README.md: Add Rockchip RK322X description
by Joseph Chen
· 8 years ago
70baf8d
benchmark: fix core data-abort at address 0x0
by Igor Opaniuk
· 8 years ago
7176a0b
Add plat-rockchip support
by Joseph Chen
· 8 years ago
8e6c6ae
core: add udelay function
by Joseph Chen
· 8 years ago
65d34b1
drivers: serial8250_uart: use 32-bit accesses to the uart registers
by Joseph Chen
· 8 years ago
6dc18b3
core: arm: boot: fix get_memory
by Peng Fan
· 8 years ago
9ef6e93
plat-d02: enable 64-bit paging
by Jerome Forissier
· 8 years ago
1043920
core: arm: mmu: fix core_mmu_add_mapping()
by Peng Fan
· 8 years ago
c6ac89b
drivers: add snvs srtc support
by Peng Fan
· 8 years ago
6d1a620
mk/gcc.mk: define LD to bfd version by default
by Yongqin Liu
· 8 years ago
Next »