summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-22sdei: Add SDEI client libraryDimitris Papastamos
2017-09-11Update PSCI version to 1.1Roberto Vargas
2017-06-29Fix sequencing issues in TFTFSoby Mathew
2017-06-28Fix volatileness of variablesDouglas Raillard
2017-06-20events: Ensure update to `event->cnt` propagates properlyDimitris Papastamos
2017-05-10Implement asm_assert()Antonio Nino Diaz
2017-05-05Add ENABLE_ASSERTIONS build flagAntonio Nino Diaz
2017-05-05AArch32: Add NS_BL1U and NS_BL2U supportYatharth Kochar
2017-04-19Use console_flush before CPU offAntonio Nino Diaz
2017-02-07Allow IRQ handler to handle spurious IRQsAntonio Nino Diaz
2017-01-10Fix AArch32 HTCR writeDouglas Raillard
2016-09-26AArch32: Cater for PSCI SMC Function IDsSoby Mathew
2016-09-26AArch32: Rework the suspend frameworkSoby Mathew
2016-09-26AArch32: Rework SMC helpersSoby Mathew
2016-09-26Rework types of CPU ON helpersSoby Mathew
2016-09-26AArch32: Add basic supportSoby Mathew
2016-09-21Move `make_mpid` from arch.hSoby Mathew
2016-09-16Add test cases for PSCI NODE_HW_STATEJeenu Viswambharan
2016-08-15Fix the translation table library for wraparound casesSoby Mathew
2016-07-22Refactor the xlat_tables librarySoby Mathew
2016-07-14Add PSCI STAT helper APIsSoby Mathew
2016-07-14Add helper for querying PSCI_FEATURESSoby Mathew
2016-07-14Change log level in Event framework to VERBOSESoby Mathew
2016-07-14Remove `asm_platform_weak.S` fileSoby Mathew
2016-04-28Compile files of stdlib separatelyAntonio Nino Diaz
2016-04-27Fix TFTF timer tests on FVP Foundation modelAntonio Nino Diaz
2016-03-29Optimize locking in tftf_try_cpu_on() implementationSoby Mathew
2016-02-04Introduce GIC context save and restore functionalitySoby Mathew
2016-02-04Introduce the ARM GIC layer and refactor GICv2 driverSoby Mathew
2015-12-16Re-initialize console on resuming from system suspendamobal01
2015-12-09Add volatile qualifier to read the mpidr in mp_printf()Yatharth Kochar
2015-12-08FWU: Add support for FIP Image framework in TFTF.Yatharth Kochar
2015-12-07Add functions to disable the MMU at current exception level.Yatharth Kochar
2015-10-27Support save and restore of timer, SGI and GIC contextSoby Mathew
2015-10-27Rework the CPU suspend framework to support system suspendSoby Mathew
2015-10-27Rework the composite state ID helpersSoby Mathew
2015-10-14Remove old timer framework and move to new oneVikram Kanigiri
2015-10-12Implement new timer framework in TFTFVikram Kanigiri
2015-10-07Replace INFO with VERBOSE in IRQ frameworkVikram Kanigiri
2015-10-07Add a placeholder for disabling/enabling or migrating IRQsVikram Kanigiri
2015-10-07Add new gic helper apisVikram Kanigiri
2015-09-08Update and add test cases to support PSCI 1.0Vikram Kanigiri
2015-08-26Add a simple CPU_ON API in frameworkVikram Kanigiri
2015-07-23Add PSCI helper function to determine state ID formatVikram Kanigiri
2015-07-23Add TFTF framework and platform support for extended State-idSoby Mathew
2015-07-23Introduce power domain topology framework in TFTFSoby Mathew
2015-06-18Rename TESTCASE_FUNC into test_function_tSandrine Bailleux
2015-05-22Make systimer framework support any core as primary CPUVikram Kanigiri
2015-04-21Enable instruction cache, stack pointer and data access alignmentVikram Kanigiri
2015-04-17Add macro to calculate number of elements in an arrayVikram Kanigiri