- 347becc feat(rme) : introduce new build flag for RME stack by Shruti Gupta · 2 years, 1 month ago
- 7e87b97 fix(spm): FFA_VERSION to return error by J-Alves · 2 years ago
- 939ccf1 fix(spm): stop spm from being built for in aarch32 by Daniel Boulby · 2 years ago
- 597885f test(tftf): test PAuth in Realm by Shruti Gupta · 2 years, 4 months ago
- 2ac7696 fix(docs): make generate_test_list backward compatible by Harrison Mutai · 2 years, 1 month ago
- 2697f2a refactor(build): python generate_test_list script by Jim Ray · 2 years, 2 months ago
- de68025 refactor(tc): Make tc0 tftf code generic to tc. by Daniel Boulby · 2 years, 3 months ago
- 0bc7cc6 fix(fpu): write random value to fpsr/fpcr instead of read by Arunachalam Ganapathy · 2 years, 2 months ago
- f2f3cd3 feat(ras): introduce RAS KFH support test by Manish Pandey · 2 years, 5 months ago
- 29f52e9 fix(sme): align SME test vector arrays to 16 bytes by Olivier Deprez · 2 years, 2 months ago
- 03aea24 fix(cactus): assign unique boot orders to SPs by Kathleen Capella · 2 years, 3 months ago
- 43adaae feat: introduce SError exception handler by Manish Pandey · 2 years, 5 months ago
- 7281541 feat(ras): move wait logic from assembley to C by Manish Pandey · 2 years, 5 months ago
- c546116 refactor(ras): rename sdei related functions/events by Manish Pandey · 2 years, 6 months ago
- fd3174d feat(xlat): add support for 52 bit PA size with 4KB granularity by Javier Almansa Sobrino · 2 years, 2 months ago
- adf2d6c fix(tftf): disable RMI tests when building for aarch32 architecture by Javier Almansa Sobrino · 2 years, 2 months ago
- 4801fad fix(realm): align realm stack by Arunachalam Ganapathy · 2 years, 2 months ago
- 066e57f fix(tftf): command id passed to realm to compare FPU registers by Arunachalam Ganapathy · 2 years, 2 months ago
- c927d39 Update test_psci_stat.c to support more pwr levels by Jim Ray · 2 years, 2 months ago
- b4337a4 tftf(rme): check if RMM doesn't leak Realm contents in SVE registers by Arunachalam Ganapathy · 2 years, 4 months ago
- 5c253f7 tftf(rme): intermittently switch to Realm while doing NS SVE ops by Arunachalam Ganapathy · 2 years, 4 months ago
- f797919 refactor(sve): move sve operations to a lib routine by Arunachalam Ganapathy · 2 years, 4 months ago
- c85c83f feat(rme): add SVE Realm tests by Arunachalam Ganapathy · 2 years, 4 months ago
- c124d06 chore: tidy setup and discovery logs by J-Alves · 2 years, 3 months ago
- 6170c75 docs(release): change log for v2.9 release by Juan Pablo Conde · 2 years, 3 months ago
- ecb46c2 docs: pin sphinx dependency to versions <7.0.0 by Harrison Mutai · 2 years, 3 months ago
- 1a4299b fix(docs): incorrect indentation in change log by Madhukar Pappireddy · 2 years, 3 months ago
- 1110e83 docs: update ubuntu version used by Govindraj Raja · 2 years, 3 months ago
- d2126b2 Revert "test(interrupts): add tests for interrupt routing" by Manish Pandey · 2 years, 3 months ago
- 10ebae0 test(interrupts): add tests for interrupt routing by Raghu Krishnamurthy · 2 years, 7 months ago
- 4851e2d Add tests for Errata management firmware interface. by Sona Mathew · 2 years, 8 months ago
- fecf4ee fix(build): allow lower address access with gcc-12 by Govindraj Raja · 2 years, 3 months ago
- cfe5652 test: group0 interrupt triggers while VM/SP is running by Madhukar Pappireddy · 2 years, 6 months ago
- ce92668 fix(tftf) : add alignment to FPU state structure by Shruti Gupta · 2 years, 3 months ago
- 5279f5f test(tftf): test FPU state registers context is preserved in RL/SE/NS by Shruti Gupta · 2 years, 4 months ago
- f2bf197 refactor(tftf): move SIMD/FPU save/restore routine to common lib by Shruti Gupta · 2 years, 4 months ago
- 07deeda refactor(cactus): use FFA_CONSOLE_LOG for debug logs by Kathleen Capella · 2 years, 5 months ago
- db9e077 fix(build): resolve build issue for older toolchains by Soby Mathew · 2 years, 3 months ago
- fb229a8 feat(build): add support for new binutils versions by Jayanth Dodderi Chidanand · 2 years, 4 months ago
- 4f2cd0e docs: update toolchain requirements documentation by Jayanth Dodderi Chidanand · 2 years, 4 months ago
- 22c9b31 refactor(rme): add helper macro for RME tests by Arunachalam Ganapathy · 2 years, 4 months ago
- d833c2d fix: drop invalid access test from CI by J-Alves · 2 years, 3 months ago
- 23eb078 test(memory sharing): donate consecutively same memory by J-Alves · 2 years, 5 months ago
- 281ff46 refactor(memory sharing): helper functions by J-Alves · 2 years, 5 months ago
- afd6021 test(spm): validate NWd can't share forbidden addresses by J-Alves · 2 years, 5 months ago
- 8b2c797 feat(hcx): modified test to also check for reset value by Juan Pablo Conde · 2 years, 5 months ago
- 19447f6 feat: unify Firmware First handling of lower el EA by Manish Pandey · 2 years, 3 months ago
- 1e4acac feat(sme): add basic SME2 tests by Jayanth Dodderi Chidanand · 2 years, 7 months ago
- ccd65ff feat(sme): update sme/mortlach tests by Jayanth Dodderi Chidanand · 2 years, 6 months ago
- 8287a5f test(tftf): test Secure interrupt can preempt Realm EL1 by nabkah01 · 2 years, 9 months ago
- dd77e23 refact(twdog): move trusted wdog API to spm_common by nabkah01 · 2 years, 9 months ago
- 20e493d chore: reorder logs in the memory sharing tests by J-Alves · 2 years, 5 months ago
- 61b21cb fix: attributes for ns memory region by J-Alves · 2 years, 5 months ago
- dd61eff feat(interrupts): support for registering irq handlers by Madhukar Pappireddy · 2 years, 5 months ago
- 80ba488 feat(ff-a): memory share bump to v1.1 EAC0 by J-Alves · 3 years, 1 month ago
- 39f9653 feat(memory share): FFA_FEATURES(FFA_MEM_RETRIEVE_REQ) by Karl Meakin · 2 years, 5 months ago
- 668d9f5 test(psci): add tests for OS-initiated mode by Wing Li · 2 years, 9 months ago
- d9c3561 feat(rme): add PMU Realm tests by AlexeiFedorov · 2 years, 5 months ago
- ad0d5fc feat(tools): add ability to skip tests for AArch32 by Shruti Gupta · 2 years, 4 months ago
- ddc0c29 fix(pmu): check pmu is supported before using any of it by Boyan Karatotev · 2 years, 5 months ago
- 328c701 fix: memory region not page aligned by J-Alves · 2 years, 5 months ago
- fb29c3f fix(docs): add readthedocs configuration file by Boyan Karatotev · 2 years, 5 months ago
- e4ad4a1 test(nop): add "nop" test case by Gareth Stockwell · 2 years, 7 months ago
- e39fe36 feat: introduce test to generate sync EA by Manish Pandey · 2 years, 6 months ago
- c8b2faa fix: use write instead of read to generate SError by Manish Pandey · 2 years, 6 months ago
- 3e55fc5 fix(trng): update the broken link to TRNG_FW documentation by Jayanth Dodderi Chidanand · 2 years, 7 months ago
- 097167f feat: introduce test to generate SError by Manish Pandey · 2 years, 7 months ago
- a648082 refactor(ras): rename ras related tests by Manish Pandey · 2 years, 7 months ago
- 6185ddc fix(ff-a): tftf handling of its RXTX buffer pair by J-Alves · 2 years, 6 months ago
- 83686b4 test(spm): check rxtx unmap at NS physical instance by J-Alves · 2 years, 7 months ago
- fdc1a8c feat(rdn2cfg3): add tftf support by Tony K Nadackal · 2 years, 7 months ago
- 255db8e feat(rng_trap): modify tests for FEAT_RNG_TRAP by Juan Pablo Conde · 2 years, 8 months ago
- d577edd fix(realm): add BP_OPTION to REALM_CFLAGS by AlexeiFedorov · 2 years, 8 months ago
- 91f8135 fix: INIT_TFTF_MAILBOX must be called first by Olivier Deprez · 2 years, 8 months ago
- 247c775 fix(tftf): resolve build issues by Manish V Badarkhe · 2 years, 8 months ago
- cf9fdf4 fix(tftf): align with RMM bet0 return code by AlexeiFedorov · 2 years, 8 months ago
- 3b7ebc3 fix(invalid-access): fix the build failures by Manish Pandey · 2 years, 8 months ago
- 305fa6e feat(tftf): TFTF Realm extension enhancement by AlexeiFedorov · 2 years, 9 months ago
- feb076e fix: rmi_rec_entry verbose log by Olivier Deprez · 2 years, 9 months ago
- 7a767a1 test(pmu): test that the PMU state is preserved accros a world switch by Boyan Karatotev · 2 years, 10 months ago
- e920911 test(pmu): check if PMUv3 is functional by Boyan Karatotev · 2 years, 10 months ago
- 287f09b fix(pmu): extend PMEVTYPER.evtCount width by Boyan Karatotev · 2 years, 10 months ago
- 55deda7 refactor: add new test-suite 'tests-timer-stress' by Manish V Badarkhe · 2 years, 8 months ago
- 7494545 fix: cactus entry point get core linear id by Olivier Deprez · 2 years, 8 months ago
- fd47cc7 feat(spe): add support for more SPE versions by Manish V Badarkhe · 2 years, 9 months ago
- 9641678 test(ff-a): check execution state property of partitions by Kathleen Capella · 2 years, 9 months ago
- 5f3225b refactor: remove deprecated spm libs and test code by Olivier Deprez · 2 years, 9 months ago
- 00f5f6a docs(release): change log for v2.8 release by Juan Pablo Conde · 2 years, 9 months ago
- 14bf5af Revert "fix(tftf): add pack_realm to all" by Manish Pandey · 2 years, 9 months ago
- b84e46a fix(tftf): add pack_realm to all by nabkah01 · 2 years, 9 months ago
- cea7fa4 docs: add userguide for realm payload testing by Soby Mathew · 2 years, 9 months ago
- 7bbb977 feat: tftf realm extension by nabkah01 · 2 years, 10 months ago
- e26455f test(SMCCC): add test for SMCCC_ARCH_WORKAROUND_3 by Bipin Ravi · 3 years, 3 months ago
- c4e27bf refact(trng): cleanup TRNG service tests by Jayanth Dodderi Chidanand · 2 years, 10 months ago
- 074ef7c fix(SME): add a missing ISB by Boyan Karatotev · 2 years, 10 months ago
- 92085cd test(sve): test SVE operations in NWd by Kathleen Capella · 3 years ago
- 0e3d714 fix: change verbosity of error message by Madhukar Pappireddy · 2 years, 10 months ago
- 7393bd8 fix: serialize powering on secondary CPUs by Madhukar Pappireddy · 2 years, 10 months ago
- 24c57a5 fix(interrupts): deny new direct request message from endpoint by Madhukar Pappireddy · 2 years, 11 months ago
- bee970d test(interrupts): command to resume after managed exit by Madhukar Pappireddy · 2 years, 11 months ago