Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | | | * Fix a bunch of compiler warnings for gcc 4.0 | Matthew McClintock | 2006-10-11 | -6/+6 | |
| * | | | | | | | | | | Fixed an OF-tree off-by-one bug when adding a new property name. | Zhang Wei | 2006-08-30 | -1/+1 | |
| * | | | | | | | | | | * Another small fix for booting with disable_of | Matthew McClintock | 2006-08-23 | -5/+6 | |
* | | | | | | | | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-10-11 | -494/+906 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | * Several improvements to the new NAND subsystem: | Stefan Roese | 2006-10-10 | -25/+201 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge with /home/sr/git/u-boot/avr32 | Wolfgang Denk | 2006-10-09 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Define IH_CPU_AVR32 | Stefan Roese | 2006-10-09 | -0/+3 | |
| * | | | | | | | | | | Fix buffer overflow problem in ft_build.c | Wolfgang Denk | 2006-10-09 | -1/+3 | |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 | |
| * | | | | | | | | | Coding style cleanup | Wolfgang Denk | 2006-10-09 | -2/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-09-13 | -2/+51 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add NAND environment support for PPC440EPx Sequoia NAND boot config | Stefan Roese | 2006-09-12 | -2/+51 | |
| * | | | | | | | | | Fix alignment problem in "mtdparts" command | Wolfgang Denk | 2006-09-13 | -1/+1 | |
| |/ / / / / / / / | |||||
| * | | | | | | | | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | 2006-09-07 | -2/+4 | |
| * | | | | | | | | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-09-04 | -11/+12 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -11/+12 | |
| * | | | | | | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-09-03 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Added simple_strtoul(), getenv() and setenv() to the exported functions. | Detlev Zundel | 2006-09-01 | -2/+5 | |
| * | | | | | | | | | | Coding Style cleanup. | Wolfgang Denk | 2006-08-31 | -445/+548 | |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Add splashscreen support for MCC200 board. | Wolfgang Denk | 2006-08-30 | -3/+25 | |
| * | | | | | | | | | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled | Wolfgang Denk | 2006-08-30 | -1/+27 | |
| |/ / / / / / / / | |||||
| * | | | | | | | | Add a fix for a buggy USB device on the FO300 board. | Bartlomiej Sieka | 2006-08-22 | -0/+25 | |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | 2006-08-19 | -253/+195 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | |||||
| * | | | | | | * Fix disable_of booting | Matthew McClintock | 2006-08-16 | -1/+4 | |
| * | | | | | | * Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | 2006-08-16 | -5/+65 | |
| * | | | | | | * Patch to modify ft_build.c to update flat device trees in place | Matthew McClintock | 2006-06-28 | -238/+105 | |
| * | | | | | | * Modify bootm command to support booting with flat device trees | Matthew McClintock | 2006-06-28 | -14/+26 | |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-08-13 | -6/+3 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Fix control-c handing in CONFIG_CMDLINE_EDITING | Stefan Roese | 2006-08-07 | -2/+3 | |
| * | | | | | Change "mii info" to not print an error upon missing PHY at address | Stefan Roese | 2006-08-07 | -4/+0 | |
* | | | | | | Merge with /home/tur/proj/usb_sticks/u-boot | Wolfgang Denk | 2006-08-07 | -34/+64 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Prevent USB commands from working when USB is stopped. | Bartlomiej Sieka | 2006-08-03 | -0/+10 | |
| * | | | | | Add rudimentary handling of alternate settings of USB interfaces - to fix | Bartlomiej Sieka | 2006-08-02 | -34/+54 | |
* | | | | | | Fix CONFIG_CMDLINE_EDITING implementation | Stefan Roese | 2006-07-27 | -2/+9 | |
* | | | | | | More code cleanup | Wolfgang Denk | 2006-07-21 | -1/+1 | |
* | | | | | | Code cleanup | Wolfgang Denk | 2006-07-21 | -1/+1 | |
* | | | | | | Make code better readable. | Wolfgang Denk | 2006-07-21 | -1/+1 | |
* | | | | | | Minor code cleanup. | Wolfgang Denk | 2006-07-21 | -3/+3 | |
* | | | | | | Add readline cmdline-editing extension | Wolfgang Denk | 2006-07-21 | -0/+417 | |
* | | | | | | Check argument count in "mii" command. | Wolfgang Denk | 2006-07-21 | -0/+5 | |
* | | | | | | Add support for new TQM5200 revisions | Wolfgang Denk | 2006-07-19 | -1/+1 | |
|/ / / / / | |||||
* | | | | | Fix problems with SanDisk Corporation Cruzer Micro USB memory stick. | Bartlomiej Sieka | 2006-07-13 | -0/+4 | |
* | | | | | Major PCMCIA Cleanup to make code better readable and maintainable. | Wolfgang Denk | 2006-07-10 | -3255/+132 | |
* | | | | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | 2006-06-30 | -3/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | 2006-06-30 | -3/+8 | |
* | | | | | Add support for gth2 board | Wolfgang Denk | 2006-06-16 | -1/+6 | |
* | | | | | Add support for CONFIG_SERIAL_MULTI on MPC5xxx | Wolfgang Denk | 2006-06-16 | -2/+2 | |
| |_|_|/ |/| | | | |||||
* | | | | * Update Intel IXP4xx support | Wolfgang Denk | 2006-05-30 | -0/+3 | |
* | | | | Fix PCMCIA support on virtlab2 | Wolfgang Denk | 2006-05-15 | -0/+7 | |
* | | | | Cleanup compile warning. | Wolfgang Denk | 2006-05-12 | -0/+2 |