From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Mon, 03 Nov 2008 21:22:14 +0100 Subject: [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards In-Reply-To: <20081102215051.GA10086@game.jcrosoft.org> References: <490df2ba.1438560a.2e1f.41ee@mx.google.com> <20081102215051.GA10086@game.jcrosoft.org> Message-ID: <490F5D76.60909@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:34 Sun 02 Nov , dirk.behme at googlemail.com wrote: > >>Subject: [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards >> >>This patch series adds U-Boot v1 support for some of TI's ARM-Cortex A8 based OMAP3 boards. These are BeagleBoard [1][2], EVM [3] and Overo [4]. >> >>The patch series is based on U-Boot tar ball [5] for BeagleBoard and EVM done by several TI employees. >> >>To be able to easily add new boards, most of the code is common for all boards. After the header files (patches 1-2) and the common code for ARM Cortex A8 (patch 3) and OMAP3 SoC (patches 4-6), support and drivers for NAND, MMC and I2C is added (patches 7-9). Patches 10-12 introduce the individual board support for Beagle, EVM and Overo, and last patch 13 the config files for these boards. >> >>As discussed earlier on this list, we compile for armv5 to be compatible with existing toolchains. >> >>This patch adds ~300k of new code. >> >>Thanks to >> >>Steve Sakoman >>Pillai, Manikandan >>Syed Mohammed, Khasim >>Nishanth Menon >> >>and all others who helped with this. > > > As planned patch set applied to omap3 branch Thanks! Will start the next days to send style patches for the old and new comments (thanks!). I heard that some people prepare patches for fixes and new features, too. Regards Dirk