Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
arm-trusted-firmware
/
9f505cc22a40e969963a7fe8d9c9d0e702ff0fcb
/
bl32
b6285d6
AArch32: Rework SMC context save and restore mechanism
by Soby Mathew
· 8 years ago
f132b4a
Merge pull request #925 from dp-arm/dp/spdx
by davidcunado-arm
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
16292f5
Update terminology: standard SMC to yielding SMC
by David Cunado
· 8 years ago
bcc3c49
PSCI: Build option to enable D-Caches early in warmboot
by Soby Mathew
· 8 years ago
51faada
Add support for GCC stack protection
by Douglas Raillard
· 8 years ago
510a9de
Merge pull request #860 from jeenu-arm/hw-asstd-coh
by davidcunado-arm
· 8 years ago
d50ece0
Simplify translation tables headers dependencies
by Antonio Nino Diaz
· 8 years ago
25a93f7
Enable data caches early with hardware-assisted coherency
by Jeenu Viswambharan
· 8 years ago
32f0d3c
Replace some memset call by zeromem
by Douglas Raillard
· 8 years ago
308d359
Introduce unified API to zero memory
by Douglas Raillard
· 8 years ago
3df6012
Abort preempted TSP STD SMC after PSCI CPU suspend
by Douglas Raillard
· 8 years ago
9509f4f
Merge pull request #775 from soby-mathew/sm/AArch32_stack_align
by danh-arm
· 8 years ago
9f3ee61
AArch32: Fix the stack alignment issue
by Soby Mathew
· 8 years ago
a806dad
Define and use no_ret macro where no return is expected
by Jeenu Viswambharan
· 8 years ago
58e946a
PSCI: Do psci_setup() as part of std_svc_setup()
by Soby Mathew
· 8 years ago
f426fc0
PSCI: Introduce PSCI Library argument structure
by Soby Mathew
· 8 years ago
d991551
AArch32: Support in SP_MIN to receive arguments from BL2
by Yatharth Kochar
· 8 years ago
3bdf0e5
AArch32: Refactor SP_MIN to support RESET_TO_SP_MIN
by Yatharth Kochar
· 8 years ago
c11ba85
AArch32: add a minimal secure payload (SP_MIN)
by Soby Mathew
· 9 years ago
12ab697
Move spinlock library code to AArch64 folder
by Soby Mathew
· 8 years ago
a604623
TSP: Print BL32_BASE rather than __RO_START__
by Sandrine Bailleux
· 8 years ago
5d1c104
Introduce SEPARATE_CODE_AND_RODATA build flag
by Sandrine Bailleux
· 8 years ago
e0ae9fa
Introduce some helper macros for exception vectors
by Sandrine Bailleux
· 8 years ago
231c147
Make:Remove calls to shell from makefiles.
by Evan Lloyd
· 9 years ago
1c3ea10
Remove all non-configurable dead loops
by Antonio Nino Diaz
· 9 years ago
d178637
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 9 years ago
63b8440
TSP: Allow preemption of synchronous S-EL1 interrupt handling
by Soby Mathew
· 9 years ago
0244613
Enable use of FIQs and IRQs as TSP interrupts
by Soby Mathew
· 9 years ago
404dba5
Unify interrupt return paths from TSP into the TSPD
by Soby Mathew
· 9 years ago
54dc71e
Make generic code work in presence of system caches
by Achin Gupta
· 9 years ago
f1054c9
Pass the target suspend level to SPD suspend hooks
by Achin Gupta
· 9 years ago
fd650ff
PSCI: Migrate SPDs and TSP to the new platform and framework API
by Soby Mathew
· 9 years ago
90b3a6a
Add linker symbol declarations to bl_common.h
by Dan Handley
· 10 years ago
c04d260
Allow deeper platform port directory structure
by Dan Handley
· 10 years ago
1b70db0
Fix type mismatches in verbose logging
by Dan Handley
· 10 years ago
8b77962
Add support to indicate size and end of assembly functions
by Kévin Petit
· 10 years ago
dad2504
Enable type-checking of arguments passed to printf() et al.
by Sandrine Bailleux
· 10 years ago
31244d7
Save 'power_state' early in PSCI CPU_SUSPEND call
by Soby Mathew
· 10 years ago
ab8707e
Remove coherent memory from the BL memory maps
by Soby Mathew
· 10 years ago
edfda10
Juno: Add support for Test Secure-EL1 Payload
by Sandrine Bailleux
· 10 years ago
d5f1309
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
by Juan Castillo
· 10 years ago
a1d8044
Merge pull request #189 from achingupta/ag/tf-issues#153
by Dan Handley
· 10 years ago
5a06bb7
Clarify platform porting interface to TSP
by Dan Handley
· 10 years ago
0c8d4fe
Unmask SError interrupt and clear SCR_EL3.EA bit
by Achin Gupta
· 10 years ago
da0af78
Move TSP private declarations into separate header
by Dan Handley
· 10 years ago
6ad2e46
Rationalize console log output
by Dan Handley
· 10 years ago
c1efc4c
Merge pull request #179 from jcastillo-arm/jc/tf-issues/219
by danh-arm
· 10 years ago
faaa2e7
Support asynchronous method for BL3-2 initialization
by Vikram Kanigiri
· 10 years ago
53fdceb
Call platform_is_primary_cpu() only from reset handler
by Juan Castillo
· 10 years ago
9fd4127
Merge pull request #170 from achingupta/ag/tf-issues#226
by danh-arm
· 10 years ago
d9b1128
Merge pull request #169 from achingupta/ag/tf-issues#198
by danh-arm
· 10 years ago
ec3c100
Simplify management of SCTLR_EL3 and SCTLR_EL1
by Achin Gupta
· 10 years ago
aaa3e72
Add support for printing version at runtime
by Juan Castillo
· 10 years ago
b79af93
Implement a leaner printf for Trusted Firmware
by Soby Mathew
· 10 years ago
b51da82
Remove coherent stack usage from the warm boot path
by Achin Gupta
· 10 years ago
754a2b7
Remove coherent stack usage from the cold boot path
by Achin Gupta
· 10 years ago
414cfa1
Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2
by danh-arm
· 10 years ago
a1b6db6
fvp: Reuse BL1 and BL2 memory through image overlaying
by Sandrine Bailleux
· 10 years ago
1e8c5c4
Refactor fvp gic code to be a generic driver
by Dan Handley
· 10 years ago
4f2104f
Remove all checkpatch errors from codebase
by Juan Castillo
· 10 years ago
9865ac1
Further renames of platform porting functions
by Dan Handley
· 10 years ago
dff8e47
Add enable mmu platform porting interfaces
by Dan Handley
· 10 years ago
17a387a
Rename FVP specific files and functions
by Dan Handley
· 10 years ago
dec5e0d
Move BL porting functions into platform.h
by Dan Handley
· 10 years ago
5f0cdb0
Split platform.h into separate headers
by Dan Handley
· 10 years ago
f53d0fc
Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2
by Andrew Thoelke
· 10 years ago
a37255a
Make the memory layout more flexible
by Sandrine Bailleux
· 10 years ago
8957fc7
Merge pull request #104 from athoelke:at/tsp-entrypoints-v2
by Andrew Thoelke
· 10 years ago
65335d4
Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2
by Andrew Thoelke
· 10 years ago
8545a87
Merge pull request #102 from achingupta:ag/tf-issues#104-v2
by Andrew Thoelke
· 10 years ago
399fb08
Use a vector table for TSP entrypoints
by Andrew Thoelke
· 10 years ago
239b04f
Non-Secure Interrupt support during Standard SMC processing in TSP
by Soby Mathew
· 11 years ago
a20a81e
Enable secure timer to generate S-EL1 interrupts
by Achin Gupta
· 11 years ago
57356e9
Add support for asynchronous FIQ handling in TSP
by Achin Gupta
· 11 years ago
6cf8902
Add support for synchronous FIQ handling in TSP
by Achin Gupta
· 11 years ago
fa9c08b
Use secure timer to generate S-EL1 interrupts
by Achin Gupta
· 11 years ago
53514b2
fvp: Move TSP from Secure DRAM to Secure SRAM
by Sandrine Bailleux
· 10 years ago
2467f70
TSP: Let the platform decide which secure memory to use
by Sandrine Bailleux
· 10 years ago
6871c5d
Rework memory information passing to BL3-x images
by Vikram Kanigiri
· 10 years ago
c5c9b69
Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile
by Andrew Thoelke
· 10 years ago
db8989d
fvp: Use the right implem. of plat_report_exception() in BL3-2
by Sandrine Bailleux
· 10 years ago
b793e43
fvp: Provide per-EL MMU setup functions
by Sandrine Bailleux
· 11 years ago
97043ac
Reduce deep nesting of header files
by Dan Handley
· 11 years ago
fb037bf
Always use named structs in header files
by Dan Handley
· 11 years ago
bee8241
Remove vpath usage in makefiles
by Dan Handley
· 11 years ago
4ecca33
Move include and source files to logical locations
by Dan Handley
· 11 years ago
2bf28e6
Allocate single stacks for BL1 and BL2
by Andrew Thoelke
· 11 years ago
0a30cf5
Place assembler functions in separate sections
by Andrew Thoelke
· 11 years ago
dccc537
Use --gc-sections during link
by Andrew Thoelke
· 11 years ago
6c595b3
Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1
by Sandrine Bailleux
· 11 years ago
d1466a2
TSP: Make the platform-specific makefile mandatory
by Sandrine Bailleux
· 11 years ago
9f98aa1
Specify image entry in linker script
by Jeenu Viswambharan
· 11 years ago
fb05246
Generate build time and date message at link time.
by Jon Medhurst
· 11 years ago
38aa76a
fvp: Make use of the generic MMU translation table setup code
by Jon Medhurst
· 11 years ago
6d55d10
Update Makefiles to get proper dependency checking working.
by Jon Medhurst
· 11 years ago
916a2c1
Rework arithmetic operations in Test Secure Payload
by Achin Gupta
· 11 years ago
607084e
Add power management support in the SPD
by Achin Gupta
· 11 years ago
375f538
Add Test Secure Payload Dispatcher (TSPD) service
by Achin Gupta
· 11 years ago
7c88f3f
Add Test Secure Payload (BL3-2) image
by Achin Gupta
· 11 years ago