From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 1 Oct 2014 01:18:58 -0500 Subject: [U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes In-Reply-To: <1411304339-11348-1-git-send-email-marex@denx.de> References: <1411304339-11348-1-git-send-email-marex@denx.de> Message-ID: <1412144338.7595.6.camel@clsee-VirtualBox.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2014-09-21 at 14:58 +0200, marex at denx.de wrote: > This entire series is the second stab at making SoCFPGA usable with > mainline U-Boot again. There are much fewer bits missing than in the > last series, more cleanup happened and bugs were fixed. This allows > me to use mainline U-Boot on my SoCFPGA systems. > > The big missing part is the SPL generation, which still needs a lot > of additional work. We also miss the Cadence QSPI controller driver. > > This set contains patches for a few subsystems, which are utilized > by the SoCFPGA, but the most part is the SoCFPGA chip support. This > series now contains cleanup for the mayhem in drivers/fpga/altera.c > code, which was terrible, but is now much better. > Thanks Marek, I tested this series of patches and here are the outcome I have. SDMMC - Working as I can read and write to SDMMC Boot - Working as I can boot till Linux Ethernet - Seems not working for me. FPGA programming - Seems not working for me too. I will help to look into those features which are not working for me. But this series of patches serves as a good start. Tested-by: Chin Liang See Thanks Chin Liang