commit | 5e96139f78dbb64b65537a1d24aacecb8a0264d4 | [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 | e01065472a588c4f7f52f88654c5b991498eb3dc [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>