summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2007-09-05Update defconfig for AT91SAM9260Ulf Samuelsson
2007-09-05Add defconfig for AT91SAM9261Ulf Samuelsson
2007-09-05Add unpacking + patching of linux source tree to simplify creating a new patchUlf Samuelsson
2007-09-04- remove initramfs related config settings and configure them back if neededBernhard Reutner-Fischer
2007-09-04Add include file to define at91 lcd structUlf Samuelsson
2007-09-04update sam9261 default linux configUlf Samuelsson
2007-09-04Use default LINUX26_BINLOC for at91Ulf Samuelsson
2007-09-04Update u-boot autoscriptUlf Samuelsson
2007-09-02- build and use the list of the small initramfsBernhard Reutner-Fischer
Overriding the use of the whole system (as does the initramfs target) is done on purpose.
2007-09-01- fix glitch introduced in my whitespace removal (brm)Bernhard Reutner-Fischer
2007-08-28Fix bug in avr32 uClibc patchUlf Samuelsson
2007-08-28Update avr32 uclibc patch nameUlf Samuelsson
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-28Fix bad regexp in u-boot.mkUlf Samuelsson
2007-08-25- adjust configBernhard Reutner-Fischer
2007-08-25- workaround for broken external toolchainsBernhard Reutner-Fischer
2007-08-24This patch allows each project to have a private linux build.Ulf Samuelsson
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available.
2007-08-22bzcat => $(BZCAT) for u-boot and at91bootstrapUlf Samuelsson
2007-08-22Remove whitespace damageUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-22- fix patch regexBernhard Reutner-Fischer
2007-08-22- improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-21- add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer
- always error out if ldconfig for the target fails (was inconsistent..)
2007-08-21- adjust configBernhard Reutner-Fischer
2007-08-21- propagate IPv6 setting down to the kernelBernhard Reutner-Fischer
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21additional skeleton for AVR32Ulf Samuelsson
2007-08-20Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson
2007-08-20install uClibc libraries correctlyUlf Samuelsson
2007-08-19Add kernel patches, if at91 or avr32 is selectedUlf Samuelsson
2007-08-19Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfcUlf Samuelsson
2007-08-19Delete avr32 specific patch and introduced merged at91/avr32 patchUlf Samuelsson
2007-08-19Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson
2007-08-19Remove target specific things from Linux configUlf Samuelsson
2007-08-19Fix bad parameter list for patching linux kernelUlf Samuelsson
2007-08-19UPdate Soekris Linux config to 2.6.22.1Ulf Samuelsson
2007-08-19Update AVR32 tools download locationUlf Samuelsson
2007-08-18 Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson
Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
2007-08-17Add mplayer to atstk1002 target_skeletonUlf Samuelsson
2007-08-17Update atngw100 device tableUlf Samuelsson
2007-08-17Update atstk1002 device tableUlf Samuelsson
2007-08-17Update atstk1002 target skeletonUlf Samuelsson
2007-08-17Update atngw100 target skeletonUlf Samuelsson
2007-08-16Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)Ulf Samuelsson