summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* build(psci): move `runtime_errata.S` to PSCIChris Kay2023-05-032-1/+1
* Merge changes I9d06e0ee,I6980e84f into integrationManish Pandey2023-05-031-0/+14
|\
| * feat(psci): introduce 'pwr_domain_off_early' hookVarun Wadekar2023-04-261-0/+14
* | refactor(cpus): use BIT macro in a consistent mannerOkash Khawaja2023-04-281-3/+3
* | feat(sme): enable SME2 functionality for NS worldJayanth Dodderi Chidanand2023-04-271-1/+13
|/
* Merge "refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED" into integr...Manish Pandey2023-04-251-0/+6
|\
| * refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKEDAndre Przywara2023-04-251-0/+6
* | Merge "fix(cpus): do not put RAS check before using esb" into integrationManish Pandey2023-04-251-2/+0
|\ \ | |/ |/|
| * fix(cpus): do not put RAS check before using esbManish Pandey2023-04-241-2/+0
* | feat(gcs): support guarded control stackMark Brown2023-04-181-0/+15
|/
* Merge "fix(cpus): use hint instruction for "tsb csync"" into integrationBipin Ravi2023-04-141-1/+5
|\
| * fix(cpus): use hint instruction for "tsb csync"Andre Przywara2023-03-231-1/+5
* | Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integrationManish Pandey2023-04-131-1/+28
|\ \
| * | feat(hcx): initialize HCRX_EL2 to its default valueJuan Pablo Conde2023-04-121-1/+28
* | | Merge "feat(pie/por): support permission indirection and overlay" into integr...André Przywara2023-04-121-0/+28
|\ \ \
| * | | feat(pie/por): support permission indirection and overlayMark Brown2023-04-121-0/+28
| |/ /
* | | fix(psci): potential array overflow with cpu onOlivier Deprez2023-04-111-2/+7
|/ /
* | feat(cpus): add support for blackhawk cpuGovindraj Raja2023-04-041-0/+77
* | feat(cpus): add support for chaberton cpuGovindraj Raja2023-04-041-0/+77
* | fix(psci): remove unreachable switch/case blocksAndre Przywara2023-04-041-10/+0
* | feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKEDJayanth Dodderi Chidanand2023-03-283-65/+36
* | feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKEDJayanth Dodderi Chidanand2023-03-282-23/+9
* | Merge changes from topic "psci-osi" into integrationManish Pandey2023-03-285-35/+412
|\ \
| * | feat(psci): update PSCI_FEATURESWing Li2023-03-201-6/+6
| * | feat(psci): add support for OS-initiated modeWing Li2023-03-204-28/+293
| * | feat(psci): add support for PSCI_SET_SUSPEND_MODEWing Li2023-03-204-1/+113
* | | refactor(amu): use new AMU feature check routinesAndre Przywara2023-03-274-90/+34
* | | refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1Andre Przywara2023-03-279-10/+10
* | | Merge changes from topic "feat_state_part4" into integrationManish Pandey2023-03-275-149/+74
|\ \ \
| * | | refactor(cpufeat): align FEAT_SEL2 to new feature handlingAndre Przywara2023-03-221-1/+1
| * | | refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKEDAndre Przywara2023-03-222-30/+10
| * | | refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKEDAndre Przywara2023-03-221-9/+9
| * | | refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKEDAndre Przywara2023-03-222-38/+20
| * | | refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKEDAndre Przywara2023-03-222-26/+11
| * | | refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKEDAndre Przywara2023-03-224-45/+23
* | | | Merge "refactor(fvp): use RSS API to retrieve attestation token and key" into...Sandrine Bailleux2023-03-231-99/+85
|\ \ \ \ | |_|_|/ |/| | |
| * | | refactor(fvp): use RSS API to retrieve attestation token and keyManish V Badarkhe2023-03-221-99/+85
| |/ /
* | | fix(cpus): workaround for Cortex-A78C erratum 1827440Bipin Ravi2023-03-212-0/+37
* | | fix(cpus): workaround for Cortex-A78C erratum 1827430Bipin Ravi2023-03-212-0/+37
|/ /
* | Merge changes from topic "feat_state_part3" into integrationManish Pandey2023-03-204-296/+114
|\ \
| * | refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKEDAndre Przywara2023-03-202-34/+10
| * | refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKEDAndre Przywara2023-03-203-220/+99
| * | refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKEDAndre Przywara2023-03-202-18/+5
| * | refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NSAndre Przywara2023-03-201-1/+1
| * | fix(spe): drop SPE EL2 context switch codeAndre Przywara2023-03-202-24/+0
| |/
* | Merge changes from topic "bk/errata_refactor" into integrationManish Pandey2023-03-202-900/+190
|\ \ | |/ |/|
| * chore(cpus): remove redundant assertsBoyan Karatotev2023-03-161-9/+1
| * refactor(cpus): shorten errata flag definesBoyan Karatotev2023-03-161-892/+190
* | Merge "feat(tcr2): support FEAT_TCR2" into integrationManish Pandey2023-03-171-0/+13
|\ \
| * | feat(tcr2): support FEAT_TCR2Mark Brown2023-03-161-0/+13
| |/