imx7: hab_arch: Provide a hab_arch.h file
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 3 Jul 2018 14:11:33 +0000 (15:11 +0100)
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 4 Sep 2018 12:36:23 +0000 (13:36 +0100)
commit582547113e4c93344dc3c6ab1eb89da118f3623a
tree22b4258e3703e8183707ddd1c4a484438e4e42e5
parentf7ea6d52234102b8f67d2d030a860b7a119d8450
imx7: hab_arch: Provide a hab_arch.h file

In order to enable compile time differences in HAB interaction, we should
split out the definition of the base address of the HAB API.

Some version of the i.MX series have different offsets from the BootROM
base for the HAB callback table.

This patch defines the header into which we will define the i.MX7 specific
offset. The offset of the i.MX7 function-callback table is simultaneously
defined.

Once done, we can latch a set of common function pointer locations from the
offset given here and if necessary change the offset for different
processors without any other code-change.

For now all we support is i.MX7 so the only offset being defined is that
for the i.MX7.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org>
plat/imx/imx7/include/imx_hab_arch.h [new file with mode: 0644]