summaryrefslogtreecommitdiff
path: root/configs/am43xx_hs_evm_mini_defconfig
AgeCommit message (Collapse)Author
2021-09-08board: ti: Add support for the AM437x GP EVM mini boardAndreas Dannenberg
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>