[U-Boot] [PATCH] Add support for eco5-pk ARM board

2012-07-16 Thread Raphael Assenat
This patch adds support for the 8D Technologies ECO5-PK board which is based on the TI AM3505 ARM SOC. Signed-off-by: Raphael Assenat diff --git a/board/8dtech/eco5pk/Makefile b/board/8dtech/eco5pk/Makefile new file mode 100644 index 000..befe60a --- /dev/null +++ b/board/8dtech/eco5pk

[U-Boot] [PATCH 2/2] eco5pk: Add board config and MAINTAINERS entry

2012-10-22 Thread Raphael Assenat
Signed-off-by: Raphael Assenat --- MAINTAINERS |4 boards.cfg |1 + 2 files changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ff8e47c..2f2d597 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -571,6 +571,10 @@ Albert ARIBAUD edminiv2ARM926EJS

[U-Boot] [PATCH 0/2] eco5pk: Add support for the eco5pk ARM board

2012-10-22 Thread Raphael Assenat
This patch adds basic support for the 8D Technologies ECO5-PK board which is based on the TI AM3505 ARM SOC. Raphael (2): eco5pk: Add new board and default config eco5pk: Add board config and MAINTAINERS entry MAINTAINERS |4 + board/8dtech/eco5pk/Makefile | 43 +

[U-Boot] [PATCH 1/2] eco5pk: Add new board and default config

2012-10-22 Thread Raphael Assenat
Signed-off-by: Raphael Assenat --- board/8dtech/eco5pk/Makefile | 43 + board/8dtech/eco5pk/eco5pk.c | 61 +++ board/8dtech/eco5pk/eco5pk.h | 404 ++ include/configs/eco5pk.h | 81 + 4 files changed, 589 insertions(+) create