public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards
@ 2008-11-02 18:34 dirk.behme at googlemail.com
  2008-11-02 21:50 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 3+ messages in thread
From: dirk.behme at googlemail.com @ 2008-11-02 18:34 UTC (permalink / raw)
  To: u-boot

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.

Dirk

Changes in version v5:

- Additional space changes as proposed by Jean-Christophe PLAGNIOL-VILLARD
- Additional NAND driver clean up as proposed by Scott Wood
- Add README.omap3
- Reorganization of PinMux and add EVM pin mux as proposed by Steve Sakoman
- Start (NAND) to use readx/writex base + offset scheme as proposed by Scott Wood
- Rebase to u-boot master, commit 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb, "Merge branch 'master' of git://git.denx.de/u-boot-nand-flash"

Changes in version v4:

- Update u-boot-arm.git next base, commit 1c38b6cd7ca20b68766815299385b7e46611ca46, "add tool to check patch and file for CFG_ presence"
- Fix/update NAND driver with review comments from Scott Wood and fixes from Nishanth Menon

Changes in version v3:

- Replace space by tabs in headers as proposed by Jean-Christophe PLAGNIOL-VILLARD
- Fix/update NAND driver and seperate it into an own patch as proposed by Scott Wood
- Add detection and support for 128MB/256MB RAM by Mans Rullgard

Changes in version v2:

- Move MMC driver to drivers/mmc/ as suggested by Haavard Skinnemoen.
- Move common ARM Cortex A8 code to cpu/arm_cortexa8/ and OMAP3 SoC specific common code to cpu/arm_cortexa8/omap3 as proposed by Wolfgang.
- Update Overo pin mux to add and pull down X_GATE, by Steve Sakoman.
- Remove SMC911X network init as proposed by Ben Warren.
- Rebase against u-boot-arm.git next, commit 4995fed33099bb9813504869056bab72446fe8f9, "add tool to check patch and filr for CFG_ present" (CFG vs. CONFIG changes)

This v5 patch series makes all previous (v1, v2, v3 & v4) OMAP3 patches obsolete.

[1] http://beagleboard.org/

[2] http://elinux.org/BeagleBoard

[3] http://focus.ti.com/docs/toolsw/folders/print/tmdxevm3503.html

[4] http://www.gumstix.net/Overo/

[5] http://beagleboard.googlecode.com/files/u-boot_beagle_revb.tar.gz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards
  2008-11-02 18:34 [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards dirk.behme at googlemail.com
@ 2008-11-02 21:50 ` Jean-Christophe PLAGNIOL-VILLARD
  2008-11-03 20:22   ` Dirk Behme
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-02 21:50 UTC (permalink / raw)
  To: u-boot

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 <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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards
  2008-11-02 21:50 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-11-03 20:22   ` Dirk Behme
  0 siblings, 0 replies; 3+ messages in thread
From: Dirk Behme @ 2008-11-03 20:22 UTC (permalink / raw)
  To: u-boot

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 <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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-03 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 18:34 [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards dirk.behme at googlemail.com
2008-11-02 21:50 ` Jean-Christophe PLAGNIOL-VILLARD
2008-11-03 20:22   ` Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox