Merge pull request #249 from danh-arm/jc/tbb_prototype
Trusted Board Boot Prototype
commit 2d017e2241fd091a0926394c3e08eb362f77679d
2 parents 03b2370 + dec840a
@danh-arm danh-arm authored on 28 Jan 2015
Showing 61 changed files
View
.gitignore
View
Makefile
View
bl1/bl1_main.c
View
bl2/bl2_main.c
View
common/auth.c 0 → 100644
View
common/auth/polarssl/polarssl.c 0 → 100644
View
common/auth/polarssl/polarssl.mk 0 → 100644
View
common/auth/polarssl/polarssl_config.h 0 → 100644
View
common/bl_common.c
View
docs/porting-guide.md
View
drivers/io/io_fip.c
View
include/common/auth.h 0 → 100644
View
include/common/firmware_image_package.h
View
include/plat/common/platform.h
View
include/stdlib/inttypes.h 0 → 100644
View
include/stdlib/machine/_inttypes.h 0 → 100644
View
include/stdlib/stdio.h
View
include/stdlib/stdlib.h 0 → 100644
View
include/stdlib/string.h
View
include/stdlib/strings.h 0 → 100644
View
include/stdlib/sys/_timespec.h 0 → 100644
View
include/stdlib/sys/timespec.h 0 → 100644
View
include/stdlib/sys/types.h 0 → 100644
View
include/stdlib/time.h 0 → 100644
View
include/stdlib/xlocale/_strings.h 0 → 100644
View
include/stdlib/xlocale/_time.h 0 → 100644
View
lib/stdlib/exit.c 0 → 100644
View
lib/stdlib/sscanf.c 0 → 100644
View
lib/stdlib/std.c
View
lib/stdlib/strcmp.c
View
plat/fvp/bl2_fvp_setup.c
View
plat/fvp/fvp_io_storage.c
View
plat/fvp/fvp_trusted_boot.c 0 → 100644
View
plat/fvp/include/platform_def.h
View
plat/fvp/include/platform_oid.h 0 → 100644
View
plat/fvp/platform.mk
View
plat/juno/include/platform_def.h
View
plat/juno/include/platform_oid.h 0 → 100644
View
plat/juno/juno_def.h
View
plat/juno/juno_trusted_boot.c 0 → 100644
View
plat/juno/plat_io_storage.c
View
plat/juno/platform.mk
View
tools/cert_create/Makefile 0 → 100644
View
tools/cert_create/include/cert.h 0 → 100644
View
tools/cert_create/include/debug.h 0 → 100644
View
tools/cert_create/include/ext.h 0 → 100644
View
tools/cert_create/include/key.h 0 → 100644
View
tools/cert_create/include/sha.h 0 → 100644
View
tools/cert_create/include/tbb_cert.h 0 → 100644
View
tools/cert_create/include/tbb_ext.h 0 → 100644
View
tools/cert_create/include/tbb_key.h 0 → 100644
View
tools/cert_create/src/cert.c 0 → 100644
View
tools/cert_create/src/ext.c 0 → 100644
View
tools/cert_create/src/key.c 0 → 100644
View
tools/cert_create/src/main.c 0 → 100644
View
tools/cert_create/src/sha.c 0 → 100644
View
tools/cert_create/src/tbb_cert.c 0 → 100644
View
tools/cert_create/src/tbb_ext.c 0 → 100644
View
tools/cert_create/src/tbb_key.c 0 → 100644
View
tools/fip_create/fip_create.c
View
tools/fip_create/fip_create.h