]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit66324ec653580b7e5f28e34fee969181e0c43b94
treeec95c0b76cec8b6a60ff48e6eea8bac47fab3179
parent81e647c396b5d36d0995d049326c3f890573b491
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]