]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Ethernut 5 board support
authorTim Schendekehl <tim.schendekehl@egnite.de>
Tue, 1 Nov 2011 23:55:01 +0000 (23:55 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:31 +0000 (23:59 +0100)
commit14c326149739b784bbb8b57f5bbec61f1723efab
treecd902e49220b224e72e013bfb59310ceafe21640
parent28cb465f78027c2e7eb6678a61bf5c71e6b2cdeb
Ethernut 5 board support

Add support for the Ethernut 5 open hardware design, based
on Atmel's AT91SAM9XE512 SoC.

V4
 - Fix several coding style issues.
 - Move machine type to config file.
 - Remove use of CONFIG_ATMEL_LEGACY.

Signed-off-by: Tim Schendekehl <tim.schendekehl@egnite.de>
MAINTAINERS
board/egnite/ethernut5/Makefile [new file with mode: 0644]
board/egnite/ethernut5/ethernut5.c [new file with mode: 0644]
board/egnite/ethernut5/ethernut5_pwrman.c [new file with mode: 0644]
board/egnite/ethernut5/ethernut5_pwrman.h [new file with mode: 0644]
boards.cfg
include/configs/ethernut5.h [new file with mode: 0644]