From: Gunnar Rangoy <gunnar@rangoy.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] Updates for atevk1100 support
Date: Thu, 13 Nov 2008 16:25:06 +0100 [thread overview]
Message-ID: <cover.1226587227.git.gunnar@rangoy.com> (raw)
In-Reply-To: <>
These patches makes it possible to load code into external SRAM on
the atevk1100.
Also included is a patch to use the internal flash. Before this can be
done, U-Boot must be relocated to SRAM.
The GPIO implementation is made cpu dependent due to differences between
at32uc and ap700x.
Gunnar Rangoy (6):
AVR32: Make GPIO implmentation cpu dependent
AVR32: Support for external SRAM on at32uc3
AVR32: Use SRAM as main memory on the atevk1100 board
AVR32: Enable relocation of code for at32uc3
AVR32: Support for writing to internal flash on at32uc3
AVR32: Set boot parameters for atevk1100
board/atmel/atevk1100/atevk1100.c | 65 +++++++++-----
board/atmel/atevk1100/u-boot.lds | 2 -
cpu/at32uc/Makefile | 1 +
cpu/at32uc/flashc.c | 69 ++++++++++++++-
cpu/at32uc/flashc.h | 17 ++++
cpu/at32uc/portmux-gpio.c | 30 -------
cpu/at32uc/smc.c | 61 +++++++++++++
cpu/at32uc/smc.h | 105 +++++++++++++++++++++++
cpu/at32uc/start.S | 15 +---
include/asm-avr32/arch-at32ap700x/gpio-impl.h | 86 ++++++++++++++++++
include/asm-avr32/arch-at32uc3a0xxx/gpio-impl.h | 62 +++++++++++++
include/asm-avr32/arch-common/portmux-gpio.h | 83 +-----------------
include/asm-avr32/sram.h | 34 +++++++
include/configs/atevk1100.h | 22 +++--
lib_avr32/board.c | 5 -
15 files changed, 490 insertions(+), 167 deletions(-)
create mode 100644 cpu/at32uc/smc.c
create mode 100644 cpu/at32uc/smc.h
create mode 100644 include/asm-avr32/arch-at32ap700x/gpio-impl.h
create mode 100644 include/asm-avr32/arch-at32uc3a0xxx/gpio-impl.h
create mode 100644 include/asm-avr32/sram.h
next reply other threads:[~2008-11-13 15:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-13 15:25 Gunnar Rangoy [this message]
2008-11-13 15:25 ` [U-Boot] [PATCH 1/6] AVR32: Make GPIO implmentation cpu dependent Gunnar Rangoy
2008-11-13 15:25 ` [U-Boot] [PATCH 2/6] AVR32: Support for external SRAM on at32uc3 Gunnar Rangoy
2008-11-13 15:25 ` [U-Boot] [PATCH 3/6] AVR32: Use SRAM as main memory on the atevk1100 board Gunnar Rangoy
2008-11-13 15:25 ` [U-Boot] [PATCH 4/6] AVR32: Enable relocation of code for at32uc3 Gunnar Rangoy
2008-11-13 15:25 ` [U-Boot] [PATCH 5/6] AVR32: Support for writing to internal flash on at32uc3 Gunnar Rangoy
2008-11-13 15:25 ` [U-Boot] [PATCH 6/6] AVR32: Set boot parameters for atevk1100 Gunnar Rangoy
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.1226587227.git.gunnar@rangoy.com \
--to=gunnar@rangoy.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox