From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Tue, 12 Jan 2016 16:11:42 -0600 Subject: [U-Boot] [PATCHv2 1/3] arm: socfpga: add reset manager defines for Arria10 In-Reply-To: <201601122302.28242.marex@denx.de> References: <1452632204-22047-1-git-send-email-dinguyen@opensource.altera.com> <201601122302.28242.marex@denx.de> Message-ID: <56957A1E.90302@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/12/2016 04:02 PM, Marek Vasut wrote: > On Tuesday, January 12, 2016 at 09:56:42 PM, dinguyen at opensource.altera.com > wrote: >> From: Dinh Nguyen >> >> Add the Arria10 reset manager defines that is used in Linux. Change the >> license to SPDX. >> >> [commit 007bb689b3dbad83cdab0ad192bc6ed0162451e0 from the Linux kernel] >> >> Signed-off-by: Dinh Nguyen > > Applied all three to u-boot-socfpga/02-arria10 , thanks! > > btw what's the status of A10 ? What will I be able to compile it (and thus > merge the stuff into mainline and ev. use it on actual A10) ? A board would > be nice too ;-) Here is my list of to-do that is left for A10: - submit SDRAM controller - rework FPGA manager for A10 - port an SPL for A10 I think the most work will be the SDRAM controller as it needs quite a bit of cleanup. I'm about ~25% through with that. As for HW, I'll see what I can do. Dinh