From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 23 Apr 2010 12:30:27 +0800 Subject: [U-Boot] [PATCH] nios2: remove EP1C20, EP1S10, EP1S40 boards In-Reply-To: <4BD12039.3030107@psyent.com> References: <1271842363-31298-1-git-send-email-thomas@wytron.com.tw> <4BD042DF.2010203@psyent.com> <4BD116EA.6080400@wytron.com.tw> <4BD12039.3030107@psyent.com> Message-ID: <4BD12263.3000103@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/23/2010 12:21 PM, Scott McNutt wrote: > > I tested on the 1c20 this evening as well ... works fine. I will test on > the 2c35 board tomorrow. I'd like to get a positive confirmation WRT the > 1S10 and 1S40 before applying this patch. Great! Please also check epcs/spi flash on EP1C20. 1. apply this patch, [PATCH] spi_flash: support old STMicro parts with RES 2. add the following to board/altera/nios2-generic/custom_fpga.h /* epcs_controller.epcs_control_port is a altera_avalon_epcs_flash_controller */ #define CONFIG_SYS_SPI_BASE 0x82100200 #define CONFIG_ALTERA_SPI #define CONFIG_CMD_SPI #define CONFIG_CMD_SF #define CONFIG_SF_DEFAULT_SPEED 30000000 #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_STMICRO 3. sf probe 0 sf read/write > > I'll apply the generic board patch to the nios 'next' branch, but I'd > like to hold off on blowing away those other board trees until we get > a chance to test the generic board on the actual targets. Fair enough? > > OK. Cheers, Thomas