]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: add support for PDU001
authorFelix Brack <fb@ltec.ch>
Tue, 23 Jan 2018 17:27:22 +0000 (18:27 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 17:27:32 +0000 (12:27 -0500)
commit85ab0452fefc8c48b0b4f35200cb2590b4693ab3
tree9909a4d64d186b480669625d9914af1749efa917
parentc8a73a26d6dd9b7d489e66529fe1412425d8f2d1
arm: add support for PDU001

This patch adds support for the PDU001 board.

Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
14 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/am335x-pdu001-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/am335x-pdu001.dts [new file with mode: 0644]
arch/arm/mach-omap2/am33xx/Kconfig
board/eets/pdu001/Kconfig [new file with mode: 0644]
board/eets/pdu001/MAINTAINERS [new file with mode: 0644]
board/eets/pdu001/Makefile [new file with mode: 0644]
board/eets/pdu001/README [new file with mode: 0644]
board/eets/pdu001/board.c [new file with mode: 0644]
board/eets/pdu001/board.h [new file with mode: 0644]
board/eets/pdu001/mux.c [new file with mode: 0644]
configs/am335x_pdu001_defconfig [new file with mode: 0644]
include/configs/pdu001.h [new file with mode: 0644]