
Dear Andreas Bießmann:
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 biessmann@corscience.de
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.
No objections. Applied to u-boot-atmel/master. Thanks, Reinhard