]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: laird: add WB50N CPU module
authorBen Whitten <ben.whitten@lairdtech.com>
Thu, 23 Nov 2017 13:47:48 +0000 (13:47 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 30 Nov 2017 03:36:59 +0000 (22:36 -0500)
commitb2e01ff5434d6f96f128075d534ebf4d39a10de3
tree6bdc53c393b0d88ffdc981a6cbb1d1ed7f23070e
parent5aaef600776fb2d9f186c12e30975e6afaa276a6
board: laird: add WB50N CPU module

This board is based on the Atmel sama5d3 eval boards.
Supporting the following features:
 - Boot from NAND Flash
 - Ethernet
 - FIT
 - SPL

Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>
Signed-off-by: Dan Kephart <dan.kephart@lairdtech.com>
arch/arm/mach-at91/Kconfig
board/laird/wb50n/Kconfig [new file with mode: 0644]
board/laird/wb50n/MAINTAINERS [new file with mode: 0644]
board/laird/wb50n/Makefile [new file with mode: 0644]
board/laird/wb50n/wb50n.c [new file with mode: 0644]
configs/wb50n_defconfig [new file with mode: 0644]
include/configs/wb50n.h [new file with mode: 0644]