From: Olav Morken <olavmrk@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/10] AVR32: RFC/preview - support for ATEVK1100 evaluation board
Date: Fri, 10 Oct 2008 15:15:42 +0200 [thread overview]
Message-ID: <cover.1223643536.git.olavmrk@gmail.com> (raw)
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
next reply other threads:[~2008-10-10 13:15 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-10 13:15 Olav Morken [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1223643536.git.olavmrk@gmail.com \
--to=olavmrk@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.