imx: imx_snvs: Define a SNVS header and memory map
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 25 Jun 2018 12:15:10 +0000 (13:15 +0100)
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 4 Sep 2018 12:36:23 +0000 (13:36 +0100)
commita60ca3b4d5b0b8c13b2ccde8b49396b3d52d9272
treeb4d5e7658f4a8b7f8578622d53325105948fc8f5
parentc3334cb1969a047b42f347c748d451e05d8d91ac
imx: imx_snvs: Define a SNVS header and memory map

This commit defines two things.

- The basic SNVS memory map. At the moment that is total overkill for the
  permission bits we need to set inside the SNVS but, for the sake of
  completeness define the whole SNVS area as a struct.

- The bits of the HPCOMR register

  A permission fix will need to be applied to the SNVS block prior to
  switching on TrustZone. All we need to do is waggle a bit in the HPCOMR
  register. To do that waggle we first need to define the bits of the
  HPCOMR register.

- A imx_snvs_init() function definition

  Declare the snvs_init() function so that it can be called from our
  platform setup code.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
plat/imx/common/include/imx_snvs.h [new file with mode: 0644]