
On 19:34 Sun 02 Nov , dirk.behme@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 sakoman@gmail.com Pillai, Manikandan mani.pillai@ti.com Syed Mohammed, Khasim khasim@ti.com Nishanth Menon nm@ti.com
and all others who helped with this.
As planned patch set applied to omap3 branch
Best Regards, J.