summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-04-14Remove events based on cpu_is_onlineVikram Kanigiri
2015-03-31Remove starvation scenario in events frameworkVikram Kanigiri
2015-03-27Add strncpy support to standard library.Vikram Kanigiri
2015-03-12Do not send SGIs to CPUs that are powering downSandrine Bailleux
2015-03-12Reset 'cpu_is_online' event when a CPU powers itself offSandrine Bailleux
2015-03-05Fix the declaration of assembly functionsKévin Petit
2015-02-16Add support and rationalize output to different log levelsVikram Kanigiri
2015-01-27Test PSCI_FEATURES for all PSCI functionsSandrine Bailleux
2015-01-27Revert "Enable instruction cache, stack pointer and data access alignment"Sandrine Bailleux
2015-01-26Enable instruction cache, stack pointer and data access alignmentVikram Kanigiri
2015-01-13Provide finer details of CPU statesVikram Kanigiri
2014-12-16Fix a bug in usage of SPI irq handlerVikram Kanigiri
2014-12-11Add some debug prints when entering/resuming from suspend stateSandrine Bailleux
2014-12-05Do not register any IRQ handler for IRQ_WAKE_SGISandrine Bailleux
2014-12-05Rework IRQ handling codeSandrine Bailleux
2014-12-04Provide an api to query affinity information of a CPUVikram Kanigiri
2014-12-03Add barriers after updating system registersVikram Kanigiri
2014-12-01Add a function to initialise a spin lockSandrine Bailleux
2014-11-24Always use accessor functions with complete register namesSandrine Bailleux
2014-11-24Add support to use shell colors to distinguish CPUs' messagesSandrine Bailleux
2014-11-24Fix return type of PSCI CPU hotplug & idle wrappersSandrine Bailleux
2014-11-21Introduce an API to send & receive eventsSandrine Bailleux
2014-11-21Introduce a helper function to make a UUID from four 32-bit wordsSandrine Bailleux
2014-11-21Pass "dead" label as an argument to JUMP_EL1_OR_EL2() macroSandrine Bailleux
2014-11-06Increase size of printf()'s internal bufferSandrine Bailleux
2014-10-30Put the #include directives in the right orderSandrine Bailleux
2014-10-23Prefix SMC functions IDs constants by 'SMC_'Sandrine Bailleux
2014-10-21Use mp_printf() to print debug assertion messagesSandrine Bailleux
2014-10-21Purge code from EL3 definitions and setup codeSandrine Bailleux
2014-10-21Rename sgi_data type into sgi_data_t to follow conventionSandrine Bailleux
2014-10-21Restructure framework's directory hierarchySandrine Bailleux
2014-10-17Add a macro disabling compiler optimisations for a variable accessSandrine Bailleux
2014-10-15Keep track of the state of the CPUS internallySandrine Bailleux
2014-10-15Add context save and restore for CPU_SUSPENDVikram Kanigiri
2014-09-11Correctly detect Trusted OS in test_smc_tsp_svc_call()Sandrine Bailleux
2014-09-05Remove support for bakery locksVikram Kanigiri