From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Tue, 29 Nov 2011 11:39:30 +0400 Subject: [U-Boot] [PATCH V3 00/13] Support for HTKW mcx board In-Reply-To: <4ED489F2.7090704@compulab.co.il> References: <1322498261-20645-1-git-send-email-yanok@emcraft.com> <4ED489F2.7090704@compulab.co.il> Message-ID: <4ED48C32.4070509@emcraft.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 Igor, On 29.11.2011 11:29, Igor Grinberg wrote: >> these patches introduce support for HTKW mcx board (AM3517-based) >> including DaVinci EMAC driver fixes to work on AM35xx, SPL fixes >> and OMAP3 EHCI support. >> >> This is an updated version of previously posted patches: >> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/116535 >> >> Patches are rebased on the current master and no-op implementation >> for dcache operations on arm926ejs added. > > Please, add version history, next time, so it can be easily Ok. > understood, what has been fixed and what hasn't been fixed. > It makes a review of the new version much easier. Actually I've addressed all comments during previous round. The only difference from V2 is added no-op cache functions for arm926ejs. > Also, if you use '--cover-letter' with git format-patch, you also get > a nice diff stat, which can help identify, what files are involved. Will do. Thanks. Regards, Ilya.