]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: Add platform support for Morello
authorChandni Cherukuri <chandni.cherukuri@arm.com>
Tue, 22 Sep 2020 13:26:25 +0000 (18:56 +0530)
committerChandni Cherukuri <chandni.cherukuri@arm.com>
Mon, 28 Sep 2020 14:03:24 +0000 (19:33 +0530)
commitdfd5bfb097a694a136d067bb1b80133500adcfce
tree649e1414fd1764667ccf8636cb9da0af2d93cbce
parente1cbcf965faba453c4680b385e42b145d5358465
plat/arm: Add platform support for Morello

This patch adds support for Morello platform.
It is an initial port which includes only BL31 support
as the System Control Processor (SCP) is expected to take
the role of primary bootloader.

Change-Id: I1ecbe5a14a2d487b2ecea3c1ca227f08473ed2dd
Co-authored-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
Signed-off-by: Anurag Koul <anurag.koul@arm.com>
docs/plat/index.rst
plat/arm/board/morello/aarch64/morello_helper.S [new file with mode: 0644]
plat/arm/board/morello/include/plat_macros.S [new file with mode: 0644]
plat/arm/board/morello/include/platform_def.h [new file with mode: 0644]
plat/arm/board/morello/morello_bl31_setup.c [new file with mode: 0644]
plat/arm/board/morello/morello_def.h [new file with mode: 0644]
plat/arm/board/morello/morello_interconnect.c [new file with mode: 0644]
plat/arm/board/morello/morello_plat.c [new file with mode: 0644]
plat/arm/board/morello/morello_security.c [new file with mode: 0644]
plat/arm/board/morello/morello_topology.c [new file with mode: 0644]
plat/arm/board/morello/platform.mk [new file with mode: 0644]