Merge pull request #361 from achingupta/for_sm/psci_proto_v5
For sm/psci proto v5
commit 432b9905d5e8bcf47a077bcda97f98538cee1034
2 parents 9caf7e3 + 9d070b9
@Achin Gupta Achin Gupta authored on 17 Aug 2015
Showing 73 changed files
View
Makefile
View
bl2/aarch64/bl2_entrypoint.S
View
bl31/aarch64/cpu_data.S
View
bl31/bl31.mk
View
bl31/bl31_main.c
View
bl31/context_mgmt.c
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/tsp_interrupt.c
View
bl32/tsp/tsp_main.c
View
bl32/tsp/tsp_timer.c
View
docs/diagrams/psci-suspend-sequence.png 0 → 100644
View
docs/platform-migration-guide.md 0 → 100644
View
docs/porting-guide.md
View
docs/psci-pd-tree.md 0 → 100644
View
docs/user-guide.md
View
include/bl31/context_mgmt.h
View
include/bl31/cpu_data.h
View
include/bl31/services/psci.h
View
include/bl31/services/psci_compat.h 0 → 100644
View
include/common/asm_macros.S
View
include/common/el3_common_macros.S
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/plat_arm.h
View
include/plat/arm/css/common/css_def.h
View
include/plat/common/common_def.h
View
include/plat/common/platform.h
View
lib/locks/bakery/bakery_lock_coherent.c
View
lib/locks/bakery/bakery_lock_normal.c
View
plat/arm/board/fvp/aarch64/fvp_helpers.S
View
plat/arm/board/fvp/fvp_def.h
View
plat/arm/board/fvp/fvp_pm.c
View
plat/arm/board/fvp/fvp_topology.c
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/fvp/tsp/tsp-fvp.mk
View
plat/arm/board/juno/platform.mk
View
plat/arm/board/juno/tsp/tsp-juno.mk
View
plat/arm/common/aarch64/arm_helpers.S
View
plat/arm/common/arm_bl31_setup.c
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_pm.c
View
plat/arm/common/arm_topology.c
View
plat/arm/common/tsp/arm_tsp.mk
View
plat/arm/css/common/aarch64/css_helpers.S
View
plat/arm/css/common/css_common.mk
View
plat/arm/css/common/css_pm.c
View
plat/arm/css/common/css_topology.c 0 → 100644
View
plat/common/aarch64/plat_common.c
View
plat/common/aarch64/plat_psci_common.c 0 → 100644
View
plat/common/aarch64/platform_helpers.S
View
plat/common/aarch64/platform_mp_stack.S
View
plat/common/aarch64/platform_up_stack.S
View
plat/compat/aarch64/plat_helpers_compat.S 0 → 100644
View
plat/compat/plat_compat.mk 0 → 100644
View
plat/compat/plat_pm_compat.c 0 → 100644
View
plat/compat/plat_topology_compat.c 0 → 100644
View
services/spd/opteed/opteed_main.c
View
services/spd/opteed/opteed_pm.c
View
services/spd/tlkd/tlkd_main.c
View
services/spd/tspd/tspd_main.c
View
services/spd/tspd/tspd_pm.c
View
services/std_svc/psci/psci_afflvl_off.c 100644 → 0
View
services/std_svc/psci/psci_afflvl_on.c 100644 → 0
View
services/std_svc/psci/psci_afflvl_suspend.c 100644 → 0
View
services/std_svc/psci/psci_common.c
Too large (Show diff)
View
services/std_svc/psci/psci_entry.S
View
services/std_svc/psci/psci_helpers.S
View
services/std_svc/psci/psci_main.c
View
services/std_svc/psci/psci_off.c 0 → 100644
View
services/std_svc/psci/psci_on.c 0 → 100644
View
services/std_svc/psci/psci_private.h
View
services/std_svc/psci/psci_setup.c
View
services/std_svc/psci/psci_suspend.c 0 → 100644
View
services/std_svc/psci/psci_system_off.c