[U-Boot] [PATCH] arm: ethernut5: convert to generic board

2014-06-12 Thread Tim Schendekehl
Enable CONFIG_SYS_GENERIC_BOARD for the Ethernut 5 board. Signed-off-by: Tim Schendekehl --- include/configs/ethernut5.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index c81fc44..4c69af6 100644 --- a/include/configs

[U-Boot] [PATCH V4] Ethernut 5 board support

2011-11-02 Thread Tim Schendekehl
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 --- MAINTAINERS |

[U-Boot] [PATCH V3] Ethernut 5 board support

2011-10-24 Thread Tim Schendekehl
Add support for the Ethernut 5 open hardware design, based on Atmel's AT91SAM9XE512 SoC. V3 - Fix issues with latest git. Signed-off-by: Tim Schendekehl --- MAINTAINERS |4 + board/egnite/ethernut5/Makefile | 54 + board/egnite/ethe