summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKEDAndre Przywara2023-02-271-11/+2
* refactor(brbe): enable FEAT_BRBE for FEAT_STATE_CHECKEDAndre Przywara2023-02-271-11/+2
* refactor(trbe): enable FEAT_TRBE for FEAT_STATE_CHECKEDAndre Przywara2023-02-271-11/+2
* feat(cpufeat): extend check_feature() to deal with min/maxAndre Przywara2023-02-271-7/+17
* refactor(bl31): use elx_panic for sysreg_handler64Govindraj Raja2023-02-221-1/+11
* refactor(aarch64): rename do_panic and el3_panicGovindraj Raja2023-02-212-15/+8
* refactor(aarch64): remove weak links to el3_panicGovindraj Raja2023-02-211-7/+6
* refactor(aarch64): refactor usage of elx_panicGovindraj Raja2023-02-211-22/+1
* Merge changes from topic "fix_sparse_warnings" into integrationMadhukar Pappireddy2023-01-201-6/+6
|\
| * fix(fdt-wrappers): use correct prototypesYann Gautier2023-01-101-6/+6
* | refactor(cpufeat): convert FEAT_HCX to new schemeAndre Przywara2023-01-111-11/+1
* | refactor(amu): convert FEAT_AMUv1 to new schemeAndre Przywara2023-01-111-11/+1
* | refactor(cpufeat): decouple FGT feature detection and build flagsAndre Przywara2023-01-111-1/+1
* | 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-111-28/+44
|/
* fix(ras): restrict RAS support for NS worldManish Pandey2022-11-081-2/+2
* fix(debug): decouple "get_el_str()" from backtraceManish Pandey2022-11-081-11/+0
* Merge "fix: backtrace stack unwind misses lr adjustment" into integrationManish Pandey2022-10-121-20/+24
|\
| * fix: backtrace stack unwind misses lr adjustmentOlivier Deprez2022-10-051-20/+24
* | feat(debug): add helpers for aborts on AARCH32Yann Gautier2022-10-031-1/+33
|/
* Merge "feat(rng-trap): add EL3 support for FEAT_RNG_TRAP" into integrationBipin Ravi2022-08-181-0/+11
|\
| * feat(rng-trap): add EL3 support for FEAT_RNG_TRAPJuan Pablo Conde2022-08-181-0/+11
* | feat(bl): add interface to query TF-A semantic verlaurenw-arm2022-08-021-0/+9
|/
* Merge "feat(libfdt): add function to set MAC addresses" into integrationManish Pandey2022-07-081-0/+41
|\
| * feat(libfdt): add function to set MAC addressesAndre Przywara2022-04-261-0/+41
* | feat(trbe): add trbe under feature detection mechanismJayanth Dodderi Chidanand2022-06-061-0/+11
* | feat(brbe): add brbe under feature detection mechanismJayanth Dodderi Chidanand2022-06-061-0/+13
* | feat(spmc): add FFA_PARTITION_INFO_GET handlerMarc Bonnici2022-05-131-1/+25
* | Merge changes from topic "allwinner-idle" into integrationAndré Przywara2022-05-041-1/+105
|\ \
| * | feat(fdt): add the ability to supply idle state informationSamuel Holland2022-04-261-1/+105
| |/
* | feat(fdt-wrappers): add function to find or add a sudnodeRuchika Gupta2022-04-281-1/+22
* | refactor(twed): improve TWED enablement in EL-3Jayanth Dodderi Chidanand2022-04-171-0/+11
|/
* refactor(el3-runtime): add arch-features detection mechanismJayanth Dodderi Chidanand2022-04-041-0/+288
* refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe2022-01-111-45/+21
* Merge "fix: libc: use long for 64-bit types on aarch64" into integrationManish Pandey2021-11-081-5/+7
|\
| * fix: libc: use long for 64-bit types on aarch64Scott Branden2021-11-081-5/+7
* | fix(fdt): avoid output on missing DT propertyAndre Przywara2021-11-041-1/+1
* | feat(libfdt): also allow changing base addressAndre Przywara2021-11-041-9/+33
|/
* feat(fdt-wrappers): add CPU enumeration utility functionChris Kay2021-10-261-0/+44
* build(fdt-wrappers): introduce FDT wrappers makefileChris Kay2021-10-261-0/+7
* feat(measured_boot): image hash measurement and recording in BL1Manish V Badarkhe2021-10-121-3/+2
* refactor(measured boot): move image measurement to generic layerManish V Badarkhe2021-10-121-6/+21
* refactor(hw_crc32): renamed hw_crc32 to tf_crc32Manish V Badarkhe2021-08-021-2/+3
* feat(fwu): avoid booting with an alternate boot sourceManish V Badarkhe2021-08-021-0/+9
* Merge changes Ic7579b60,I05414ca1 into integrationMadhukar Pappireddy2021-07-301-0/+14
|\
| * feat(common/debug): add new macro ERROR_NL() to print just a newlinePali Rohár2021-07-211-0/+14
* | fix(fdt): fix OOB write in uuid parsing functionDavid Horstmann2021-07-261-1/+2
|/
* feat(hw_crc): add support for HW computed CRCManish V Badarkhe2021-05-191-0/+44
* feat(fdt): introduce wrapper function to read DT UUIDsDavid Horstmann2021-04-282-1/+169
* fdt: Use proper #address-cells and #size-cells for reserved-memoryAndre Przywara2021-03-231-8/+24