ARMv8 Trusted Firmware release v0.2
authorAchin Gupta <achin.gupta@arm.com>
Fri, 25 Oct 2013 08:08:21 +0000 (09:08 +0100)
committerJames Morrissey <james.morrissey@arm.com>
Fri, 25 Oct 2013 08:37:16 +0000 (09:37 +0100)
commit4f6ad66ae9fcc8bcb3b0fcee10b7ab1ffcaf1a56
tree475db5d74370cb62b02afab0900774955a59702f
ARMv8 Trusted Firmware release v0.2
98 files changed:
Makefile [new file with mode: 0644]
arch/aarch64/cpu/cpu_helpers.S [new file with mode: 0644]
arch/system/gic/aarch64/gic_v3_sysregs.S [new file with mode: 0644]
arch/system/gic/gic.h [new file with mode: 0644]
arch/system/gic/gic_v2.c [new file with mode: 0644]
arch/system/gic/gic_v3.c [new file with mode: 0644]
bl1/aarch64/bl1_arch_setup.c [new file with mode: 0644]
bl1/aarch64/bl1_entrypoint.S [new file with mode: 0644]
bl1/aarch64/early_exceptions.S [new file with mode: 0644]
bl1/bl1.ld.S [new file with mode: 0644]
bl1/bl1.mk [new file with mode: 0644]
bl1/bl1_main.c [new file with mode: 0644]
bl2/aarch64/bl2_arch_setup.c [new file with mode: 0644]
bl2/aarch64/bl2_entrypoint.S [new file with mode: 0644]
bl2/bl2.ld.S [new file with mode: 0644]
bl2/bl2.mk [new file with mode: 0644]
bl2/bl2_main.c [new file with mode: 0644]
bl31/aarch64/bl31_arch_setup.c [new file with mode: 0644]
bl31/aarch64/bl31_entrypoint.S [new file with mode: 0644]
bl31/aarch64/exception_handlers.c [new file with mode: 0644]
bl31/aarch64/runtime_exceptions.S [new file with mode: 0644]
bl31/bl31.ld.S [new file with mode: 0644]
bl31/bl31.mk [new file with mode: 0644]
bl31/bl31_main.c [new file with mode: 0644]
common/bl_common.c [new file with mode: 0644]
common/psci/psci_afflvl_off.c [new file with mode: 0644]
common/psci/psci_afflvl_on.c [new file with mode: 0644]
common/psci/psci_afflvl_suspend.c [new file with mode: 0644]
common/psci/psci_common.c [new file with mode: 0644]
common/psci/psci_entry.S [new file with mode: 0644]
common/psci/psci_main.c [new file with mode: 0644]
common/psci/psci_private.h [new file with mode: 0644]
common/psci/psci_setup.c [new file with mode: 0644]
common/runtime_svc.c [new file with mode: 0644]
docs/change-log.md [new file with mode: 0644]
docs/porting-guide.md [new file with mode: 0644]
docs/user-guide.md [new file with mode: 0644]
drivers/arm/interconnect/cci-400/cci400.c [new file with mode: 0644]
drivers/arm/interconnect/cci-400/cci400.h [new file with mode: 0644]
drivers/arm/peripherals/pl011/console.h [new file with mode: 0644]
drivers/arm/peripherals/pl011/pl011.c [new file with mode: 0644]
drivers/arm/peripherals/pl011/pl011.h [new file with mode: 0644]
drivers/power/fvp_pwrc.c [new file with mode: 0644]
drivers/power/fvp_pwrc.h [new file with mode: 0644]
fdts/fvp-base-gicv2-psci.dtb [new file with mode: 0644]
fdts/fvp-base-gicv2-psci.dts [new file with mode: 0644]
fdts/fvp-base-gicv2legacy-psci.dtb [new file with mode: 0644]
fdts/fvp-base-gicv2legacy-psci.dts [new file with mode: 0644]
fdts/fvp-base-gicv3-psci.dtb [new file with mode: 0644]
fdts/fvp-base-gicv3-psci.dts [new file with mode: 0644]
fdts/rtsm_ve-motherboard.dtsi [new file with mode: 0644]
include/aarch64/arch.h [new file with mode: 0644]
include/aarch64/arch_helpers.h [new file with mode: 0644]
include/asm_macros.S [new file with mode: 0644]
include/bakery_lock.h [new file with mode: 0644]
include/bl1.h [new file with mode: 0644]
include/bl2.h [new file with mode: 0644]
include/bl31.h [new file with mode: 0644]
include/bl_common.h [new file with mode: 0644]
include/mmio.h [new file with mode: 0644]
include/pm.h [new file with mode: 0644]
include/psci.h [new file with mode: 0644]
include/runtime_svc.h [new file with mode: 0644]
include/semihosting.h [new file with mode: 0644]
include/spinlock.h [new file with mode: 0644]
lib/arch/aarch64/cache_helpers.S [new file with mode: 0644]
lib/arch/aarch64/misc_helpers.S [new file with mode: 0644]
lib/arch/aarch64/sysreg_helpers.S [new file with mode: 0644]
lib/arch/aarch64/tlb_helpers.S [new file with mode: 0644]
lib/mmio.c [new file with mode: 0644]
lib/non-semihosting/ctype.h [new file with mode: 0644]
lib/non-semihosting/mem.c [new file with mode: 0644]
lib/non-semihosting/std.c [new file with mode: 0644]
lib/non-semihosting/strcmp.c [new file with mode: 0644]
lib/non-semihosting/string.c [new file with mode: 0644]
lib/non-semihosting/strlen.c [new file with mode: 0644]
lib/non-semihosting/strncmp.c [new file with mode: 0644]
lib/non-semihosting/strncpy.c [new file with mode: 0644]
lib/non-semihosting/strsep.c [new file with mode: 0644]
lib/non-semihosting/strtol.c [new file with mode: 0644]
lib/non-semihosting/strtoull.c [new file with mode: 0644]
lib/non-semihosting/subr_prf.c [new file with mode: 0644]
lib/semihosting/aarch64/semihosting_call.S [new file with mode: 0644]
lib/semihosting/semihosting.c [new file with mode: 0644]
lib/sync/locks/bakery/bakery_lock.c [new file with mode: 0644]
lib/sync/locks/exclusive/spinlock.S [new file with mode: 0644]
license.md [new file with mode: 0644]
plat/common/aarch64/platform_helpers.S [new file with mode: 0644]
plat/fvp/aarch64/bl1_plat_helpers.S [new file with mode: 0644]
plat/fvp/aarch64/fvp_common.c [new file with mode: 0644]
plat/fvp/aarch64/fvp_helpers.S [new file with mode: 0644]
plat/fvp/bl1_plat_setup.c [new file with mode: 0644]
plat/fvp/bl2_plat_setup.c [new file with mode: 0644]
plat/fvp/bl31_plat_setup.c [new file with mode: 0644]
plat/fvp/fvp_pm.c [new file with mode: 0644]
plat/fvp/fvp_topology.c [new file with mode: 0644]
plat/fvp/platform.h [new file with mode: 0644]
readme.md [new file with mode: 0644]