Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include u-boot version in filename | Imre Kaloz | 2011-02-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 25695 | ||||
* | upgrade u-boot to v2010.12 | Imre Kaloz | 2010-12-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 24810 | ||||
* | upgrade u-boot to v2010.12-rc1 | Imre Kaloz | 2010-11-19 | 3 | -1143/+6 |
| | | | | SVN-Revision: 24039 | ||||
* | replace old quote stripping with calls to qstrip macro | Nicolas Thill | 2010-04-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 21242 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -6/+5 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | fix u-boot build error (make[...]: avr32-linux-gcc: Command not found) | Nicolas Thill | 2009-03-01 | 1 | -3/+2 |
| | | | | SVN-Revision: 14702 | ||||
* | fix lzma uImage generation | Imre Kaloz | 2008-11-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 13351 | ||||
* | only build avr32 u-boot if requested, fixes build failure in default config | Felix Fietkau | 2008-08-05 | 1 | -4/+6 |
| | | | | SVN-Revision: 12116 | ||||
* | generate LZMA compressed uImage as well | Gabor Juhos | 2008-05-23 | 1 | -2/+10 |
| | | | | SVN-Revision: 11249 | ||||
* | u-boot: add LZMA decompression support | Gabor Juhos | 2008-05-23 | 2 | -0/+1147 |
| | | | | SVN-Revision: 11248 | ||||
* | upgrade U-Boot to 1.3.3 | Gabor Juhos | 2008-05-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 11246 | ||||
* | fix uboot not building | Travis Kemen | 2008-05-09 | 1 | -1/+2 |
| | | | | SVN-Revision: 11100 | ||||
* | be politically correct | Imre Kaloz | 2008-04-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 10964 | ||||
* | ooops, fix typo | Imre Kaloz | 2008-04-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 10962 | ||||
* | enable optional building of u-boot for avr32 | Imre Kaloz | 2008-04-28 | 3 | -0/+57 |
| | | | | SVN-Revision: 10961 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 9533 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 1 | -0/+37 |
(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 |