board: armltd: Add support for Total Compute platform
authorUsama Arif <usama.arif@arm.com>
Wed, 12 Aug 2020 15:12:53 +0000 (16:12 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 24 Aug 2020 18:11:31 +0000 (14:11 -0400)
commit565add124de00c994652a0d2d6d1eb6b2a7c9553
tree5c89010de62d46784c979d8cb79b49d3548a655d
parente61b41517d2a91080f6416fdfb46efab9e5a55b4
board: armltd: Add support for Total Compute platform

Total Compute is based on ARM architecture and has
the following features enabled in u-boot:
- PL011 UART
- PL180 MMC
- NOR Flash
- FIT image with Signature
- AVB

Signed-off-by: Usama Arif <usama.arif@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/total_compute.dts [new file with mode: 0644]
arch/arm/include/asm/gpio.h
board/armltd/total_compute/Kconfig [new file with mode: 0644]
board/armltd/total_compute/MAINTAINERS [new file with mode: 0644]
board/armltd/total_compute/Makefile [new file with mode: 0644]
board/armltd/total_compute/total_compute.c [new file with mode: 0644]
configs/total_compute_defconfig [new file with mode: 0644]
include/configs/total_compute.h [new file with mode: 0644]