Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
5d8e64bf69a4ff3245de03d0345e56b22020b44e
/
lib
/
psci
e7e2afd
feat(psci): require validate_power_state to expose CPU_SUSPEND
by Samuel Holland
· 3 years, 6 months ago
1b4938b
PSCI: fix limit of 256 CPUs caused by cast to unsigned char
by Graeme Gregory
· 4 years ago
f68a683
Merge "Increase type widths to satisfy width requirements" into integration
by Joanna Farley
· 4 years ago
ed20207
Increase type widths to satisfy width requirements
by Jimmy Brisson
· 4 years, 3 months ago
39f9eee
Don't return error information from console_flush
by Jimmy Brisson
· 4 years, 3 months ago
1203004
psci: utility api to invoke stop for other cores
by Sandeep Tripathy
· 4 years, 3 months ago
91d8061
coverity: fix MISRA violations
by Zelalem
· 4 years, 9 months ago
8fe72b9
qemu: Implement PSCI_CPU_OFF.
by Andrew Walbran
· 4 years, 9 months ago
4287c0c
Unify type of "cpu_idx" across PSCI module.
by Deepika Bhavnani
· 4 years, 11 months ago
02c3568
adding support to enable different personality of the same soc.
by Pankaj Gupta
· 5 years ago
33bd514
Adding new optional PSCI hook pwr_domain_on_finish_late
by Madhukar Pappireddy
· 5 years ago
7c9a4e6
Merge "Refactor ARMv8.3 Pointer Authentication support code" into integration
by Soby Mathew
· 5 years ago
f41355c
Refactor ARMv8.3 Pointer Authentication support code
by Alexei Fedorov
· 5 years ago
4490ad2
Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into integration
by Soby Mathew
· 5 years ago
79ffab5
Unify type of "cpu_idx" across PSCI module.
by Deepika Bhavnani
· 5 years ago
523024c
Assert if power level value greater then PSCI_INVALID_PWR_LVL
by Deepika Bhavnani
· 5 years ago
6bd4666
Coverity fix: Remove GGC ignore -Warray-bounds
by Deepika Bhavnani
· 5 years ago
8e0ef0f
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 5 years ago
74e8978
PSCI: Lookup list of parent nodes to lock only once
by Andrew F. Davis
· 5 years ago
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
d522759
Initial Spectre V1 mitigations (CVE-2017-5753).
by Joel Hutton
· 6 years ago
840ab1c
Merge pull request #1624 from glneo/less-cache-flushing
by Soby Mathew
· 6 years ago
1821db2
psci: platform control of SYSTEM_SUSPEND entry
by ldts
· 6 years ago
e6f28fa
PSCI: Do not flush cache when unneeded
by Andrew F. Davis
· 6 years ago
564f954
PSCI: Update comment on MMU disablement
by Andrew F. Davis
· 6 years ago
5753e49
Mark BL31 initialization functions
by Daniel Boulby
· 6 years ago
dc9fab1
Remove all other deprecated interfaces and files
by Antonio Nino Diaz
· 6 years ago
76f0303
PSCI: Remove deprecated file plat_psci_common.c
by Antonio Nino Diaz
· 6 years ago
9ef94a9
PSCI: Remove platform compatibility layer
by Roberto Vargas
· 6 years ago
37a5efa
xlat v2: Flush xlat tables after being modified
by Antonio Nino Diaz
· 6 years ago
de11a5b
psci: Use bool in internal interfaces
by Antonio Nino Diaz
· 6 years ago
22ab8ab
PSCI: Fix logic error to skip cache flushing
by Andrew F. Davis
· 6 years ago
78a95a6
PSCI: Fix MISRA defects in common and setup code
by Antonio Nino Diaz
· 6 years ago
0f5dc9f
PSCI: Fix MISRA defects in stat code
by Antonio Nino Diaz
· 6 years ago
f5c6001
PSCI: Fix MISRA defects in MEM_PROTECT
by Antonio Nino Diaz
· 6 years ago
56a0e8e
PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF
by Antonio Nino Diaz
· 6 years ago
6f3ccc5
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 6 years ago
dd0e85c
PSCI: Refactor lock macros to comply with MISRA
by Antonio Nino Diaz
· 6 years ago
5a42b68
PSCI: Replace macros by static inline functions
by Antonio Nino Diaz
· 6 years ago
fef5d2d
Fix MISRA Rule 5.3 Part 2
by Daniel Boulby
· 7 years ago
2257d6d
Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements
by Dimitris Papastamos
· 7 years ago
21b3b05
psci: initialize array fully to comply with MISRA
by Jonathan Wright
· 7 years ago
de70183
lib: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
3c817f4
Rename 'smcc' to 'smccc'
by Antonio Nino Diaz
· 7 years ago
b8d8145
Merge pull request #1282 from robertovargas-arm/misra-changes
by davidcunado-arm
· 7 years ago
777dd43
Fix MISRA rule 8.3 in common code
by Roberto Vargas
· 7 years ago
9f2f8ef
Invalidate TLB entries during warm boot
by Antonio Nino Diaz
· 7 years ago
a65841a
Add support for SMCCC_VERSION in PSCI features
by Dimitris Papastamos
· 7 years ago
d1a1841
Add PubSub events for CPU powerdown/powerup
by Dimitris Papastamos
· 7 years ago
42ef554
Merge pull request #1145 from etienne-lms/rfc-armv7-2
by davidcunado-arm
· 7 years ago
6dc8214
Flush the affinity data in psci_affinity_info
by Roberto Vargas
· 7 years ago
e259fa7
ARMv7 may not support Generic Timer Extension
by Etienne Carriere
· 7 years ago
8336f68
Fix PSCI STAT time stamp collection
by Soby Mathew
· 7 years ago
55e56a9
PSCI: Publish CPU ON event
by Jeenu Viswambharan
· 7 years ago
653fb8f
mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK
by Roberto Vargas
· 7 years ago
b820ad0
reset2: Add PSCI system_reset2 function
by Roberto Vargas
· 7 years ago
0a4c261
mem_protect: Add mem_protect API
by Roberto Vargas
· 7 years ago
3cb73cb
Reduce time lock in psci_do_cpu_off
by Roberto Vargas
· 7 years ago
16484dd
psci_common: Resolve GCC static analysis false positive
by Alistair Francis
· 7 years ago
ae87f4b
lib: psci: early suspend handler for platforms
by Varun Wadekar
· 7 years ago
06adba2
Address edge case for stale PSCI CPU data in cache
by David Cunado
· 7 years ago
9930501
Fix order of #includes
by Isla Mitchell
· 7 years ago
09bb548
Merge pull request #978 from etienne-lms/minor-build
by danh-arm
· 7 years ago
3fdf5f3
PSCI: use same function prototype as in header file
by Etienne Carriere
· 7 years ago
d171bfc
psci: minor fixes in lib
by Etienne Carriere
· 7 years ago
66231d1
Tegra: enable 'signed-comparison' compilation warning/errors
by Varun Wadekar
· 7 years ago
6715485
Merge pull request #927 from jeenu-arm/state-switch
by davidcunado-arm
· 7 years ago
bc1a929
Introduce ARM SiP service to switch execution state
by Jeenu Viswambharan
· 8 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
043fe9c
PSCI: Build option to enable D-Caches early in warmboot
by Soby Mathew
· 8 years ago
e3962d0
Flush console where necessary
by Antonio Nino Diaz
· 8 years ago
346bfd8
PSCI: Optimize call paths if all participants are cache-coherent
by Jeenu Viswambharan
· 8 years ago
0b56d6f
PSCI: Introduce cache and barrier wrappers
by Jeenu Viswambharan
· 8 years ago
0470202
Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing
by davidcunado-arm
· 8 years ago
37ce150
PSCI: Do stat accounting for retention/standby states
by dp-arm
· 8 years ago
66abfbe
PSCI: Decouple PSCI stat residency calculation from PMF
by dp-arm
· 8 years ago
a8954fc
Replace some memset call by zeromem
by Douglas Raillard
· 8 years ago
d5ec367
Report errata workaround status to console
by Jeenu Viswambharan
· 8 years ago
2b0a176
Merge pull request #788 from jeenu-arm/cpuops-framework
by danh-arm
· 8 years ago
a1d1da7
Merge pull request #779 from dp-arm/dp/rtinstr-cache
by danh-arm
· 8 years ago
ee5eb80
Add provision to extend CPU operations at more levels
by Jeenu Viswambharan
· 8 years ago
2d92de6
Add two timestamps to measure PSCI cache flush overhead
by dp-arm
· 8 years ago
b54c1a5
Merge pull request #775 from soby-mathew/sm/AArch32_stack_align
by danh-arm
· 8 years ago
adb7027
AArch32: Fix the stack alignment issue
by Soby Mathew
· 8 years ago
68aef10
Define and use no_ret macro where no return is expected
by Jeenu Viswambharan
· 8 years ago
3cac786
Add PMF instrumentation points in TF
by dp-arm
· 8 years ago
89256b8
PSCI: Introduce PSCI Library argument structure
by Soby Mathew
· 8 years ago
1a9644b
Merge pull request #702 from jeenu-arm/psci-node-hw-state
by danh-arm
· 8 years ago
7f03e9d9
PSCI: Add support for PSCI NODE_HW_STATE API
by Jeenu Viswambharan
· 8 years ago
7c9d5f8
Flush `psci_plat_pm_ops` after initialization
by Soby Mathew
· 8 years ago
89d90dc
AArch32: Add support to PSCI lib
by Soby Mathew
· 8 years ago
7b5c9b3
Move spinlock library code to AArch64 folder
by Soby Mathew
· 8 years ago
d59a669
Merge pull request #670 from achingupta/ag/psci_retention_fix
by danh-arm
· 8 years ago
9b2bf25
Fix use of stale power states in PSCI standby finisher
by Achin Gupta
· 8 years ago
f9f3bbf
Validate psci_find_target_suspend_lvl() result
by Sandrine Bailleux
· 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