From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sakoman Date: Tue, 31 Aug 2010 16:35:45 -0700 Subject: [U-Boot] [PATCH 00/11] ARMV7: OMAP: Add support for OMAP36XX/37XX, cleanup OMAP3 common code In-Reply-To: <1283296887-8631-1-git-send-email-steve@sakoman.com> References: <1283296887-8631-1-git-send-email-steve@sakoman.com> Message-ID: <1283297745.27128.7.camel@quadra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2010-08-31 at 16:21 -0700, Steve Sakoman wrote: > This patch series adds support for TI's OMAP36XX/377XX processors and > modifies the Beagle and Overo board files to support upcoming versions > of these boards based upon processors from the OMAP36XX/37XX families. > > A number of cleanups and bug fixes to generic OMAP3 code are also > included since they were discovered during the process of adding this > support. > > This patch depends on the previous series: > > ARMV7: OMAP3: Board updates for Beagle and Overo > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/82805 Both this series and the one mentioned above are also available in the omap4-next-upstream branch of my repository: http://www.sakoman.com/cgi-bin/gitweb.cgi?p=u-boot.git;a=shortlog;h=refs/heads/omap4-next-upstream Steve