From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murali Karicheri Date: Mon, 10 Feb 2014 12:22:53 -0500 Subject: [U-Boot] [U-Boot: RESEND][PATCH 0/7] Add support for Keystone2 SoC and K2HK EVM In-Reply-To: <20140210093231.172f683d@lilith> References: <1391815393-19536-1-git-send-email-m-karicheri2@ti.com> <20140210093231.172f683d@lilith> Message-ID: <52F90AED.700@ti.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 2/10/2014 3:32 AM, Albert ARIBAUD wrote: > Hi Murali, > > On Fri, 7 Feb 2014 18:23:07 -0500, Murali Karicheri > wrote: > >> - Resending since I missed some in the CC >> >> This patch series add support for keystone2 SoC and K2HK EVM. >> >> Following patches were reviewed before in this list and v1 of the >> same is send with review comments incorporated:- >> - tools: mkimage: add support for gpimage format >> - arm: add support for arch timer >> - NAND: DaVinci: allow forced disable of subpage writes >> >> The patch below is added as a seperate patch based on comments:- >> - tools: sort the entries in Makefile >> >> Murali Karicheri (5): >> tools: sort the entries in Makefile >> tools: mkimage: add support for gpimage format > Is this image format required? Can't one of the existing image formats > be used? Alebert, Thanks for your response. We are actually re-using part of the OMAP image format by factoring out the common code and re-using. So this is not a new format. Please review the code. Murali >> NAND: DaVinci: allow forced disable of subpage writes >> k2hk: add support for k2hk SOC and EVM >> keystone2: net: add keystone ethernet driver > Amicalement,