summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2018-09-05framework: fix a typo for exception vectorJun Nie
2018-09-04Aarch32: adjust pc register after IRQ routineJun Nie
2018-08-28Align timer register access to cp15Jun Nie
2018-08-24Aarch32: add arch version flag in makefileJun Nie
2018-08-24Aarch32: Add IRQ stack for ARMv7Jun Nie
2018-08-07Aarch32: workaround missing udiv instructionJun Nie
2018-08-07Aarch32: Print correct message for non-HYP modeJun Nie
2018-08-07Aarch32: replace ARMv8 only assembly codeJun Nie
2018-08-07Aarch32: handle non-hyp mode in entry pointJun Nie
2018-08-07Aarch32: does not trigger panic for non-hyp caseJun Nie
2018-04-12Remove calls to mp_printf() in ISRsSandrine Bailleux
2018-03-01Remove type UINTN from the codebaseJonathan Wright
2018-02-28Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz
2018-02-23Support shifted affinitiesDavid Cunado
2018-02-20Add AMUv1 framework bitsDimitris Papastamos
2018-01-23Increase user feedbackSandrine Bailleux
2017-11-23Ensure that PSTATE is updated right after a changeAntonio Nino Diaz
2017-09-22sdei: Add SDEI client libraryDimitris Papastamos
2017-06-29Fix sequencing issues in TFTFSoby Mathew
2017-06-28Fix volatileness of variablesDouglas Raillard
2017-05-10Implement asm_assert()Antonio Nino Diaz
2017-04-19Use console_flush before CPU offAntonio Nino Diaz
2017-02-07Add file with test helper functionsAntonio Nino Diaz
2016-12-06Add return code details to tftf_program_timer_and_suspendDouglas Raillard
2016-12-06Add timer safe version of system suspend helperDouglas Raillard
2016-11-09Makefile: Let the user specify CFLAGSDouglas Raillard
2016-11-08Reformat AArch64 exceptions vector tableDouglas Raillard
2016-11-03Rename tftf_vector_aarch32 to tftf_vectorDouglas Raillard
2016-11-03Move AArch32 exception vector table to exceptions.SDouglas Raillard
2016-09-27AArch32: Add makefile supportSoby Mathew
2016-09-26AArch32: Add framework supportSoby Mathew
2016-09-26AArch32: Rework the suspend frameworkSoby Mathew
2016-09-26AArch32: Rework SMC helpersSoby Mathew
2016-09-26AArch32: Add basic supportSoby Mathew
2016-09-06Introduce a convenient sleep functionJeenu Viswambharan
2016-08-19Skip absent CPUs in get_overall_test_result()Sandrine Bailleux
2016-08-16Use __func__ instead of __FUNCTION__Sandrine Bailleux
2016-07-22Move plat_common.c out of AArch64 folderSoby Mathew
2016-07-22Move asm and assert macros to AArch64 folderSoby Mathew
2016-07-22Refactor the xlat_tables librarySoby Mathew
2016-07-14Remove `asm_platform_weak.S` fileSoby Mathew
2016-07-14Remove `wait_for_entrypoint` macroSoby Mathew
2016-06-20Fix NS_BL1U & NS_BL2U makefilesSandrine Bailleux
2016-04-29Preserve context_id parameter set by CPU_ONAntonio Nino Diaz
2016-04-28Compile files of stdlib separatelyAntonio Nino Diaz
2016-04-27Fix TFTF timer tests on FVP Foundation modelAntonio Nino Diaz
2016-02-04Introduce the ARM GIC layer and refactor GICv2 driverSoby Mathew
2015-12-18Ensure that only lead CPU is ON prior to any testSoby Mathew
2015-12-16Allow lead CPU to re-enter the current testAsha R
2015-12-09FWU: Add FWU Normal image(NS_BL1U) support to TFTF.Yatharth Kochar