Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-09 | linux: add knob to force a rebuild of the kernel | Peter Korsgaard | |
Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree. | |||
2008-07-08 | uboot: revert r22638 | Peter Korsgaard | |
Go back to 1.3.2 as r22638 breaks mkimage | |||
2008-07-06 | Update atngw100-expanded defconfig | Ulf Samuelsson | |
2008-07-06 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-05 | un-deprecate gcc-4.2.1 for AVR32 external toolchain | Ulf Samuelsson | |
2008-07-05 | Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 ↵ | Ulf Samuelsson | |
and 4.2.1 | |||
2008-07-04 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Bump U-Boot version to 1.3.3 | Ulf Samuelsson | |
2008-07-04 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update defconfig for atngw100-expanded | Ulf Samuelsson | |
2008-07-04 | Update busybox config for atngw100-expanded | Ulf Samuelsson | |
2008-07-04 | Use a more consistent name for the atngw100-expanded defconfig | Ulf Samuelsson | |
2008-07-04 | Update configs for atngw100-base | Ulf Samuelsson | |
2008-07-04 | Fix Config conflict caused by duplicate definition in KB9202 BSP | Ulf Samuelsson | |
2008-07-04 | Update atngw100 defconfig | Ulf Samuelsson | |
2008-07-04 | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | |
locations for prepatched toolchain to be under the toolchain directory | |||
2008-07-03 | Enable KB9202 board in Config | Ulf Samuelsson | |
2008-07-03 | Add support for KwikByte KB9202 board, courtesy Brian Beattie | Ulf Samuelsson | |
2008-07-03 | Add support for latest kernels | Ulf Samuelsson | |
2008-07-03 | Add AT91 patches for 2.6.25 and 2.6.25-rc3 | Ulf Samuelsson | |
2008-07-02 | Update avr32 defconfigs | Thiago A. Corrêa | |
2008-07-02 | Remove trailing quote from help lines | Thiago A. Corrêa | |
2008-06-30 | generic: fix fb1..3 device_table.txt entries | Peter Korsgaard | |
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-06-17 | u-boot tools: make sure destination directory exists | Peter Korsgaard | |
2008-06-13 | u-boot: don't depend on gcc (not needed and not provided by ext toolchain) | Peter Korsgaard | |
2008-06-12 | u-boot: cleanup arch handling | Peter Korsgaard | |
Thanks to Hamish Moffatt. | |||
2008-06-11 | u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time | Peter Korsgaard | |
U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations, so it end up empty. It's only used once, so fix it by using a use-time evaluated variable instead (=). | |||
2008-05-31 | generic target_skeleton: add /sys to fstab | Peter Korsgaard | |
2008-05-31 | generic target_skeleton: mark /sys with .empty file | Peter Korsgaard | |
/sys somehow didn't got an .empty file like the rest in r21586. Fixed. | |||
2008-05-12 | Make linux kernel extension visible also when defined in board directory | Ulf Samuelsson | |
2008-05-12 | features.h should never be included explicitly. | Nigel Kukard | |
This fixes the bug where "File not found" error is reported by grub. This fix works under both uclibc and glibc. | |||
2008-05-12 | toolchain: fix mips abi selection | Peter Korsgaard | |
Based on commit 0e2ab in aldot's tree. | |||
2008-05-06 | Update BR2_ATMEL_MIRROR in defconfigs | Ulf Samuelsson | |
2008-05-06 | Fix dependencies in Configs | Ulf Samuelsson | |
2008-05-01 | update patches for atngw100_expanded | John Voltz | |
2008-05-01 | add menu.lst for grub | John Voltz | |
2008-04-25 | squashfs: set sensible permissions on squashfs image | Peter Korsgaard | |
2008-04-24 | This patch renames the Atmel atstk1002 target board to a more generic ↵ | John Voltz | |
atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002. Submitted by Hans-Christian Egtvedt | |||
2008-04-23 | u-boot: support platform-independent patches | Peter Korsgaard | |
Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere. | |||
2008-04-23 | u-boot: don't error on existing symlink | Peter Korsgaard | |
2008-04-23 | u-boot: tools in target (mkimage, fw_printenv and fw_setenv) | Peter Korsgaard | |
2008-04-23 | u-boot: use correct ARCH | Peter Korsgaard | |
2008-04-23 | u-boot: clean: also remove mkimage from staging_dir | Peter Korsgaard | |
2008-04-23 | u-boot: set ARCH and CROSS_COMPILE | Peter Korsgaard | |
2008-04-16 | Update at91sam9261ek defconfig | Ulf Samuelsson | |
2008-04-16 | Avoid duplicate rules for downloading kernel source, if kernel and headers ↵ | Ulf Samuelsson | |
are the same | |||
2008-04-16 | Fix bad linux kernel name | Ulf Samuelsson | |
2008-04-15 | Allow build to complete, even if tftpboot is not writeable by user | Ulf Samuelsson | |
2008-04-15 | Reversing bad tftpboot patch resulting in two identical targets | Ulf Samuelsson | |