From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raphael Assenat Date: Mon, 22 Oct 2012 11:23:45 -0400 Subject: [U-Boot] [PATCH 0/2] eco5pk: Add support for the eco5pk ARM board In-Reply-To: <20121019221550.616ef5ae@lilith> References: <20121019221550.616ef5ae@lilith> Message-ID: <1350919427-5931-1-git-send-email-raph@8d.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- 1.7.10.4