summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2020-07-06 10:37:54 +0200
committerTom Rini <trini@konsulko.com>2020-07-29 08:43:40 -0400
commite479a7d52e5d6804c0a7adaac7a20c9713d2544a (patch)
tree148e2c7538cc3b6f483c10fe7d2b486f7e98fe9a /MAINTAINERS
parente05fdd93645dab2217bb5bfabcc04845415cf7ed (diff)
downloadu-boot-e479a7d52e5d6804c0a7adaac7a20c9713d2544a.tar.gz
u-boot-e479a7d52e5d6804c0a7adaac7a20c9713d2544a.tar.xz
u-boot-e479a7d52e5d6804c0a7adaac7a20c9713d2544a.zip
arm: Add support for Qualcomm IPQ40xx family
This introduces initial support for the popular Qualcomm IPQ40x8 and IPQ40x9 WiSoC series. IPQ40xx series have 4x Cortex A7 ARM-v7A cores. Supported are: IPQ4018, IPQ4019, IPQ4028 and IPQ4029. IPQ40x8 and IPQ40x9 use the same cores, but differ in addressable RAM size (1GB for IPQ40x9 and 256MB for IPQ40x8) and supported peripherals (IPQ40x8 lacks RGMII, LCD controller and EMMC/SDHCI controllers). IQP4028/IPQ4029 models differ from IPQ4018/IPQ4019 only by their rated temperatures rates with IPQ402X models being rated for wider temperature ranges. Initially this supports: * Simple clock driver (Only for UART1 now, will be extended) * Pinctrl driver (Supports UARTX and GPIO now, will be extended) * GPIOs already supported by msm_gpio driver with updates * UARTs already supported by serial_msm driver with updates Further peripherals will come in later patches. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4c84c4da54..d4cef2f0f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -218,6 +218,13 @@ F: arch/arm/cpu/armv8/hisilicon
F: arch/arm/include/asm/arch-hi6220/
F: arch/arm/include/asm/arch-hi3660/
+ARM IPQ40XX
+M: Robert Marko <robert.marko@sartura.hr>
+M: Luka Kovacic <luka.kovacic@sartura.hr>
+M: Luka Perkov <luka.perkov@sartura.hr>
+S: Maintained
+F: arch/arm/mach-ipq40xx/
+
ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
M: Stefan Roese <sr@denx.de>
S: Maintained