From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Mon, 12 Aug 2013 09:30:12 +0100 Subject: [U-Boot] [PATCH v2] Add NanoBone board support In-Reply-To: <20130811183403.GA5164@bill-the-cat> References: <5175313F.2020909@newflow.co.uk> <52074BC4.7060606@newflow.co.uk> <20130811183403.GA5164@bill-the-cat> Message-ID: <52089D14.405@newflow.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/08/13 19:34, Tom Rini wrote: > On Sun, Aug 11, 2013 at 09:31:00AM +0100, Mark Jackson wrote: > >> On 22/04/13 13:46, Mark Jackson wrote: >>> NanoBone Specification: >>> ----------------------- >>> CPU: >>> TI AM335x >>> >>> Memory: >>> 256MB DDR3 >>> 64MB NOR flash >>> 256MB NAND flash >>> 128KB FRAM >>> >>> Ethernet: >>> 2 x 10/100 connected to SMSC LAN8710 PHY >>> >>> USB: >>> 1 x USB2.0 Type A >>> >>> I2C: >>> 2Kbit EEPROM (Microchip 24AA02) >>> RTC (Maxim DS1338) >>> GPIO Expander (Microchip MCP23017) >>> >>> Expansion connector: >>> 6 x UART >>> 1 x MMC/SD >>> 1 x USB2.0 >>> >>> Signed-off-by: Mark Jackson >>> --- >>> Changes in v2: >>> - Tweaked after comments from Tom Rini >>> >>> MAINTAINERS | 4 + >>> board/newflow/nanobone/Makefile | 46 ++++++ >>> board/newflow/nanobone/board.c | 304 >>> +++++++++++++++++++++++++++++++++++++++ >>> board/newflow/nanobone/board.h | 24 ++++ >>> board/newflow/nanobone/mux.c | 203 ++++++++++++++++++++++++++ >>> boards.cfg | 1 + >>> include/configs/nanobone.h | 285 ++++++++++++++++++++++++++++++++++++ >>> 7 files changed, 867 insertions(+) >>> create mode 100644 board/newflow/nanobone/Makefile >>> create mode 100644 board/newflow/nanobone/board.c >>> create mode 100644 board/newflow/nanobone/board.h >>> create mode 100644 board/newflow/nanobone/mux.c >>> create mode 100644 include/configs/nanobone.h >> >> Any chance this board can be added ? > > I guess the email asking for you to re-send got lost, the copy in > patchwork appears to be whitespace corrupted. Since you need to re-send > anyhow (sorry) please update to use the SPDX tags now, thanks. Hmmm ... nope, never got that one !! I'll repost an updated patch. Cheers