public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] AVR32: RFC/preview - support for ATEVK1100 evaluation board
@ 2008-10-10 13:15 Olav Morken
  2008-10-10 13:15 ` [U-Boot] [PATCH 01/10] Fix IP alignement problem Olav Morken
                   ` (10 more replies)
  0 siblings, 11 replies; 43+ messages in thread
From: Olav Morken @ 2008-10-10 13:15 UTC (permalink / raw)
  To: u-boot

This is a patch series which adds support for the ATEVK1100 evaluation
board[1], and the AT32UC3A0xxx[2] microcontrollers used on that board.
The patch series is based on avr32/next.

This microcontroller is similar to the AT32AP700x, which is already
supported by U-Boot, and this code is therefore based on that.

Patch 1 makes a change which works around a bug in the compiler.
Patch 2-8 makes changes to other avr32-code in preparation for support of the
new microcontroller.
Patch 9 adds support for the AT32UC3A0xxx microcontrollers.
Patch 10 adds support for the ATEVK1100 evaluation board.

The current revisions of the microcontroller have a bug in the
SDRAM-controller, which makes it unreliable to run code from SDRAM. We
therefore currently relocate only data to SDRAM, and no code. This
makes U-Boot mostly useless on this platform until new revisions of the
microcontroller arrive. We are also going to add support for SRAM and
running U-Boot and loaded images from SRAM.


What works:
Loading U-Boot, serial console, loading image over dhcp/tftp, booting
image.

What doesn't work:
- Actually running the loaded image - it crashes due to the SDRAM-bug.
- Saving environment to flash - requires moving the code out of flash
  first.


[1] http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=4114
[2] http://www.atmel.com/products/avr32/uc3/uc3_2.asp?family_id=682

^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2008-11-19 15:50 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 13:15 [U-Boot] [PATCH 00/10] AVR32: RFC/preview - support for ATEVK1100 evaluation board Olav Morken
2008-10-10 13:15 ` [U-Boot] [PATCH 01/10] Fix IP alignement problem Olav Morken
2008-10-10 14:42   ` Haavard Skinnemoen
2008-10-10 17:01   ` Ben Warren
2008-10-10 18:56     ` Olav Morken
2008-10-10 19:13       ` Jean-Christophe PLAGNIOL-VILLARD
2008-10-10 19:52         ` Olav Morken
     [not found]     ` <3b41dc450810101153h73bb0ec4s424ebbc39564e92d@mail.gmail.com>
2008-10-15  5:07       ` Ben Warren
2008-10-15 15:11         ` Olav Morken
2008-10-17 10:47           ` Jean-Christophe PLAGNIOL-VILLARD
2008-10-17 11:24             ` Olav Morken
2008-10-17  6:00   ` Ben Warren
2008-10-10 13:15 ` [U-Boot] [PATCH 02/10] AVR32: atmel_usart - Make sure that all interrupts are disabled during startup Olav Morken
2008-10-10 13:15 ` [U-Boot] [PATCH 03/10] AVR32: Make cacheflush cpu-dependent Olav Morken
2008-11-18 23:44   ` Wolfgang Denk
2008-10-10 13:15 ` [U-Boot] [PATCH 04/10] AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h Olav Morken
2008-11-18 23:45   ` Wolfgang Denk
2008-10-10 13:15 ` [U-Boot] [PATCH 05/10] AVR32: macb - Disable 100mbps if clock is slow Olav Morken
2008-10-17  6:00   ` Ben Warren
2008-11-18 23:49     ` Wolfgang Denk
2008-11-18 23:48   ` Wolfgang Denk
2008-10-10 13:15 ` [U-Boot] [PATCH 06/10] AVR32: macb - Search for PHY id Olav Morken
2008-10-17  6:01   ` Ben Warren
2008-10-10 13:15 ` [U-Boot] [PATCH 07/10] AVR32: Disable relocation of command table when on AT32UC3A for now Olav Morken
2008-11-18 23:51   ` Wolfgang Denk
2008-11-19 13:07     ` Haavard Skinnemoen
2008-10-10 13:15 ` [U-Boot] [PATCH 08/10] AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES Olav Morken
2008-10-10 13:15 ` [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs Olav Morken
2008-10-17  6:01   ` Ben Warren
2008-10-17  9:05     ` Wolfgang Denk
2008-10-17 16:47       ` Ben Warren
2008-10-18 11:32     ` Haavard Skinnemoen
2008-10-19  2:44       ` Ben Warren
2008-10-23 12:52         ` Haavard Skinnemoen
2008-10-28  6:57           ` Ben Warren
2008-11-18 23:59   ` Wolfgang Denk
2008-11-19 13:44     ` Haavard Skinnemoen
2008-11-19 14:06     ` Haavard Skinnemoen
2008-10-10 13:15 ` [U-Boot] [PATCH 10/10] AVR32: Board support for ATEVK1100 Olav Morken
2008-11-19  0:02   ` Wolfgang Denk
2008-11-19 15:09 ` [U-Boot] [PATCH 00/10] AVR32: RFC/preview - support for ATEVK1100 evaluation board Haavard Skinnemoen
2008-11-19 15:35   ` Wolfgang Denk
2008-11-19 15:50     ` Haavard Skinnemoen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox