Merge pull request #652 from soby-mathew/sm/pmf_psci_stat
Introduce PMF and implement PSCI STAT APIs
commit 10b93d79752d7818b6bc0cea97a839403f503e5b
2 parents 50f7101 + d75f257
@danh-arm danh-arm authored on 4 Jul 2016
GitHub committed on 4 Jul 2016
Showing 20 changed files
View
Makefile
View
bl31/bl31.ld.S
View
bl31/bl31.mk
View
docs/firmware-design.md
View
docs/porting-guide.md
View
docs/user-guide.md
View
include/bl31/services/psci.h
View
include/lib/pmf.h 0 → 100644
View
include/lib/pmf_helpers.h 0 → 100644
View
lib/pmf/pmf_main.c 0 → 100644
View
lib/pmf/pmf_smc.c 0 → 100644
View
plat/arm/board/juno/juno_pm.c
View
plat/arm/common/arm_common.mk
View
services/std_svc/psci/psci_common.c
View
services/std_svc/psci/psci_main.c
View
services/std_svc/psci/psci_off.c
View
services/std_svc/psci/psci_private.h
View
services/std_svc/psci/psci_setup.c
View
services/std_svc/psci/psci_stat.c 0 → 100644
View
services/std_svc/psci/psci_suspend.c