
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/22/12 08:23, Raphael Assenat wrote:
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 +++++ board/8dtech/eco5pk/eco5pk.c | 61 +++++++ board/8dtech/eco5pk/eco5pk.h | 404 ++++++++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/eco5pk.h | 81 +++++++++ 6 files changed, 594 insertions(+) create mode 100644 board/8dtech/eco5pk/Makefile create mode 100644 board/8dtech/eco5pk/eco5pk.c create mode 100644 board/8dtech/eco5pk/eco5pk.h create mode 100644 include/configs/eco5pk.h
With the exception that I will squash the two patches into one, I've reviewed and everything else seems fine: Acked-by: Tom Rini trini@ti.com
- -- Tom