From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 21 Jul 2011 18:22:59 +0200 Subject: [U-Boot] [PATCH v4] avr32: add grasshopper (ICnova AP7000) board In-Reply-To: <1309531674-31025-1-git-send-email-biessmann@corscience.de> References: <4E0DAAD4.2090805@aribaud.net> <1309531674-31025-1-git-send-email-biessmann@corscience.de> Message-ID: <4E285263.7090502@corscience.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Reinhard Meyer, you took the at91 related patches today. Am 01.07.2011 16:47, schrieb Andreas Bie?mann: > The grasshopper board is a neat avr32 evaluation kit produced by In-Circuit > GmbH. > See http://www.ic-board.de/product_info.php?info=p75_ICnova-AP7000-Base.html > for detailed information about this device. > > Signed-off-by: Andreas Bie?mann > --- > changes since v1: > - use vim: set noet ts=8 for 80 char per line checking > - replace blank indention by tab indention > - add board_early_init_r to explicitely set the phy address to 0x00 > > changes since v2: > - add MAINTAINERS entry > > chganges since v3: > - remove previous commit 'MAINTAINERS: convert to utf-8' -> encoding of this > patch is defective since '?' in MAINTAINERS is ISO-8859-1 coded and > everywhere else it is UTF-8 coded. > > MAINTAINERS | 1 + > board/in-circuit/grasshopper/Makefile | 45 +++++++ > board/in-circuit/grasshopper/grasshopper.c | 112 ++++++++++++++++ > boards.cfg | 1 + > include/configs/grasshopper.h | 198 ++++++++++++++++++++++++++++ > 5 files changed, 357 insertions(+), 0 deletions(-) > create mode 100644 board/in-circuit/grasshopper/Makefile > create mode 100644 board/in-circuit/grasshopper/grasshopper.c > create mode 100644 include/configs/grasshopper.h Any objections to this patch? v4 was out before the merge window closed. I know you are right before your holiday ... but it would be great if you take this too. best regards Andreas Bie?mann