From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 16 Aug 2012 15:14:27 +0800 Subject: [U-Boot] [PATCH 0/3] Enable at91sam9x5 boot from serial flash In-Reply-To: <1345092267-16077-1-git-send-email-voice.shen@atmel.com> References: <1345092267-16077-1-git-send-email-voice.shen@atmel.com> Message-ID: <502C9DD3.1020500@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 Hi Andreas, On 8/16/2012 12:44, Bo Shen wrote: > This series patches enable at91sam9x5 boot from serial flash > > Bo Shen (3): > spi: add atmel at25db321 serial flash support > arm : at91sam9x5 : enable serial flash boot > arm : at91sam9x5 : make nand available when not boot from nand > Please don't take this serial patches. I found the spi only works at 1MHz speed which is too slow. I will resend it let it work at a higher speed. BRs, Bo Shen > arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 4 ++-- > board/atmel/at91sam9x5ek/at91sam9x5ek.c | 2 ++ > boards.cfg | 1 + > drivers/mtd/spi/atmel.c | 10 ++++++++++ > include/configs/at91sam9x5ek.h | 18 ++++++++++++++---- > 5 files changed, 29 insertions(+), 6 deletions(-) >