From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Tue, 19 Oct 2010 15:52:58 +0200 Subject: [U-Boot] [PATCH 0/3] new BSP for at91rm9200ek In-Reply-To: <1287189674-95445-1-git-send-email-andreas.devel@googlemail.com> References: <1287189674-95445-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <4CBDA2BA.6040108@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Andreas Bie?mann, > 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 > Added V2 of the series to u-boot-atmel/at91. Thanks, Reinhard