109 Commits (a2cdbb1df088cde410aea1d5989dfc500aaf7939)

Author SHA1 Message Date
Wing Li 9a70e69e05 feat(psci): update PSCI_FEATURES 2 years ago
Wing Li 606b743007 feat(psci): add support for OS-initiated mode 2 years ago
Wing Li b88a4416b5 feat(psci): add support for PSCI_SET_SUSPEND_MODE 2 years ago
Chris Kay da04341ed5 build: always prefix section names with `.` 2 years ago
Harrison Mutai aea4ccf8d9 fix(cpus): workaround for Cortex-A510 erratum 2684597 2 years ago
Harrison Mutai 695a48b5b4 fix(psci): tighten psci_power_down_wfi behaviour 2 years ago
Jayanth Dodderi Chidanand b41b082464 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe 2 years ago
Pranav Madhu 65bbb9358b refactor(psci): move psci_do_pwrdown_sequence() out of private header 2 years ago
Manish V Badarkhe 0551aac563 fix(psci): fix MISRA failure - Memory - illegal accesses 2 years ago
Lucian Paul-Trifu ce14a12f8b feat(psci): add a helper function to ensure that non-boot PEs are offline 3 years ago
Zelalem Aweke 8b95e84870 refactor(context mgmt): add cm_prepare_el3_exit_ns function 3 years ago
Yann Gautier b9338eee7f fix(psci): correct parent_node type in messages 3 years ago
Samuel Holland a1d5ac6a5a feat(psci): require validate_power_state to expose CPU_SUSPEND 4 years ago
Graeme Gregory a86865ac42 PSCI: fix limit of 256 CPUs caused by cast to unsigned char 4 years ago
Jimmy Brisson d7b5f40823 Increase type widths to satisfy width requirements 4 years ago
Jimmy Brisson 831b0e9824 Don't return error information from console_flush 4 years ago
Sandeep Tripathy 2274490945 psci: utility api to invoke stop for other cores 4 years ago
Zelalem 2fe75a2de0 coverity: fix MISRA violations 5 years ago
Andrew Walbran 33e8c56973 qemu: Implement PSCI_CPU_OFF. 5 years ago
Deepika Bhavnani 5b33ad174a Unify type of "cpu_idx" across PSCI module. 5 years ago
Pankaj Gupta ab4df50c23 adding support to enable different personality of the same soc. 5 years ago
Madhukar Pappireddy 1010770719 Adding new optional PSCI hook pwr_domain_on_finish_late 5 years ago
Alexei Fedorov ed108b5605 Refactor ARMv8.3 Pointer Authentication support code 5 years ago
Deepika Bhavnani fc81021aed Unify type of "cpu_idx" across PSCI module. 5 years ago
Deepika Bhavnani 0c411c7884 Assert if power level value greater then PSCI_INVALID_PWR_LVL 5 years ago
Deepika Bhavnani 41af05154a Coverity fix: Remove GGC ignore -Warray-bounds 5 years ago
Julius Werner 402b3cf876 Switch AARCH32/AARCH64 to __aarch64__ 5 years ago
Andrew F. Davis 74d27d0062 PSCI: Lookup list of parent nodes to lock only once 6 years ago
Antonio Nino Diaz 09d40e0e08 Sanitise includes across codebase 6 years ago
Joel Hutton 9edd891279 Initial Spectre V1 mitigations (CVE-2017-5753). 6 years ago
ldts a4065abdfb psci: platform control of SYSTEM_SUSPEND entry 6 years ago
Andrew F. Davis f996a5f79f PSCI: Do not flush cache when unneeded 6 years ago
Andrew F. Davis c98db6c617 PSCI: Update comment on MMU disablement 6 years ago
Daniel Boulby 87c8513498 Mark BL31 initialization functions 6 years ago
Antonio Nino Diaz fe199e3bac Remove all other deprecated interfaces and files 6 years ago
Antonio Nino Diaz 0b81230599 PSCI: Remove deprecated file plat_psci_common.c 6 years ago
Roberto Vargas 871de5373d PSCI: Remove platform compatibility layer 6 years ago
Antonio Nino Diaz 3e318e4037 xlat v2: Flush xlat tables after being modified 6 years ago
Antonio Nino Diaz 362030bf06 psci: Use bool in internal interfaces 6 years ago
Andrew F. Davis 39a8fa70f0 PSCI: Fix logic error to skip cache flushing 6 years ago
Antonio Nino Diaz 6b7b0f3686 PSCI: Fix MISRA defects in common and setup code 6 years ago
Antonio Nino Diaz abce1dce8b PSCI: Fix MISRA defects in stat code 6 years ago
Antonio Nino Diaz 8c20c3c987 PSCI: Fix MISRA defects in MEM_PROTECT 6 years ago
Antonio Nino Diaz 621d64f89b PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF 6 years ago
Antonio Nino Diaz 1083b2b315 PSCI: Fix types of definitions 6 years ago
Antonio Nino Diaz 4829df8383 PSCI: Refactor lock macros to comply with MISRA 6 years ago
Antonio Nino Diaz 97373c33b7 PSCI: Replace macros by static inline functions 6 years ago
Daniel Boulby 896a5902ec Fix MISRA Rule 5.3 Part 2 7 years ago
Jonathan Wright 2271cb054d psci: initialize array fully to comply with MISRA 7 years ago
Jonathan Wright 3eacacc0ef lib: fix switch statements to comply with MISRA rules 7 years ago