Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
a17fefa97880e5717478765bb55503d593759a26
/
services
a17fefa
Remove extern keyword from function declarations
by Dan Handley
· Wed May 14 12:38:32 2014 +0100
332ff85
Merge pull request #104 from athoelke:at/tsp-entrypoints-v2
by Andrew Thoelke
· Fri May 23 11:00:04 2014 +0100
077193f
Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2
by Andrew Thoelke
· Fri May 23 11:00:04 2014 +0100
58484d4
Merge pull request #102 from achingupta:ag/tf-issues#104-v2
by Andrew Thoelke
· Fri May 23 11:00:04 2014 +0100
29c7ae1
Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3
by Andrew Thoelke
· Fri May 23 11:00:04 2014 +0100
1c5630d
Merge pull request #67 from achingupta:ag/psci_standby_bug_fix
by Andrew Thoelke
· Fri May 23 11:00:04 2014 +0100
891c4ca
Use a vector table for TSP entrypoints
by Andrew Thoelke
· Tue May 20 21:43:27 2014 +0100
9f71f70
Non-Secure Interrupt support during Standard SMC processing in TSP
by Soby Mathew
· Fri May 09 20:49:17 2014 +0100
aeaab68
Add S-EL1 interrupt handling support in the TSPD
by Achin Gupta
· Fri May 09 13:21:31 2014 +0100
405406d
Use secure timer to generate S-EL1 interrupts
by Achin Gupta
· Fri May 09 12:00:17 2014 +0100
9cf2bb7
Introduce interrupt handling framework in BL3-1
by Achin Gupta
· Fri May 09 11:07:09 2014 +0100
27b895e
Add context library API to change a bit in SCR_EL3
by Achin Gupta
· Sun May 04 18:38:28 2014 +0100
18d6eaf
Rework 'state' field usage in per-cpu TSP context
by Achin Gupta
· Sun May 04 18:23:26 2014 +0100
d8c9d26
Rework memory information passing to BL3-x images
by Vikram Kanigiri
· Fri May 16 18:48:12 2014 +0100
da56743
Populate BL31 input parameters as per new spec
by Vikram Kanigiri
· Tue Apr 15 18:08:08 2014 +0100
9851e42
Introduce macros to manipulate the SPSR
by Vikram Kanigiri
· Tue May 13 14:42:08 2014 +0100
5e5c207
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· Mon Apr 07 15:28:55 2014 +0100
42c5280
Fix broken standby state implementation in PSCI
by Achin Gupta
· Fri May 09 19:32:25 2014 +0100
74a62b3
fvp: Provide per-EL MMU setup functions
by Sandrine Bailleux
· Fri May 09 11:35:36 2014 +0100
9ceff0f
Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1
by danh-arm
· Thu May 08 12:25:02 2014 +0100
6c5192a
Preserve x19-x29 across world switch for exception handling
by Soby Mathew
· Wed Apr 30 15:36:37 2014 +0100
f977ed8
Access system registers directly in assembler
by Andrew Thoelke
· Mon Apr 28 12:32:02 2014 +0100
42e75a7
Correct usage of data and instruction barriers
by Andrew Thoelke
· Mon Apr 28 12:28:39 2014 +0100
a4cb68e
Remove variables from .data section
by Dan Handley
· Wed Apr 23 13:47:06 2014 +0100
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· Wed Apr 09 13:14:54 2014 +0100
e2712bc
Always use named structs in header files
by Dan Handley
· Thu Apr 10 15:37:22 2014 +0100
27f6e7d
Move PSCI global functions out of private header
by Dan Handley
· Wed Apr 23 15:22:18 2014 +0100
bcd60ba
Separate BL functions out of arch.h
by Dan Handley
· Thu Apr 17 18:53:42 2014 +0100
f3c8f32
Separate out CASSERT macro into own header
by Dan Handley
· Thu Apr 17 17:29:58 2014 +0100
176e7b4
Remove vpath usage in makefiles
by Dan Handley
· Tue Apr 15 18:20:09 2014 +0100
714a0d2
Make use of user/system includes more consistent
by Dan Handley
· Wed Apr 09 13:13:04 2014 +0100
a70615f
Move include and source files to logical locations
by Dan Handley
· Wed Apr 09 12:48:25 2014 +0100
f100f41
Preserve PSCI cpu_suspend 'power_state' parameter.
by Vikram Kanigiri
· Tue Apr 01 19:26:26 2014 +0100
38bde41
Place assembler functions in separate sections
by Andrew Thoelke
· Tue Mar 18 13:46:55 2014 +0000
c7f2069
Fix build failure due to a typo in TSPD code
by Achin Gupta
· Wed Mar 26 18:44:15 2014 +0000
1734119
Fix build by correcting asm helper function usage in TSPD
by Vikram Kanigiri
· Mon Mar 24 11:21:35 2014 +0000
3b7c59b
Add standby state support in PSCI cpu_suspend api
by Vikram Kanigiri
· Fri Mar 21 11:57:10 2014 +0000
78a6e0c
Remove partially qualified asm helper functions
by Vikram Kanigiri
· Tue Mar 11 17:41:00 2014 +0000
df1ddb5
Implement standard calls for TSP
by Jeenu Viswambharan
· Fri Feb 28 11:23:35 2014 +0000
1814a3e
Implement ARM Standard Service
by Jeenu Viswambharan
· Fri Feb 28 10:08:33 2014 +0000
407a95c
Update Makefiles to get proper dependency checking working.
by Jon Medhurst
· Wed Feb 12 15:54:48 2014 +0000
7f36660
Implement late binding for runtime hooks
by Jeenu Viswambharan
· Thu Feb 20 17:11:00 2014 +0000
916a2c1
Rework arithmetic operations in Test Secure Payload
by Achin Gupta
· Sun Feb 09 23:11:46 2014 +0000
607084e
Add power management support in the SPD
by Achin Gupta
· Sun Feb 09 18:24:19 2014 +0000
375f538
Add Test Secure Payload Dispatcher (TSPD) service
by Achin Gupta
· Tue Feb 18 18:12:48 2014 +0000
0a9f747
Move PSCI to runtime services directory
by Achin Gupta
· Sun Feb 09 17:48:12 2014 +0000