FDTs for v5.2 Foundation model
authorHarry Liebel <Harry.Liebel@arm.com>
Tue, 22 Oct 2013 16:29:14 +0000 (17:29 +0100)
committerDan Handley <dan.handley@arm.com>
Thu, 14 Nov 2013 17:48:52 +0000 (17:48 +0000)
commit43ef4f1ee759db2c5a47f8db5f789ce3f803d69a
tree7f3685e9279d1bbf8db025a75bca9638b1c8cbdb
parent068b950f63f47c2bb6d3c1fbaacea8b3d7445d29
FDTs for v5.2 Foundation model

- The Foundation FVP is a cut down version of the Base FVP and as
  such lacks some components.
- Three FDTs are provided.
  fvp-foundation-gicv2legacy-psci:
    Use this when setting the Foundation FVP to use GICv2. In this
    mode the GIC is located at the VE location, as described in the
    VE platform memory map.
  fvp-foundation-gicv3-psci :
    Use this when setting the Foundation FVP to use GICv3. In this
    mode the GIC is located at the Base location, as described in the
    Base platform memory map.
  fvp-foundation-gicv2-psci :
    Use this when setting the Foundation FVP to use GICv3, but Linux
    is expected to use GICv2 emulation mode. In this mode the GIC is
    located at the Base location, but the GICv3 is used in GICv2
    emulation mode.

Change-Id: I9d69bcef35c64cc8f16550efe077f578e55aaae5
fdts/fvp-foundation-gicv2-psci.dtb [new file with mode: 0644]
fdts/fvp-foundation-gicv2-psci.dts [new file with mode: 0644]
fdts/fvp-foundation-gicv2legacy-psci.dtb [new file with mode: 0644]
fdts/fvp-foundation-gicv2legacy-psci.dts [new file with mode: 0644]
fdts/fvp-foundation-gicv3-psci.dtb [new file with mode: 0644]
fdts/fvp-foundation-gicv3-psci.dts [new file with mode: 0644]
fdts/fvp-foundation-motherboard.dtsi [new file with mode: 0644]