Implement an assert() callable from assembly code
The patch implements a macro ASM_ASSERT() which can
be invoked from assembly code. When assertion happens,
file name and line number of the check is written
to the crash console.

Fixes ARM-software/tf-issues#95

Change-Id: I6f905a068e1c0fa4f746d723f18df60daaa00a86
1 parent c67b09b commit bc9201289c9ae4ccfc6b11048431d47eba547a44
@Soby Mathew Soby Mathew authored on 14 Jul 2014
Showing 5 changed files
View
Makefile
View
common/aarch64/assert.S 0 → 100644
View
docs/user-guide.md
View
include/common/assert_macros.S 0 → 100644
View
lib/aarch64/misc_helpers.S