arm: lpc32xx: add EA LPC3250 DevKitv2 board support
authorTrevor Woerner <twoerner@gmail.com>
Fri, 11 Jun 2021 02:37:04 +0000 (22:37 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:12:14 +0000 (14:12 -0400)
commitfaf78fd464f46269887be90e5b9d2db405aa5f4e
treeec95c0b76cec8b6a60ff48e6eea8bac47fab3179
parenteb5807e68f4334bcc610acd827c889e0abe9231b
arm: lpc32xx: add EA LPC3250 DevKitv2 board support

Add basic support for running U-Boot on the Embedded Artists LPC3250
Developer's Kit v2 board by launching U-Boot from the board's s1l loader
(which comes pre-installed on the board).

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
arch/arm/dts/Makefile
arch/arm/dts/lpc3250-ea3250-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-lpc32xx/Kconfig
board/ea/ea-lpc3250devkitv2/Kconfig [new file with mode: 0644]
board/ea/ea-lpc3250devkitv2/MAINTAINERS [new file with mode: 0644]
board/ea/ea-lpc3250devkitv2/Makefile [new file with mode: 0644]
board/ea/ea-lpc3250devkitv2/README.rst [new file with mode: 0644]
board/ea/ea-lpc3250devkitv2/ea-lpc3250devkitv2.c [new file with mode: 0644]
configs/ea-lpc3250devkitv2_defconfig [new file with mode: 0644]
include/configs/ea-lpc3250devkitv2.h [new file with mode: 0644]