summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor(cpufeat): convert FEAT_HCX to new schemeAndre Przywara2023-01-113-15/+18
* feat(fvp): enable FEAT_FGT by defaultAndre Przywara2023-01-111-0/+3
* refactor(context-mgmt): move FEAT_FGT save/restore code into CAndre Przywara2023-01-114-51/+41
* refactor(amu): convert FEAT_AMUv1 to new schemeAndre Przywara2023-01-112-23/+24
* refactor(cpufeat): decouple FGT feature detection and build flagsAndre Przywara2023-01-113-5/+19
* refactor(cpufeat): check FEAT_FGT in a new wayAndre Przywara2023-01-111-11/+27
* refactor(cpufeat): move helpers into .c file, rename FEAT_STATE_Andre Przywara2023-01-113-45/+50
* feat(aarch64): make ID system register reads non-volatileAndre Przywara2023-01-112-15/+30
* Merge changes from topic "bk/warnings" into integrationManish Pandey2023-01-1026-110/+163
|\
| * docs: describe the new warning levelsBoyan Karatotev2022-12-122-32/+48
| * build: add -Wunused-const-variable=2 to W=2Boyan Karatotev2022-12-011-0/+2
| * build: include -Wextra in generic buildsBoyan Karatotev2022-12-011-12/+36
| * docs(porting-guide): update a referenceBoyan Karatotev2022-12-011-1/+3
| * fix(st-usb): replace redundant checks with assertsBoyan Karatotev2022-12-011-7/+4
| * fix(brcm): add braces around bodies of conditionalsBoyan Karatotev2022-12-012-17/+28
| * fix(renesas): align incompatible function pointersBoyan Karatotev2022-12-012-3/+3
| * fix(zynqmp): remove redundant api_version checkBoyan Karatotev2022-12-011-15/+11
| * fix: remove old-style declarationsBoyan Karatotev2022-12-0110-13/+13
| * fix: unify fallthrough annotationsBoyan Karatotev2022-12-016-10/+15
* | Merge "docs(changelog): add console scope" into integrationMadhukar Pappireddy2023-01-091-1/+4
|\ \
| * | docs(changelog): add console scopeYann Gautier2023-01-061-1/+4
* | | Merge "fix(libc): properly define SCHAR_MIN" into integrationMadhukar Pappireddy2023-01-092-4/+4
|\ \ \
| * | | fix(libc): properly define SCHAR_MINYann Gautier2023-01-062-4/+4
* | | | Merge "docs(maintainers): update maintainers for total compute" into integrationManish V Badarkhe2023-01-091-2/+5
|\ \ \ \
| * | | | docs(maintainers): update maintainers for total computeRupinderjit Singh2023-01-091-2/+5
* | | | | Merge "fix(plat/tc): increase TC_TZC_DRAM1_SIZE" into integrationManish V Badarkhe2023-01-092-8/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(plat/tc): increase TC_TZC_DRAM1_SIZEArunachalam Ganapathy2023-01-042-8/+25
* | | | | Merge "fix(fconf): make struct fconf_populator static" into integrationMadhukar Pappireddy2023-01-061-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(fconf): make struct fconf_populator staticYann Gautier2023-01-061-2/+2
|/ / / /
* | | | Merge "feat(mt8188): update INFRA IOMMU enable flow" into integrationOlivier Deprez2023-01-061-12/+19
|\ \ \ \
| * | | | feat(mt8188): update INFRA IOMMU enable flowChengci.Xu2023-01-061-12/+19
* | | | | Merge changes from topic "fvp_trap_rng" into integrationManish Pandey2023-01-049-6/+232
|\ \ \ \ \
| * | | | | feat(fvp): emulate trapped RNDRAndre Przywara2022-12-217-2/+118
| * | | | | feat(el3-runtime): introduce system register trap handlerAndre Przywara2022-12-214-4/+114
| | |_|/ / | |/| | |
* | | | | Merge "refactor(trng): discarding the used entropy bits" into integrationManish Pandey2023-01-041-2/+88
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refactor(trng): discarding the used entropy bitsJayanth Dodderi Chidanand2022-11-141-2/+88
* | | | | Merge "refactor(auth): avoid parsing signature algorithm twice" into integrationSandrine Bailleux2023-01-041-18/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refactor(auth): avoid parsing signature algorithm twiceDemi Marie Obenour2022-12-291-18/+7
* | | | | Merge changes I794d2927,Ie33205fb,Ifdbe3b4c into integrationSandrine Bailleux2023-01-031-8/+7
|\ \ \ \ \
| * | | | | refactor(auth): do not include SEQUENCE tag in saved extensionsDemi Marie Obenour2023-01-031-5/+3
| * | | | | fix(auth): reject junk after certificatesDemi Marie Obenour2023-01-031-1/+1
| * | | | | fix(auth): require bit strings to have no unused bitsDemi Marie Obenour2023-01-031-2/+3
|/ / / / /
* | | | | Merge changes Ia748b6ae,Id8a48e14,Id25ab231,Ie26eed8a,Idf48f716, ... into int...Sandrine Bailleux2023-01-032-19/+65
|\ \ \ \ \ | |/ / / /
| * | | | refactor(auth): partially validate SubjectPublicKeyInfo earlyDemi Marie Obenour2022-12-291-2/+15
| * | | | fix(auth): reject padding after BIT STRING in signaturesDemi Marie Obenour2022-12-291-1/+1
| * | | | fix(auth): reject invalid padding in digestsDemi Marie Obenour2022-12-291-4/+7
| * | | | fix(auth): require at least one extension to be presentDemi Marie Obenour2022-12-291-4/+18
| * | | | fix(auth): forbid junk after extensionsDemi Marie Obenour2022-12-291-3/+5
| * | | | fix(auth): only accept v3 X.509 certificatesDemi Marie Obenour2022-12-291-6/+20
* | | | | Merge changes from topic "st_fix_sparse_warnings" into integrationManish Pandey2023-01-035-24/+5
|\ \ \ \ \ | |/ / / / |/| | | |