summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I1bfa797e,I0ec7a70e into integrationManish Pandey2023-05-092-2/+2
|\
| * fix(tree): correct some typosElyes Haouas2023-05-092-2/+2
* | Merge changes from topic "mp/feat_ras" into integrationManish Pandey2023-05-093-7/+22
|\ \
| * | refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKEDAndre Przywara2023-05-093-7/+22
| |/
* | feat(errata_abi): errata management firmware interfaceSona Mathew2023-05-051-1/+3
|/
* Merge "fix(ras): do not put RAS check before esb macro" into integrationManish V Badarkhe2023-04-281-2/+3
|\
| * fix(ras): do not put RAS check before esb macroManish Pandey2023-04-271-2/+3
* | feat(sme): enable SME2 functionality for NS worldJayanth Dodderi Chidanand2023-04-272-1/+22
|/
* refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKEDAndre Przywara2023-04-253-13/+40
* feat(gcs): support guarded control stackMark Brown2023-04-183-0/+32
* Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integrationManish Pandey2023-04-131-0/+8
|\
| * feat(hcx): initialize HCRX_EL2 to its default valueJuan Pablo Conde2023-04-121-0/+8
* | feat(pie/por): support permission indirection and overlayMark Brown2023-04-123-0/+112
|/
* fix(aarch64): allow build with ARM_ARCH_MINOR=4Andre Przywara2023-03-301-0/+2
* feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKEDJayanth Dodderi Chidanand2023-03-281-3/+15
* feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKEDJayanth Dodderi Chidanand2023-03-282-3/+33
* refactor(amu): use new AMU feature check routinesAndre Przywara2023-03-272-1/+40
* refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1Andre Przywara2023-03-271-2/+2
* refactor(cpufeat): enable FEAT_RNG for FEAT_STATE_CHECKEDAndre Przywara2023-03-221-3/+15
* refactor(cpufeat): align FEAT_SEL2 to new feature handlingAndre Przywara2023-03-221-3/+15
* refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKEDAndre Przywara2023-03-223-3/+17
* refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKEDAndre Przywara2023-03-221-3/+15
* refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKEDAndre Przywara2023-03-222-3/+17
* refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKEDAndre Przywara2023-03-222-3/+31
* refactor(cpufeat): enable FEAT_PAN for FEAT_STATE_CHECKEDAndre Przywara2023-03-221-3/+15
* refactor(cpufeat): align FEAT_SB to new feature handlingAndre Przywara2023-03-221-3/+2
* refactor(cpufeat): use alternative encoding for "SB" barrierAndre Przywara2023-03-222-2/+17
* refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKEDAndre Przywara2023-03-222-0/+36
* refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKEDAndre Przywara2023-03-203-3/+21
* refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKEDAndre Przywara2023-03-203-11/+32
* refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKEDAndre Przywara2023-03-202-3/+21
* Merge "feat(tcr2): support FEAT_TCR2" into integrationManish Pandey2023-03-173-0/+36
|\
| * feat(tcr2): support FEAT_TCR2Mark Brown2023-03-163-0/+36
* | Merge "refactor(build): distinguish BL2 as TF-A entry point and BL2 running a...Manish Pandey2023-03-153-8/+11
|\ \ | |/ |/|
| * refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash2023-03-153-8/+11
* | style: remove useless trailing semicolon and line continuationsElyes Haouas2023-03-092-9/+9
|/
* refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKEDAndre Przywara2023-02-273-3/+37
* refactor(brbe): enable FEAT_BRBE for FEAT_STATE_CHECKEDAndre Przywara2023-02-271-3/+15
* refactor(trbe): enable FEAT_TRBE for FEAT_STATE_CHECKEDAndre Przywara2023-02-271-3/+15
* refactor(cpufeat): wrap CPU ID register field isolationAndre Przywara2023-02-272-12/+13
* Merge changes from topic "panic_cleanup" into integrationBipin Ravi2023-02-231-1/+1
|\
| * refactor(aarch64): rename do_panic and el3_panicGovindraj Raja2023-02-211-1/+1
* | Merge changes I63b584cf,I617f3d41 into integrationManish V Badarkhe2023-02-212-10/+8
|\ \ | |/ |/|
| * refactor(el3_runtime): introduce save_x30 macroManish Pandey2023-02-132-10/+8
* | feat(spmd): introduce FFA_PARTITION_INFO_GET_REGSRaghu Krishnamurthy2023-02-131-0/+18
* | fix(mpam): run-time checks for mpam save/restore routinesRohit Mathew2023-01-231-2/+6
|/
* refactor(cpufeat): convert FEAT_HCX to new schemeAndre Przywara2023-01-111-3/+16
* refactor(context-mgmt): move FEAT_FGT save/restore code into CAndre Przywara2023-01-111-0/+8
* refactor(amu): convert FEAT_AMUv1 to new schemeAndre Przywara2023-01-111-12/+23
* refactor(cpufeat): decouple FGT feature detection and build flagsAndre Przywara2023-01-111-3/+17