summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge changes from topic "mp/ras_refactoring" into integrationOlivier Deprez2022-11-101-4/+4
|\ \ \ | |/ / |/| |
| * | fix(ras): restrict RAS support for NS worldManish Pandey2022-11-081-4/+4
| |/
* | Merge "refactor(trng): cleanup the existing TRNG support" into integrationManish V Badarkhe2022-11-091-0/+1
|\ \ | |/ |/|
| * refactor(trng): cleanup the existing TRNG supportJayanth Dodderi Chidanand2022-11-081-0/+1
* | Merge "fix(build): fix arch32 build issue for clang" into integrationManish Pandey2022-11-041-1/+1
|\ \ | |/ |/|
| * fix(build): fix arch32 build issue for clangArvind Ram Prakash2022-10-241-1/+1
* | Merge changes from topic "db/deps" into integrationManish V Badarkhe2022-10-281-0/+1
|\ \
| * | feat(zlib): update zlib source filesDaniel Boulby2022-10-241-0/+1
| |/
* | fix(rme): relax RME compiler requirementsAndre Przywara2022-10-111-1/+4
|/
* Merge changes from topic "mb/drtm-preparatory-patches" into integrationManish Pandey2022-10-061-2/+12
|\
| * refactor(crypto): change CRYPTO_SUPPORT flag to numericManish V Badarkhe2022-10-051-2/+12
| * feat(crypto): update crypto module for DRTM supportManish V Badarkhe2022-10-051-1/+1
* | build: forbid `ENABLE_RME=1` when `SEPARATE_CODE_AND_RODATA=0`Chris Kay2022-10-051-0/+6
|/
* fix(ras): trap "RAS error record" accesses only for NSManish Pandey2022-09-281-2/+2
* Merge "feat(rng-trap): add EL3 support for FEAT_RNG_TRAP" into integrationBipin Ravi2022-08-181-1/+7
|\
| * feat(rng-trap): add EL3 support for FEAT_RNG_TRAPJuan Pablo Conde2022-08-181-1/+7
* | Merge "fix(build): disable default PIE when linking" into integrationBipin Ravi2022-08-111-0/+3
|\ \
| * | fix(build): disable default PIE when linkingSamuel Holland2022-08-101-0/+3
* | | Merge "feat(bl): add interface to query TF-A semantic ver" into integrationMadhukar Pappireddy2022-08-111-1/+2
|\ \ \ | |/ / |/| |
| * | feat(bl): add interface to query TF-A semantic verlaurenw-arm2022-08-021-1/+2
| |/
* | feat(sve): support full SVE vector lengthMark Brown2022-07-081-0/+3
|/
* feat(trbe): add trbe under feature detection mechanismJayanth Dodderi Chidanand2022-06-061-1/+1
* feat(brbe): add brbe under feature detection mechanismJayanth Dodderi Chidanand2022-06-061-1/+1
* Merge "docs(changelog): changelog for v2.7 release" into integrationv2.7.0v2.7-rc1v2.7Joanna Farley2022-06-011-1/+1
|\
| * docs(changelog): changelog for v2.7 releaseJayanth Dodderi Chidanand2022-06-011-1/+1
* | fix(build): use DWARF 4 when building debugDaniel Boulby2022-05-201-7/+2
|/
* build(drtm): add DRTM support build optionManish V Badarkhe2022-05-181-0/+6
* feat(lib/psa): mock PSA APIsTamas Ban2022-05-111-0/+2
* Merge "feat(brbe): add BRBE support for NS world" into integrationManish Pandey2022-05-061-1/+15
|\
| * feat(brbe): add BRBE support for NS worldjohpow012022-05-051-1/+15
* | Merge changes from topic "ja/boot_protocol" into integrationOlivier Deprez2022-05-061-8/+2
|\ \ | |/ |/|
| * feat(sptool): delete c version of the sptoolJ-Alves2022-05-041-5/+0
| * feat(sptool): use python version of sptoolJ-Alves2022-05-041-3/+2
* | Merge changes from topic "hm/make-refactor" into integrationManish Pandey2022-05-041-18/+18
|\ \ | |/ |/|
| * build(make): use clang binutils to compileorigin2022-01-191-18/+18
* | Merge changes I47014d72,Ibf00c386 into integrationMadhukar Pappireddy2022-04-291-0/+2
|\ \ | |/ |/|
| * feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMSJorge Ramirez-Ortiz2022-04-291-0/+2
* | Merge "refactor(twed): improve TWED enablement in EL-3" into integrationManish Pandey2022-04-271-0/+4
|\ \
| * | refactor(twed): improve TWED enablement in EL-3Jayanth Dodderi Chidanand2022-04-171-0/+4
| |/
* | Merge changes from topic "ffa_el3_spmc" into integrationOlivier Deprez2022-04-221-0/+8
|\ \ | |/ |/|
| * feat(spmc): enable building of the SPMC at EL3Marc Bonnici2022-04-131-0/+8
* | chore(measured boot): remove unused DTC flagsSandrine Bailleux2022-04-081-4/+0
|/
* refactor(el3-runtime): add arch-features detection mechanismJayanth Dodderi Chidanand2022-04-041-32/+33
* feat(bl2): add support to separate no-loadable sectionsJiafei Pan2022-03-271-0/+2
* build(intel): define a macro for SIMICS buildAbdul Halim, Muhammad Hadi Asyrafi2022-03-091-0/+5
* fix(cert_create): let distclean Makefile target remove the cert_create toolNicolas Boulenguez2022-02-251-1/+1
* fix(el3-runtime): set unset pstate bits to defaultDaniel Boulby2022-02-031-0/+6
* refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe2022-01-111-9/+0
* build: introduce CRYPTO_SUPPORT build optionManish V Badarkhe2022-01-111-1/+9
* Merge "fix(sve): disable ENABLE_SVE_FOR_NS for AARCH32" into integrationMadhukar Pappireddy2021-12-221-3/+1
|\