From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Tue, 06 Jan 2009 21:20:52 +0100 Subject: [U-Boot] [PATCH 5/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK Message-ID: <4963BD24.3060105@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patchset updates the at91rm9200dk board support to look similar to the rest of the at91 boards, using more modern access functions for I/O instead of direct pointer accesses. A derivative of the board is added, ---- at91rm9200dk_df - at91rm9200dk with environment in dataflash Support for the AT91RM9200EK is added ---- at91rm9200ek - at91rm9200ek with environment in nor flash Support for a generic AT91RM9200 board with dataflash ---- at91rm9200df - at91rm9200 with environment in dataflash and no norflash drivers. ------------------------------------------------------------------------------- Patch [1/5] Updates to include/asm-arm/arch.at91rm9200 Patch [2/5] Updates to Makefile and include/configs for at91rm9200dk/dk_df Patch [3/5] Updates to board/atmel/at91rm9200dk Patch [4/5] Updates to Makefile and include/configs for at91rm9200df/ek Patch [5/5] Updates to MAKEALL [5/5] AFFECTS MAKEALL Signed-off-by: Ulf Samuelsson --- Best Regards Ulf Samuelsson