summaryrefslogtreecommitdiff
path: root/plat/arm/board
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topics "plat_tests_scalability", "sb/tc-plat-tests" into i...Sandrine Bailleux2023-05-165-38/+82
|\
| * test(tc): unify platform tests tracesSandrine Bailleux2023-05-151-2/+11
| * test(tc): return test failures count for tfm-testsuiteSandrine Bailleux2023-05-151-2/+8
| * test(tc): move platform tests in their own functionSandrine Bailleux2023-05-151-4/+11
| * test(tc): centralize platform error handlingSandrine Bailleux2023-05-154-15/+33
| * refactor(tc): define PLATFORM_TESTS for scalelaurenw-arm2023-05-052-18/+22
* | Merge "fix(n1sdp): add platform-specific power domain functions" into integra...Manish Pandey2023-05-114-1/+49
|\ \
| * | fix(n1sdp): add platform-specific power domain functionsWerner Lewis2023-05-034-1/+49
* | | Merge "fix(morello): add platform-specific power domain functions" into integ...Manish Pandey2023-05-114-0/+48
|\ \ \
| * | | fix(morello): add platform-specific power domain functionsWerner Lewis2023-05-034-0/+48
| |/ /
* | | Merge "fix(spmd): fix build error with spmd" into integrationMadhukar Pappireddy2023-05-113-6/+6
|\ \ \
| * | | fix(spmd): fix build error with spmdGovindraj Raja2023-05-103-6/+6
* | | | build(fpga): reduce cpu_libs to tc and neoverseDaniel Boulby2023-05-101-18/+14
|/ / /
* | | Merge changes I1bfa797e,I0ec7a70e into integrationManish Pandey2023-05-091-1/+1
|\ \ \
| * | | fix(tree): correct some typosElyes Haouas2023-05-091-1/+1
* | | | Merge changes from topic "mp/feat_ras" into integrationManish Pandey2023-05-092-2/+5
|\ \ \ \
| * | | | refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKEDAndre Przywara2023-05-091-0/+1
| * | | | refactor(ras): replace RAS_EXTENSION with FEAT_RASManish Pandey2023-05-092-2/+4
| |/ / /
* | | | Merge changes from topic "srm/Errata_ABI_El3" into integrationMadhukar Pappireddy2023-05-092-0/+65
|\ \ \ \ | |/ / / |/| | |
| * | | feat(fvp): enable errata management interfaceSona Mathew2023-05-052-0/+65
* | | | Merge changes from topic "assert_boolean_set" into integrationManish Pandey2023-05-091-0/+2
|\ \ \ \
| * | | | fix(a5ds): add default value for ARM_DISABLE_TRUSTED_WDOGManish Pandey2023-05-031-0/+2
| | |/ / | |/| |
* | | | Merge "feat(fvp): introduce PLATFORM_TEST_RAS_FFH config" into integrationManish Pandey2023-05-093-3/+72
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(fvp): introduce PLATFORM_TEST_RAS_FFH configManish Pandey2023-05-043-3/+72
* | | | feat(tc): allow secure watchdog timer to trigger periodicallyMadhukar Pappireddy2023-05-044-8/+54
| |_|/ |/| |
* | | Merge "feat(fvp): define ns memory in the SPMC manifest" into integrationMadhukar Pappireddy2023-05-042-9/+24
|\ \ \ | |/ / |/| |
| * | feat(fvp): define ns memory in the SPMC manifestJ-Alves2023-05-032-9/+24
* | | Merge "fix(tc): only suspend booting after running plat tests" into integrationSandrine Bailleux2023-05-041-1/+3
|\ \ \
| * | | fix(tc): only suspend booting after running plat testslaurenw-arm2023-05-041-1/+3
| | |/ | |/|
* | | Merge changes from topic "mp/group0_support" into integrationOlivier Deprez2023-05-035-0/+51
|\ \ \ | |/ / |/| |
| * | feat(spmd): introduce platform handler for Group0 interruptMadhukar Pappireddy2023-05-015-0/+51
| |/
* | Merge "build: deprecate Arm rde1edge" into integrationManish V Badarkhe2023-05-021-1/+4
|\ \
| * | build: deprecate Arm rde1edgeManish V Badarkhe2023-04-201-1/+4
* | | Merge "fix(sme): disable SME for SPD=spmd" into integrationManish Pandey2023-05-021-1/+3
|\ \ \
| * | | fix(sme): disable SME for SPD=spmdJayanth Dodderi Chidanand2023-04-281-1/+3
* | | | Merge changes Ia1142b31,I424f1cde into integrationSandrine Bailleux2023-05-025-10/+10
|\ \ \ \
| * | | | fix(tc): enable the execution of both platform testsTamas Ban2023-04-274-8/+8
| * | | | fix(tc): update the name of mbedtls config headerTamas Ban2023-04-271-2/+2
| |/ / /
* | | | Merge "refactor(fiptool): move plat_fiptool.mk to tools" into integrationSandrine Bailleux2023-05-023-97/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | refactor(fiptool): move plat_fiptool.mk to toolsRaef Coles2023-02-063-98/+1
* | | | Merge "feat(fvp): introduce PLATFORM_TEST_EA_FFH config" into integrationManish Pandey2023-04-282-0/+62
|\ \ \ \
| * | | | feat(fvp): introduce PLATFORM_TEST_EA_FFH configManish Pandey2023-04-282-0/+62
| | |/ / | |/| |
* | | | Merge "feat(sme): enable SME2 functionality for NS world" into integrationManish Pandey2023-04-281-0/+1
|\ \ \ \
| * | | | feat(sme): enable SME2 functionality for NS worldJayanth Dodderi Chidanand2023-04-271-0/+1
| |/ / /
* | | | build(fvp): reduce the number of cpu libraries included by defaultBoyan Karatotev2023-04-261-18/+8
|/ / /
* | | Merge "refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED" into integr...Manish Pandey2023-04-251-0/+1
|\ \ \
| * | | refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKEDAndre Przywara2023-04-251-0/+1
* | | | Merge "refactor(morello): remove duplication of platform information struct" ...Manish V Badarkhe2023-04-254-103/+38
|\ \ \ \ | |/ / / |/| | |
| * | | refactor(morello): remove duplication of platform information structWerner Lewis2023-04-194-103/+38
| | |/ | |/|
* | | Merge "feat(gcs): support guarded control stack" into integrationBipin Ravi2023-04-251-0/+1
|\ \ \