summaryrefslogtreecommitdiff
path: root/services/std_svc
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I1bfa797e,I0ec7a70e into integrationManish Pandey2023-05-093-3/+3
|\
| * fix(tree): correct some typosElyes Haouas2023-05-093-3/+3
* | fix(cpus): workaround platforms non-arm interconnectSona Mathew2023-05-052-19/+55
* | refactor(errata_abi): factor in non-arm interconnectSona Mathew2023-05-052-12/+25
* | feat(errata_abi): errata management firmware interfaceSona Mathew2023-05-053-1/+602
|/
* feat(spmd): introduce platform handler for Group0 interruptMadhukar Pappireddy2023-05-011-1/+8
* feat(spmd): add support for FFA_EL3_INTR_HANDLE_32 ABIMadhukar Pappireddy2023-05-011-0/+41
* feat(spmd): register handler for group0 interrupt from NWdMadhukar Pappireddy2023-05-011-0/+43
* build(trp): sort sections by alignment by defaultChris Kay2023-04-171-0/+6
* feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKEDJayanth Dodderi Chidanand2023-03-282-10/+5
* feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKEDJayanth Dodderi Chidanand2023-03-282-4/+4
* refactor(cpufeat): align FEAT_SEL2 to new feature handlingAndre Przywara2023-03-221-1/+1
* refactor(cpufeat): enable FEAT_PAN for FEAT_STATE_CHECKEDAndre Przywara2023-03-221-1/+1
* refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKEDAndre Przywara2023-03-201-1/+1
* feat(spmd): fail safe if SPM fails to initializeOlivier Deprez2023-03-091-6/+6
* Merge changes I51c13c52,I3358c51e into integrationManish Pandey2023-02-221-1/+1
|\
| * build: always prefix section names with `.`Chris Kay2023-02-201-1/+1
* | Merge "feat(spmd): introduce FFA_PARTITION_INFO_GET_REGS" into integrationOlivier Deprez2023-02-171-0/+46
|\ \ | |/ |/|
| * feat(spmd): introduce FFA_PARTITION_INFO_GET_REGSRaghu Krishnamurthy2023-02-131-0/+46
* | build: clarify linker script generationChris Kay2023-02-102-4/+5
|/
* feat(spmd): copy tos_fw_config in secure regionManish V Badarkhe2023-02-091-1/+112
* feat(rme): set DRAM information in Boot Manifest platform dataAlexeiFedorov2023-01-172-3/+3
* Merge changes from topic "bk/warnings" into integrationManish Pandey2023-01-101-2/+4
|\
| * fix: unify fallthrough annotationsBoyan Karatotev2022-12-011-2/+4
* | 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 "fix(el3-spmc): report execution state in partition info get" into inte...Olivier Deprez2022-12-202-4/+42
|\ \
| * | fix(el3-spmc): report execution state in partition info getMarc Bonnici2022-11-092-4/+42
* | | Merge changes from topic "qemu_sel2" into integrationOlivier Deprez2022-12-151-0/+2
|\ \ \
| * | | feat(el3-spmc): make platform logical partition optionalJens Wiklander2022-12-081-0/+2
| | |/ | |/|
* | | Merge changes from topic "ffa_el3_spmc_fixes" into integrationOlivier Deprez2022-12-131-7/+33
|\ \ \
| * | | fix(el3-spmc): fix coverity scan warningsShruti Gupta2022-12-081-5/+29
| * | | fix(el3-spmc): improve bound check for descriptorMarc Bonnici2022-12-081-2/+4
* | | | Merge "fix(rmmd): add missing padding to RMM Boot Manifest and initialize it"...Alexei Fedorov2022-12-083-0/+32
|\ \ \ \ | |/ / / |/| | |
| * | | fix(rmmd): add missing padding to RMM Boot Manifest and initialize itJavier Almansa Sobrino2022-12-073-0/+32
| |/ /
* | | fix(trp): preserve RMI SMC X4 when not used as returnAlexeiFedorov2022-12-072-34/+66
|/ /
* | Merge changes from topic "ffa_el3_spmc_fixes" into integrationJoanna Farley2022-11-101-9/+25
|\ \
| * | fix(el3-spmc): check descriptor size for overflowMarc Bonnici2022-11-071-2/+12
| * | fix(el3-spmc): fix location of fragment length checkMarc Bonnici2022-11-071-3/+3
| * | fix(el3-spmc): fix detection of overlapping memory regionsMarc Bonnici2022-11-071-4/+3
| * | fix(el3-spmc): fix incomplete reclaim validationMarc Bonnici2022-11-071-0/+7
* | | Merge "refactor(trng): cleanup the existing TRNG support" into integrationManish V Badarkhe2022-11-093-25/+31
|\ \ \ | |/ / |/| |
| * | refactor(trng): cleanup the existing TRNG supportJayanth Dodderi Chidanand2022-11-083-25/+31
* | | feat(drtm): add DRTM parameters structure version checkManish V Badarkhe2022-11-022-3/+10
| |/ |/|
* | fix(el3-spmc): error handling in allocationvallau012022-11-021-1/+1
* | fix(el3-spmc): deadlock when relinquishing memoryvallau012022-11-021-1/+2
* | fix(el3-spmc): compute full FF-A V1.1 desc sizevallau012022-11-021-1/+1
|/
* feat(drtm): flush dcache before DLME launchManish Pandey2022-10-061-12/+33
* feat(drtm): invalidate icache before DLME launchManish Pandey2022-10-061-2/+11
* feat(drtm): ensure that passed region lies within Non-Secure region of DRAMManish V Badarkhe2022-10-051-8/+15