commit | ee0fec79812022b047129081dd5024f694e14746 | [log] [tgz] |
---|---|---|
author | Rui Miguel Silva <rui.silva@linaro.org> | Wed May 11 10:55:41 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 22 12:35:15 2022 -0400 |
tree | 5bc50e248f8750cc1de86885b68844ed276782bc | |
parent | 433f15a96e7cf6e0bc8c1116bc75e3d99b8dd904 [diff] [blame] |
arm: add support to corstone1000 platform Corstone1000 is a platform from arm, which includes pre verified Corstone SSE710 sub-system that combines Cortex-A and Cortex-M processors [0]. This code adds the support for the Cortex-A35 implementation at host side, it contains also the necessary bits to support the Corstone 1000 FVP (Fixed Virtual Platform) [1] and also the FPGA MPS3 board implementation of this platform. [2] 0: https://developer.arm.com/documentation/102360/0000 1: https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps 2: https://developer.arm.com/documentation/dai0550/c/ Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 2fa3957..2873d04 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile
@@ -1273,6 +1273,9 @@ dtb-$(CONFIG_ARCH_QEMU) += qemu-arm.dtb qemu-arm64.dtb +dtb-$(CONFIG_TARGET_CORSTONE1000) += corstone1000-mps3.dtb \ + corstone1000-fvp.dtb + include $(srctree)/scripts/Makefile.dts targets += $(dtb-y)