]> Git Repo - J-u-boot.git/commit - configs/wb50n_defconfig
board: laird: add WB50N CPU module
authorBen Whitten <[email protected]>
Thu, 23 Nov 2017 13:47:48 +0000 (13:47 +0000)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Dan Kephart <[email protected]>
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]
This page took 0.036922 seconds and 4 git commands to generate.