From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Mon, 01 Aug 2011 02:28:20 +0000 Subject: [U-Boot] [PATCH 1/2 V3] AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master In-Reply-To: <1308107471-22295-1-git-send-email-hong.xu@atmel.com> References: <1308107471-22295-1-git-send-email-hong.xu@atmel.com> Message-ID: <1312165700.3635.100.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Hong Xu, > Rework for AT91SAM9RL SoC, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > Changes since V2 > - No at91_serial_hw_init, no CONFIG_USARTx anymore. > - Removed SZ_* macros - though I don't have the reason found in code :) > - Add definitions for all ATMEL_BASE_CSx > > Thanks! > > arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c | 45 ++---- > arch/arm/include/asm/arch-at91/at91sam9rl.h | 177 ++++++++++---------- > arch/arm/include/asm/arch-at91/at91sam9rl_matrix.h | 121 +++++--------- > 3 files changed, 141 insertions(+), 202 deletions(-) Thanks. Applied this to u-boot-atmel/fixat91sam9rl. I am doing some small incremental patches on top of it to fix discrepancies to the style set in 9260. You should see them later this day. If you are OK with them, I'll squash them into your patch and move them to master. Best Regards, Reinhard