aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
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>