Merge pull request #453 from yatharth-arm/yk/fwu-6
Firmware Update patch stack
commit ab5a53ef0f2f4f19f59a28738ae00c6bb5975d21
2 parents 0e288c9 + 0191262
@danh-arm danh-arm authored on 9 Dec 2015
Showing 68 changed files
View
Makefile
View
bl1/aarch64/bl1_entrypoint.S
View
bl1/aarch64/bl1_exceptions.S
View
bl1/bl1.mk
View
bl1/bl1_context_mgmt.c 0 → 100644
View
bl1/bl1_fwu.c 0 → 100644
View
bl1/bl1_main.c
View
bl1/bl1_private.h
View
bl1/tbbr/tbbr_img_desc.c 0 → 100644
View
bl2/aarch64/bl2_entrypoint.S
View
bl2/bl2_main.c
View
bl2u/aarch64/bl2u_entrypoint.S 0 → 100644
View
bl2u/bl2u.ld.S 0 → 100644
View
bl2u/bl2u.mk 0 → 100644
View
bl2u/bl2u_main.c 0 → 100644
View
bl31/aarch64/context.S 100644 → 0
View
bl31/aarch64/runtime_exceptions.S
View
bl31/bl31.mk
View
bl31/bl31_context_mgmt.c 0 → 100644
View
bl31/context_mgmt.c 100644 → 0
View
common/aarch64/context.S 0 → 100644
View
common/aarch64/early_exceptions.S
View
common/context_mgmt.c 0 → 100644
View
drivers/auth/tbbr/tbbr_cot.c
View
include/bl1/bl1.h 0 → 100644
View
include/bl1/tbbr/tbbr_img_desc.h 0 → 100644
View
include/bl31/context.h 100644 → 0
View
include/bl31/context_mgmt.h 100644 → 0
View
include/bl31/runtime_svc.h
View
include/common/bl_common.h
View
include/common/context.h 0 → 100644
View
include/common/context_mgmt.h 0 → 100644
View
include/common/el3_common_macros.S
View
include/common/firmware_image_package.h
View
include/common/smcc_helpers.h 0 → 100644
View
include/common/tbbr/tbbr_img_def.h
View
include/plat/arm/board/common/board_arm_def.h
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
make_helpers/build_macros.mk
View
make_helpers/tbbr/tbbr_tools.mk
View
plat/arm/board/common/board_css_common.c
View
plat/arm/board/fvp/aarch64/fvp_common.c
View
plat/arm/board/fvp/fvp_bl1_setup.c
View
plat/arm/board/fvp/fvp_bl2u_setup.c 0 → 100644
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/juno/juno_bl1_setup.c 0 → 100644
View
plat/arm/board/juno/platform.mk
View
plat/arm/common/arm_bl1_fwu.c 0 → 100644
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_bl2u_setup.c 0 → 100644
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_io_storage.c
View
plat/arm/css/common/css_bl1_setup.c 0 → 100644
View
plat/arm/css/common/css_bl2u_setup.c 0 → 100644
View
plat/arm/css/common/css_common.mk
View
plat/arm/soc/common/soc_css.mk
View
plat/common/plat_bl1_common.c 0 → 100644
View
tools/cert_create/include/ext.h
View
tools/cert_create/include/tbbr/tbb_cert.h
View
tools/cert_create/include/tbbr/tbb_ext.h
View
tools/cert_create/src/main.c
View
tools/cert_create/src/tbbr/tbb_cert.c
View
tools/cert_create/src/tbbr/tbb_ext.c
View
tools/fip_create/fip_create.c