Merge pull request #172 from soby-mathew/sm/asm_assert
Introduce asm assert and optimize crash reporting
commit 6397bf6a99d785caa9b50016cd6c8eb76083c117
2 parents 9fd4127 + 8c10690
@danh-arm danh-arm authored on 28 Jul 2014
Showing 30 changed files
View
Makefile
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/aarch64/crash_reporting.S
View
bl31/aarch64/runtime_exceptions.S
View
bl31/cpu_data_array.c
View
common/aarch64/debug.S 0 → 100644
View
common/debug.c 100644 → 0
View
docs/porting-guide.md
View
docs/user-guide.md
View
drivers/arm/pl011/pl011.c 100644 → 0
View
drivers/arm/pl011/pl011_console.S 0 → 100644
View
drivers/arm/pl011/pl011_console.c 100644 → 0
View
include/bl31/cpu_data.h
View
include/common/asm_macros.S
View
include/common/assert_macros.S 0 → 100644
View
include/common/debug.h
View
include/drivers/arm/cci400.h
View
include/drivers/arm/pl011.h
View
include/drivers/console.h
View
include/plat/common/platform.h
View
lib/aarch64/misc_helpers.S
View
plat/common/aarch64/platform_helpers.S
View
plat/fvp/aarch64/fvp_helpers.S
View
plat/fvp/bl1_fvp_setup.c
View
plat/fvp/bl2_fvp_setup.c
View
plat/fvp/bl31_fvp_setup.c
View
plat/fvp/bl32_fvp_setup.c
View
plat/fvp/fvp_def.h
View
plat/fvp/include/plat_macros.S
View
plat/fvp/platform.mk