summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PSCI: Demonstrate support for composite power statesrfc/psci-comp-pwr-states-v2Soby Mathew2015-05-125-0/+138
* PSCI: Add framework to handle composite power statesSoby Mathew2015-05-1216-477/+979
* PSCI: Add new power domain tree description interfaceSoby Mathew2015-05-1216-883/+805
* PSCI: Validate MPIDR in platform_get_core_pos()Soby Mathew2015-05-1224-121/+194
* PSCI: Add API to return index of the calling CPUSoby Mathew2015-05-1222-128/+103
* PSCI: Remove references to affinity based power managementSoby Mathew2015-05-0519-658/+688
* PSCI: Invoke PM hooks only for the highest levelSoby Mathew2015-04-3015-875/+174
* Merge pull request #297 from sandrine-bailleux/sb/move-up-depsdanh-arm2015-04-2913-28/+51
|\
| * FVP: update device tree idle state entriesJuan Castillo2015-04-2912-14/+26
| * Move up dependency versions in user guideSandrine Bailleux2015-04-291-14/+25
* | Merge pull request #296 from danh-arm/sb/scpi-min-changesdanh-arm2015-04-298-156/+305
|\ \ | |/
| * Detect SCP version incompatibilitySandrine Bailleux2015-04-283-0/+35
| * Move to the new ARM SCP Messaging InterfacesSandrine Bailleux2015-04-286-156/+270
* | Merge pull request #295 from danh-arm/dh/plat-port-reorgdanh-arm2015-04-29107-4898/+4662
|\ \ | |/
| * Doc updates following platform port reorganizationDan Handley2015-04-283-220/+201
| * Move Juno port to plat/arm/board/junoDan Handley2015-04-288-3/+3
| * Migrate Juno port to use common codeDan Handley2015-04-2826-3519/+127
| * Move FVP port to plat/arm/board/fvpDan Handley2015-04-2819-15/+15
| * Migrate FVP port to use common codeDan Handley2015-04-2821-2153/+325
| * Add common ARM and CSS platform codeDan Handley2015-04-2842-0/+4715
| * Add linker symbol declarations to bl_common.hDan Handley2015-04-282-6/+20
| * Allow deeper platform port directory structureDan Handley2015-04-283-10/+25
| * Separate out common console functionalityDan Handley2015-04-283-63/+229
| * Add header guards to asm macro filesDan Handley2015-04-275-3/+25
| * Remove use of PLATFORM_CACHE_LINE_SIZEDan Handley2015-04-277-13/+45
| * Fix type mismatches in verbose loggingDan Handley2015-04-272-9/+9
| * Add TZC function to configure region 0Dan Handley2015-04-272-7/+46
* | Merge pull request #290 from soby-mathew/sm/AEM_crash_report_fixdanh-arm2015-04-171-2/+6
|\ \ | |/ |/|
| * Fix recursive crash prints on FVP AEM modelSoby Mathew2015-04-131-2/+6
* | Merge pull request #289 from danh-arm/vw/tlkd-args-via-cpu-regs-v4danh-arm2015-04-132-67/+47
|\ \
| * | Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar2015-04-132-67/+47
| |/
* | Merge pull request #288 from danh-arm/sb/remove-arch-makefiledanh-arm2015-04-131-2/+0
|\ \
| * | Remove the ARCH build configuration from the MakefileSandrine Bailleux2015-04-131-2/+0
| |/
* | Merge pull request #287 from danh-arm/sb/bl2-loading-errorsdanh-arm2015-04-131-61/+68
|\ \ | |/ |/|
| * Panic if platform specific BL3-0 handling failsSandrine Bailleux2015-04-131-61/+68
|/
* Merge pull request #284 from kpet/kp/tf-issues-295danh-arm2015-04-0932-2/+149
|\
| * Add support to indicate size and end of assembly functionsKévin Petit2015-04-0832-2/+149
|/
* Merge pull request #277 from soby-mathew/sm/coh_lock_optdanh-arm2015-04-013-48/+57
|\
| * Remove the `owner` field in bakery_lock_t data structureSoby Mathew2015-03-273-13/+16
| * Optimize the bakery lock structure for coherent memorySoby Mathew2015-03-273-35/+41
* | Merge pull request #279 from sandrine-bailleux/sb/fix-checkpatchdanh-arm2015-04-011-2/+4
|\ \
| * | Bug Fix: Fix checkpatch rule in MakefileSandrine Bailleux2015-03-261-2/+4
| |/
* | Merge pull request #280 from vwadekar/tlkd-fixed-v3danh-arm2015-04-0110-0/+1155
|\ \
| * | TLK-D documentation and add NVIDIA to the Acknowledgements fileVarun Wadekar2015-03-312-0/+61
| * | Open/Close TA sessions, send commands/events to TAsVarun Wadekar2015-03-312-1/+43
| * | Preempt/Resume standard function ID callsVarun Wadekar2015-03-312-0/+63
| * | Translate secure/non-secure virtual addressesVarun Wadekar2015-03-315-0/+93
| * | Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar2015-03-312-1/+94
| * | Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar2015-03-317-0/+803
* | | Merge pull request #274 from sandrine-bailleux/sb/juno-r1achingupta2015-03-262-22/+80
|\ \ \