summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAndreas Dannenberg <dannenberg@ti.com>2021-09-03 17:51:10 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2021-09-08 13:26:16 -0500
commit788d2a65d4eb577fd2ab6746552822457667a2aa (patch)
treecf3b60c2a8308e3089e054d26d09894a1552182d /MAINTAINERS
parenteda200b1aa95aabf873c26439bcfd10f1832d1e3 (diff)
board: ti: Add support for the AM437x GP EVM mini board
This is not really a new board but rather a minimal bootloader solution for the AM437x GP EVM. In terms of interfaces, it only supports booting from MMC0 or UART0 and only activates a minimal set of drivers that are that are necessary to run the device such as DDR, I2C, and PMIC. The goal is to provide a bare minimum starting point to boot Linux for basing custom board-ports on. The limited complexity of this solution should make it easier to achieve a successful boot to U-Boot prompt vs. trying to pair down the full-featured multi-platform AM437x U-Boot available through am43xx_evm_defconfig. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> [Amjad: fix compile and checkpatch warnings] Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c55a371f55..eeb8578526 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -491,6 +491,7 @@ F: arch/arm/include/asm/ti-common/
F: arch/arm/dts/dra7*
F: arch/arm/dts/am57xx*
F: arch/arm/dts/am335x*
+F: arch/arm/dts/am437x*
F: board/ti/
F: drivers/dma/ti*
F: drivers/firmware/ti_sci.*
@@ -517,6 +518,7 @@ F: drivers/thermal/ti-bandgap.c
F: drivers/timer/omap-timer.c
F: drivers/watchdog/omap_wdt.c
F: include/linux/soc/ti/
+F: include/configs/am43xx_evm_mini.h
ARM U8500
M: Stephan Gerhold <stephan@gerhold.net>
@@ -1062,6 +1064,8 @@ F: arch/arm/mach-k3/config_secure.mk
F: configs/am335x_hs_evm_defconfig
F: configs/am335x_hs_evm_uart_defconfig
F: configs/am43xx_hs_evm_defconfig
+F: configs/am43xx_evm_mini_defconfig
+F: configs/am43xx_hs_evm_mini_defconfig
F: configs/am57xx_hs_evm_defconfig
F: configs/am57xx_hs_evm_usb_defconfig
F: configs/dra7xx_hs_evm_defconfig