aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2009-01-19build-increase-parallel.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2009-01-08build-remove-subdir-modules.patchAndy Green
We are not cleaning the module tarballs from the build subdirs Reported-by: Timo Juhani Lindfors <timo.lindfors@iki.fi> Signed-off-by: Andy Green <andy@openmoko.com>
2009-01-07build-fix-module-gen.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2009-01-04build-discrete-object-dirs.patchAndy Green
It's a hell of a lot faster swapping between build contexts if we use the O= option on the kernel makefile to maintain subdirs for each build context separately. Note this means you will have to make mrproper the toplevel kernel build directory, and use eg, ./build GTA02 from now on. Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-18build-hide-hist-branch-tag.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-12-05MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-build-fix-path-to- ↵merge
toolchain-on-1228470136 pending-tracking-hist top was MERGE-via-stable-tracking-build-fix-path-to-toolchain-on-1228470136 / 21b67ab8e79998b0a534263282dab1dda0f11b00 ... parent commitmessage: From: merge <null@invalid> MERGE-via-stable-tracking-hist-build-fix-path-to-toolchain-on stable-tracking-hist top was build-fix-path-to-toolchain-on / ca14ba894df9b28822066c578dde48d7dbe931de ... parent commitmessage: From: Andy Green <andy@openmoko.com> build-fix-path-to-toolchain-one-at-last.patch Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-21build-correct-arch-modules.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-21build-correct-deletion-moredrivers.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19build-create-module-tarball.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19build-introduce-device-specific-named-kernel-binary.patchAndy Green
This patch changes the ./build script to generate a uImage.bin file with the build device appended, eg, uImage-GTA02.bin. The reason for this change is that it is possible to generate rootfs images now that can target multiple (and probably increasing numbers of) devices with the one image. Therefore qi or other bootloader running on the device is going to have to pick out the right kernel from the rootfs filesystem for the device it finds it is running on from a set provided down /boot by the rootfs generator. /lib/modules for the kernels doesn't get in the way of each other because the version-specific path is also extended to have the device name as part of it. 2.6.28-GTA02_stable-tracking_c77dda03a7c11666-mokodev For legacy U-Boot support on GTA01 or GTA02, a symlink to uImage-GTA01.bin or uImage-GTA02.bin will be needed. The dfu utility script is updated to take an argument, eg, GTA02 Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19Fix load address for Freerunner devicesScott Talbot
Make the load address within RAM, rather than a memory mapped register. (Fix a copy-and-paste error.)
2008-11-19add-build-script-name-based-on-64xx-or-24xx-config.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19fix-build-test-for-moredrivers.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19fix-build-hash-name-no-colon-separator.patchAndy Green
Suggested-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Colons are not very friendly for tar... scp has trouble too but you can override that by prepending any path like ./ ... still better to dilute the colon down to a _ avoiding - because it can appear in branch names we use. Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19add-buildkeep-hash-named-copy.patchAndy Green
Keep a copy of last "moredrivers" config kernel built stamped with branch and git head at build time. Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19add-build-git-head-info.patchAndy Green
This patch adds the branch and truncated head has to the version of the kernel # cat /proc/version Linux version 2.6.26-andy-2.6.26:2b3bf342baac52b9-mokodev (agreen@pads.home.warmcat.com) (gcc version 4.1.2) #878 PREEMPT Sun Jul 27 14:45:25 BST 2008 Note this versioning is visible down /lib/modules Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19tracking-2.6.27-rc1-gpio-redef.patchAndy Green
Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-19OpenMoko => OpenmokoHolger Freyther
Signed-Off-By: Holger Freyther <zecke@openmoko.org>
2008-11-19local-build-scripts.patchwarmcat
Add a couple of handy scripts to crossmake and send over dfu From: warmcat <andy@warmcat.com>