Rearrange assembly helper macros
authorSoby Mathew <soby.mathew@arm.com>
Fri, 8 Jul 2016 14:26:35 +0000 (15:26 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Tue, 19 Jul 2016 09:19:08 +0000 (10:19 +0100)
commit738b1fd7c0628e9c6cc89e36629f27bde01559df
tree212b9d60976fa333a1bbbfa0b2b81115bce8f047
parenta4beaaffedb53f6d8bcc199aedaddc9f5c3eec7c
Rearrange assembly helper macros

This patch moves assembler macros which are not architecture specific
to a new file `asm_macros_common.S` and moves the `el3_common_macros.S`
into `aarch64` specific folder.

Change-Id: I444a1ee3346597bf26a8b827480cd9640b38c826
include/common/aarch64/asm_macros.S
include/common/aarch64/el3_common_macros.S [new file with mode: 0644]
include/common/asm_macros_common.S [new file with mode: 0644]
include/common/el3_common_macros.S [deleted file]