summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-17u-boot tools: make sure destination directory existsPeter Korsgaard
2008-06-13u-boot: don't depend on gcc (not needed and not provided by ext toolchain)Peter Korsgaard
2008-06-12u-boot: cleanup arch handlingPeter Korsgaard
Thanks to Hamish Moffatt.
2008-06-11u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse timePeter 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-31generic target_skeleton: add /sys to fstabPeter Korsgaard
2008-05-31generic target_skeleton: mark /sys with .empty filePeter Korsgaard
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-05-12Make linux kernel extension visible also when defined in board directoryUlf Samuelsson
2008-05-12features.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-12toolchain: fix mips abi selectionPeter Korsgaard
Based on commit 0e2ab in aldot's tree.
2008-05-06Update BR2_ATMEL_MIRROR in defconfigsUlf Samuelsson
2008-05-06Fix dependencies in ConfigsUlf Samuelsson
2008-05-01update patches for atngw100_expandedJohn Voltz
2008-05-01add menu.lst for grubJohn Voltz
2008-04-25squashfs: set sensible permissions on squashfs imagePeter Korsgaard
2008-04-24This 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-23u-boot: support platform-independent patchesPeter Korsgaard
Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere.
2008-04-23u-boot: don't error on existing symlinkPeter Korsgaard
2008-04-23u-boot: tools in target (mkimage, fw_printenv and fw_setenv)Peter Korsgaard
2008-04-23u-boot: use correct ARCHPeter Korsgaard
2008-04-23u-boot: clean: also remove mkimage from staging_dirPeter Korsgaard
2008-04-23u-boot: set ARCH and CROSS_COMPILEPeter Korsgaard
2008-04-16Update at91sam9261ek defconfigUlf Samuelsson
2008-04-16Avoid duplicate rules for downloading kernel source, if kernel and headers ↵Ulf Samuelsson
are the same
2008-04-16Fix bad linux kernel nameUlf Samuelsson
2008-04-15Allow build to complete, even if tftpboot is not writeable by userUlf Samuelsson
2008-04-15Reversing bad tftpboot patch resulting in two identical targetsUlf Samuelsson
2008-04-11buildroot: additional tftpboot fixesPeter Korsgaard
Patch by Jean-Christian de Rivaz
2008-04-10Add configuration items to at91bootstrapUlf Samuelsson
2008-04-10Avoid hardwiring tftpbootUlf Samuelsson
2008-04-10Avoid hardwiring tftpbootUlf Samuelsson
2008-04-09u-boot: fix custom patch handlingPeter Korsgaard
2008-04-09u-boot: bump versionPeter Korsgaard
2008-04-08Fix UBI compression optionsHamish Moffatt
2008-04-07Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifsHamish Moffatt
kernel code because the on-flash format has changed.
2008-04-06Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGETNigel Kukard
2008-04-06Use lower caseUlf Samuelsson
2008-04-06* Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard
previous commit
2008-04-06Make xconfig the default for Atmel targetsUlf Samuelsson
2008-04-06Update linux source tree with minor versionUlf Samuelsson
2008-04-06target/device/ARM: Use menuconfig and add description of optionsPeter Korsgaard
2008-04-06target/device/ARM: Don't override Config settingsPeter Korsgaard
Don't override board name/path with hardcoded values in Makefile.
2008-04-05target/device/ARM: remove unused busybox configPeter Korsgaard
2008-04-05target/device/ARM: don't override busybox configPeter Korsgaard
2008-04-04kernel: default to not build a kernelPeter Korsgaard
2008-04-04Add ubifs targetHamish Moffatt
2008-04-03gzip, diff, grub: bump versionsPeter Korsgaard
Patch by andrewma (closes #2754)
2008-04-02Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>Hamish Moffatt
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2008-03-31Patch in EXTRA_VERSIONUlf Samuelsson