
Hi Linus,
On 12/08/2011 12:28, Linus Walleij wrote:
This deletes the integrator split_by_variant.sh script and defines a number of unique board types for the core modules that are meaningful to support for the Integrator AP/CP, i.e. the ones that did not just say "unsupported core module" in split_by_variant.sh. If more core modules need to be supported they are easy to add.
We delete all the old cruft in Makefile and MAKEALL that was working around the old way of building boards. We create a unique config file per board to satisfy the build system, but they are just oneliners that include the existing integratorap.h and integratorcp.h configs.
Signed-off-by: Linus Walleijlinus.walleij@linaro.org
Changes v5->v6:
- Rebased to Albert's u-boot-arm tree as requested per message 4E3C016D.9020303@aribaud.net
- So rebased on top of commit b9a699da8123efa9f2d15290a6b3a2854e9fab84 "arm: lib: memcpy: Do not copy to same address" which is the HEAD of u-boot-arm as of writing
- NO other changes
Just a side and general note: as tiring as it may seem, people, please always keep the full history in every patch version, so that anyone can tell what was done and why, without having to go back to mails that they may not have in their inbox any more (or never had at all).
That being said, and hoping that Wolfgang's holidays will make him forgive me when he comes back :), I'll accept the history above as it is --but only because because this new patch is at my sole request and because this will allow applying half a dozen patches, so:
Applied after patches 2 to 7 (but not 1) of V4 series to u-boot-arm/master, thanks!
Amicalement,