public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek
@ 2010-10-16  0:41 Andreas Bießmann
  2010-10-16  0:41 ` [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91 Andreas Bießmann
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Andreas Bießmann @ 2010-10-16  0:41 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2010-10-19 13:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16  0:41 [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek Andreas Bießmann
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

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