From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek
Date: Sat, 16 Oct 2010 02:41:11 +0200 [thread overview]
Message-ID: <1287189674-95445-1-git-send-email-andreas.devel@googlemail.com> (raw)
This patch series introduce new board support for at91rm9200ek.
The derived code is now converted to new at91 code. Arm relocation is also
implemented.
There where some tradeoffs regarding device support. Currently the code basis
does not support all devices supported before. This includes
a) remove support for dataflash since i can not test it (yet, should follow
in some weeks)
b) preloader support is disabled since NOR booting does not need any first
stage loader
c) MMC/SD-card is currently not supported (but was not before)
Next steps are:
- get dataflash running
- remove at91rm9200_usart driver (should merge with atmel_usart)
- support MMC/SD-Card (also merge with current AT91/AVR32 implementation)
- merge emac/macb
Andreas Bie?mann (3):
at91rm9200ek: convert to at91
at91rm9200: enable USB support
at91rm9200ek: enbable USB support
MAINTAINERS | 4 +
arch/arm/include/asm/arch-at91/hardware.h | 1 +
board/atmel/at91rm9200ek/Makefile | 1 -
board/atmel/at91rm9200ek/at91rm9200ek.c | 58 ++-----
board/atmel/at91rm9200ek/config.mk | 3 +-
board/atmel/at91rm9200ek/led.c | 58 ++++----
board/atmel/at91rm9200ek/misc.c | 50 ------
boards.cfg | 2 +-
include/configs/at91rm9200ek.h | 233 ++++++++---------------------
9 files changed, 118 insertions(+), 292 deletions(-)
delete mode 100644 board/atmel/at91rm9200ek/misc.c
--
1.7.3.1
next reply other threads:[~2010-10-16 0:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-16 0:41 Andreas Bießmann [this message]
2010-10-16 0:41 ` [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91 Andreas Bießmann
2010-10-17 18:06 ` Reinhard Meyer
2010-10-17 18:40 ` Wolfgang Denk
2010-10-18 6:36 ` Andreas Bießmann
2010-10-18 6:46 ` Wolfgang Denk
2010-10-18 6:36 ` Andreas Bießmann
2010-10-18 8:40 ` Reinhard Meyer
2010-10-18 9:27 ` Andreas Bießmann
2010-10-18 11:21 ` Reinhard Meyer
2010-10-16 0:41 ` [U-Boot] [PATCH 2/3] at91rm9200: enable USB support Andreas Bießmann
2010-10-16 0:41 ` [U-Boot] [PATCH 3/3] at91rm9200ek: enbable " Andreas Bießmann
2010-10-18 20:58 ` [U-Boot] [PATCH v2 1/3] at91rm9200ek: convert to at91 Andreas Bießmann
2010-10-18 20:58 ` [U-Boot] [PATCH v2 2/3] at91rm9200: enable USB support Andreas Bießmann
2010-10-18 20:58 ` [U-Boot] [PATCH v2 3/3] at91rm9200ek: enbable " Andreas Bießmann
2010-10-18 21:37 ` [U-Boot] [PATCH v2 1/3] at91rm9200ek: convert to at91 Reinhard Meyer
2010-10-19 7:29 ` Andreas Bießmann
2010-10-19 13:52 ` [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek Reinhard Meyer
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=1287189674-95445-1-git-send-email-andreas.devel@googlemail.com \
--to=andreas.devel@googlemail.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