Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
4168f2f49045bb5526b848b86bf943a85cc928a7
/
include
/
bl31
c6a11f6
include: add U()/ULL() macros for constants
by Varun Wadekar
· 7 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
d019487
Introduce PSCI Library Interface
by Soby Mathew
· 9 years ago
0d78607
Introduce `el3_runtime` and `PSCI` libraries
by Soby Mathew
· 9 years ago
24ab34f
Fix coding guideline warnings
by Soby Mathew
· 9 years ago
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· 8 years ago
241ec6c
Add optional PSCI STAT residency & count functions
by Yatharth Kochar
· 8 years ago
6a81641
PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops
by Soby Mathew
· 9 years ago
46dd170
Remove direct usage of __attribute__((foo))
by Soren Brinkmann
· 9 years ago
7162afa
Use designated initialization in DECLARE_RT_SVC macro
by Soby Mathew
· 9 years ago
f4119ec
Miscellaneous doc fixes for v1.2
by Sandrine Bailleux
· 9 years ago
6c0566c
Move context management code to common location
by Yatharth Kochar
· 9 years ago
58e32d1
Enable support for EL3 interrupt in IMF
by Soby Mathew
· 9 years ago
a31c9f3
Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2
by Achin Gupta
· 9 years ago
e466c9f
Re-design bakery lock memory allocation and algorithm
by Andrew Thoelke
· 9 years ago
9a0ff9b
Pass the target suspend level to SPD suspend hooks
by Achin Gupta
· 9 years ago
011ca18
PSCI: Rework generic code to conform to coding guidelines
by Soby Mathew
· 9 years ago
f1f97a1
PSCI: Fix the return code for invalid entrypoint
by Soby Mathew
· 9 years ago
3700a92
PSCI: Migrate TF to the new platform API and CM helpers
by Soby Mathew
· 9 years ago
70716d6
PSCI: Add deprecated API for SPD when compatibility is disabled
by Soby Mathew
· 9 years ago
981487a
PSCI: Switch to the new PSCI frameworks
by Soby Mathew
· 9 years ago
49473e4
PSCI: Implement platform compatibility layer
by Soby Mathew
· 9 years ago
574d685
PSCI: Unify warm reset entry points
by Sandrine Bailleux
· 9 years ago
85dbf5a
PSCI: Add framework to handle composite power states
by Soby Mathew
· 10 years ago
9d754f6
PSCI: Introduce new platform interface to describe topology
by Soby Mathew
· 10 years ago
b0082d2
PSCI: Introduce new platform and CM helper APIs
by Soby Mathew
· 10 years ago
3a9e8bf
PSCI: Remove references to affinity based power management
by Soby Mathew
· 10 years ago
6b8b302
PSCI: Invoke PM hooks only for the highest level
by Soby Mathew
· 9 years ago
991d42c
PSCI: Create new directory to implement new frameworks
by Soby Mathew
· 9 years ago
9616838
PSCI: Add SYSTEM_SUSPEND API support
by Soby Mathew
· 10 years ago
9b38fc8
Initialise cpu ops after enabling data cache
by Vikram Kanigiri
· 10 years ago
47903c0
Demonstrate model for routing IRQs to EL3
by Soby Mathew
· 10 years ago
1df077b
Increment the PSCI VERSION to 1.0
by Soby Mathew
· 10 years ago
6cdddaf
Implement PSCI_FEATURES API
by Soby Mathew
· 10 years ago
110fe36
Rework the PSCI migrate APIs
by Soby Mathew
· 10 years ago
74e52a7
Validate power_state and entrypoint when executing PSCI calls
by Soby Mathew
· 10 years ago
f512157
Save 'power_state' early in PSCI CPU_SUSPEND call
by Soby Mathew
· 10 years ago
ffb4ab1
Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops
by Soby Mathew
· 10 years ago
523d633
Move bakery algorithm implementation out of coherent memory
by Soby Mathew
· 10 years ago
7d861ea
Invalidate the dcache after initializing cpu-ops
by Soby Mathew
· 10 years ago
c704cbc
Introduce framework for CPU specific operations
by Soby Mathew
· 10 years ago
56bcdc2
Miscellaneous PSCI code cleanups
by Achin Gupta
· 10 years ago
f6b9e99
Add APIs to preserve highest affinity level in OFF state
by Achin Gupta
· 10 years ago
f3ccbab
Add PSCI service specific per-CPU data
by Achin Gupta
· 10 years ago
e4b9fa4
Add macro to flush per-CPU data
by Achin Gupta
· 10 years ago
4dc4a47
Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
by Juan Castillo
· 10 years ago
2ed46e9
Optimize EL3 register state stored in cpu_context structure
by Soby Mathew
· 10 years ago
45c31c4
Merge pull request #172 from soby-mathew/sm/asm_assert
by danh-arm
· 10 years ago
c1adbbc
Rework the crash reporting in BL3-1 to use less stack
by Soby Mathew
· 10 years ago
e1aa516
Remove coherent stack usage from the warm boot path
by Achin Gupta
· 10 years ago
258e94f
Allow FP register context to be optional at build time
by Juan Castillo
· 10 years ago
2d55240
Remove all checkpatch errors from codebase
by Juan Castillo
· 10 years ago
56f4470
Correctly dimension the PSCI aff_map_node array
by Andrew Thoelke
· 10 years ago
4e12607
Initialise CPU contexts from entry_point_info
by Andrew Thoelke
· 10 years ago
40110f7
Merge pull request #138 from athoelke/at/cpu-context
by danh-arm
· 10 years ago
4d2d553
Remove early_exceptions from BL3-1
by Andrew Thoelke
· 10 years ago
c02dbd6
Move CPU context pointers into cpu_data
by Andrew Thoelke
· 10 years ago
8c28fe0
Per-cpu data cache restructuring
by Andrew Thoelke
· 10 years ago
a2f6553
Provide cm_get/set_context() for current CPU
by Andrew Thoelke
· 10 years ago
701fea7
Further renames of platform porting functions
by Dan Handley
· 10 years ago
7ce42df
Move BL porting functions into platform.h
by Dan Handley
· 10 years ago
60b13e3
Remove unused data declarations
by Dan Handley
· 10 years ago
a17fefa
Remove extern keyword from function declarations
by Dan Handley
· 10 years ago
077193f
Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2
by Andrew Thoelke
· 10 years ago
58484d4
Merge pull request #102 from achingupta:ag/tf-issues#104-v2
by Andrew Thoelke
· 10 years ago
29c7ae1
Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3
by Andrew Thoelke
· 10 years ago
1c5630d
Merge pull request #67 from achingupta:ag/psci_standby_bug_fix
by Andrew Thoelke
· 10 years ago
9f71f70
Non-Secure Interrupt support during Standard SMC processing in TSP
by Soby Mathew
· 10 years ago
aeaab68
Add S-EL1 interrupt handling support in the TSPD
by Achin Gupta
· 10 years ago
9cf2bb7
Introduce interrupt handling framework in BL3-1
by Achin Gupta
· 10 years ago
191e86e
Introduce interrupt registration framework in BL3-1
by Achin Gupta
· 10 years ago
27b895e
Add context library API to change a bit in SCR_EL3
by Achin Gupta
· 11 years ago
d8c9d26
Rework memory information passing to BL3-x images
by Vikram Kanigiri
· 10 years ago
da56743
Populate BL31 input parameters as per new spec
by Vikram Kanigiri
· 11 years ago
b058556
Merge pull request #78 from jeenuv:tf-issues-148
by Andrew Thoelke
· 10 years ago
d1b6015
Add build configuration for timer save/restore
by Jeenu Viswambharan
· 10 years ago
5e5c207
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· 11 years ago
42c5280
Fix broken standby state implementation in PSCI
by Achin Gupta
· 10 years ago
6c5192a
Preserve x19-x29 across world switch for exception handling
by Soby Mathew
· 11 years ago
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· 11 years ago
e2712bc
Always use named structs in header files
by Dan Handley
· 11 years ago
27f6e7d
Move PSCI global functions out of private header
by Dan Handley
· 11 years ago
bcd60ba
Separate BL functions out of arch.h
by Dan Handley
· 11 years ago
f3c8f32
Separate out CASSERT macro into own header
by Dan Handley
· 11 years ago
a70615f
Move include and source files to logical locations
by Dan Handley
· 11 years ago