Re: [U-Boot] [PATCH] avr32: add grasshopper (ICnova AP7000) board

2011-06-30 Thread Reinhard Meyer
Dear Andreas Bießmann, > The grasshopper board is a neat avr32 evaluation kit produced by In-Circuit > GmbH. > ... > +struct mmu_vm_range mmu_vmr_table[CONFIG_SYS_NR_VM_REGIONS] = { > +{ > +.virt_pgno = CONFIG_SYS_FLASH_BASE >> PAGE_SHIFT, > +.nr_pages = CONFIG_SYS_FLASH_SIZE

[U-Boot] [PATCH] avr32: add grasshopper (ICnova AP7000) board

2011-06-28 Thread 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 --- board/in-circuit/grasshopper/Makefile | 45 +++