commit | dc4ed3df6218d0d0a5fdc6a55564dd97c4ab51c4 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Nov 23 13:54:00 2018 +0000 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Dec 18 10:57:01 2018 +0000 |
tree | 1c2120219687ad65fb29eb6458ed0e65dab7e7a3 | |
parent | 5cb166c5a4e76a804b6fb36e9582961b4db4a99a [diff] |
Move helpers from arch.h to arch_helpers.h Some of the affected macros can only be used from C code. In general, we use arch_helpers.h for any C helpers to access registers. For consistency, the other macros have been moved as well. Also, import some AArch32 helpers from TF-A-Tests. Change-Id: Ie8fe1ddeadba5336c12971ddc39a7883121386b1 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>