How To Get Patches For Revision C4?

I have been watching Khasim Syed Mohammed’s many, many patches for the Revision C4 Beagleboard with great interest. Just how do I get the patches and compile them into a new image for the board?

Thanks

Bob

Clone the GIT tree from,

git://git.denx.de/u-boot-ti.git
or
http://git.denx.de/u-boot-ti.git

Then apply the patches I have attached the same patches that I posted on list.

using git-am <patch name>

Regards,
Khasim

0001-OMAP3-Beagle-Update-revision-detection.patch (4.02 KB)

0002-Enable-I2C-bus-switching.patch (1.32 KB)

0003-API-to-set-twl4030-voltage-and-dev-group.patch (2.52 KB)

0004-Add-support-for-720Mhz.patch (1.26 KB)

0005-Add-DSS-driver-for-OMAP3.patch (11.3 KB)

0006-Enable-DSS-driver-for-Beagle.patch (4.7 KB)

0007-Add-720Mhz-support-for-Beagle-Rev-C4.patch (1.56 KB)

can you clarify the status of beagleboard support with respect to
u-boot? as i read it, there's the main u-boot repo, then there's the
TI-specific repo you mention above, then there's yet an additional
series of patches that can be applied to the TI-specific repo (for C4,
i'm assuming).

  i'm assuming that beagleboard-related content will *eventually* make
its way upstream into the main repo but, until then, what's the proper
recipe for grabbing and building u-boot for the BB? that really
should be clarified.

rday

I did the above and got this output on my Fedora 12 system:

I generally do the following for Code sourcery tool chain

make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_config

Regards,
Khasim

Hi Khasim,

are you using the free Code Sourcery "Lite Edition" tools?

Thanks!

Bob

Hi Khasim,

are you using the free Code Sourcery "Lite Edition" tools?

Yeah, something like this

http://www.codesourcery.com/sgpp/lite/arm/portal/release858

Regards,
Khasim