summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSergey Temerkhanov <s.temerkhanov@gmail.com>2015-10-14 09:55:50 -0700
committerTom Rini <trini@konsulko.com>2016-01-19 22:25:56 +0000
commit746f985add5244c00a5dbb19bc67ceab52566a91 (patch)
treeb45844e043d83ea6f8d9a4f034e05400ea64e7f0 /arch
parent1674bd1a77447d0a96982fe7d056d74fa143e4d4 (diff)
downloadblackbird-obmc-uboot-746f985add5244c00a5dbb19bc67ceab52566a91.tar.gz
blackbird-obmc-uboot-746f985add5244c00a5dbb19bc67ceab52566a91.zip
armv8: cavium: Add ThunderX 88xx board definition
This commit adds basic Cavium ThunderX 88xx board definitions and support. Signed-off-by: Sergey Temerkhanov <s.temerkhanov@gmail.com> Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com> [trini: Drop CONFIG_SYS_GENERIC_BOARD define] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig5
-rw-r--r--arch/arm/dts/thunderx-88xx.dtsi4
2 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index dd9cac91e7..33c8411e3e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -716,6 +716,10 @@ config ARCH_ROCKCHIP
select CPU_V7
select DM
+config TARGET_THUNDERX_88XX
+ bool "Support ThunderX 88xx"
+ select OF_CONTROL
+
endchoice
source "arch/arm/mach-at91/Kconfig"
@@ -784,6 +788,7 @@ source "board/bluegiga/apx4devkit/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
+source "board/cavium/thunderx/Kconfig"
source "board/cirrus/edb93xx/Kconfig"
source "board/compulab/cm_t335/Kconfig"
source "board/compulab/cm_t43/Kconfig"
diff --git a/arch/arm/dts/thunderx-88xx.dtsi b/arch/arm/dts/thunderx-88xx.dtsi
index 086652ffd2..6e9230b035 100644
--- a/arch/arm/dts/thunderx-88xx.dtsi
+++ b/arch/arm/dts/thunderx-88xx.dtsi
@@ -348,7 +348,7 @@
interrupts = <1 21 4>;
clocks = <&refclk50mhz>;
clock-names = "apb_pclk";
- flags = <1>;
+ uboot,skip-init;
};
uaa1: serial@87e0,25000000 {
@@ -357,7 +357,7 @@
interrupts = <1 22 4>;
clocks = <&refclk50mhz>;
clock-names = "apb_pclk";
- flags = <1>;
+ uboot,skip-init;
};
};
};
OpenPOWER on IntegriCloud