summaryrefslogtreecommitdiff
path: root/target/linux/at91-2.6/image
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0648-22117/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-1/+1
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* Changed bootloader and partition parameters to ease virgin unit programming ↵Hamish Guthrie2007-06-192-1/+12
| | | | | | without SD-Flash card. SVN-Revision: 7672
* Added config parameters for u-boot client IP address as well as TFTP server ↵Hamish Guthrie2007-06-145-9/+61
| | | | | | IP address. SVN-Revision: 7632
* Corrected dfboot issue with ttyS2 and ttyS3Hamish Guthrie2007-06-111-2/+9
| | | | SVN-Revision: 7566
* add missing dependencyFelix Fietkau2007-06-111-0/+1
| | | | SVN-Revision: 7562
* Changed autoboot timeout in dfbootHamish Guthrie2007-06-061-2/+1
| | | | SVN-Revision: 7508
* Changed target for ubpar.c to directly write to mtd deviceHamish Guthrie2007-06-051-1/+1
| | | | SVN-Revision: 7502
* Removed romboot from tree - replaced by dfbootHamish Guthrie2007-06-059-3380/+0
| | | | SVN-Revision: 7500
* Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not ↵Hamish Guthrie2007-06-053-10/+2
| | | | | | required SVN-Revision: 7499
* add new dfboot loader - a complete revison of romboot code.Hamish Guthrie2007-06-0431-0/+15410
| | | | SVN-Revision: 7492
* Remove a debug statement from trx.c, add config changes for at91Hamish Guthrie2007-06-042-7/+13
| | | | SVN-Revision: 7491
* Add the #1680 fix for GNU make versionsFlorian Fainelli2007-05-141-0/+16
| | | | SVN-Revision: 7231
* Changed partitioning not to use at91part.c as opposed to using command-line ↵Hamish Guthrie2007-05-043-6/+24
| | | | | | partitioning. SVN-Revision: 7089
* Changed default rootfs size for at91 to 2112kHamish Guthrie2007-04-213-9/+9
| | | | SVN-Revision: 7025
* Changed erase routine to erase flash to 0xff instead of 0x00Hamish Guthrie2007-04-101-0/+11
| | | | SVN-Revision: 6922
* Added erase entire flash utility to romboot.Hamish Guthrie2007-04-101-0/+37
| | | | SVN-Revision: 6916
* Added module to generate u-boot config file. Added platform overrides for ↵Hamish Guthrie2007-04-053-1/+148
| | | | | | base files. SVN-Revision: 6870
* Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support ↵Hamish Guthrie2007-04-043-0/+438
| | | | | | on at91 platform SVN-Revision: 6862
* Added facility to program entire device from SD-Card Fixed up MAC address ↵Hamish Guthrie2007-03-243-0/+962
| | | | | | init in u-boot SVN-Revision: 6662
* Final image build fixupsHamish Guthrie2007-03-232-1/+18
| | | | SVN-Revision: 6644
* Added rule for objdump Added support for AT91 SD-Card in primary bootloader ↵Hamish Guthrie2007-03-221-0/+1822
| | | | | | (romboot) SVN-Revision: 6638
* There are issues with the CRC calc stuff under x86_64. This version only ↵Hamish Guthrie2007-03-221-0/+11
| | | | | | works on 32-bit architectures. SVN-Revision: 6637
* New program to generate u-boot parameter block with correct CRC to enable ↵Hamish Guthrie2007-03-221-0/+115
| | | | | | reprogramming parameters from Linux. SVN-Revision: 6636
* Added primary and secondary bootloadersHamish Guthrie2007-03-2011-10/+6399
| | | | SVN-Revision: 6626
* Added initial support for at91 plaform (HCG)Hamish Guthrie2007-03-041-0/+36
SVN-Revision: 6508