summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | * Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock2006-10-112-6/+6
| * | | | | | | | | | Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei2006-08-301-1/+1
| * | | | | | | | | | * Another small fix for booting with disable_ofMatthew McClintock2006-08-231-5/+6
* | | | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-1113-494/+906
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | * Several improvements to the new NAND subsystem:Stefan Roese2006-10-101-25/+201
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge with /home/sr/git/u-boot/avr32Wolfgang Denk2006-10-091-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Define IH_CPU_AVR32Stefan Roese2006-10-091-0/+3
| * | | | | | | | | | Fix buffer overflow problem in ft_build.cWolfgang Denk2006-10-091-1/+3
| |/ / / / / / / / /
| * | | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| * | | | | | | | | Coding style cleanupWolfgang Denk2006-10-091-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-09-132-2/+51
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese2006-09-122-2/+51
| * | | | | | | | | Fix alignment problem in "mtdparts" commandWolfgang Denk2006-09-131-1/+1
| |/ / / / / / / /
| * | | | | | | | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-2/+4
| * | | | | | | | Merge with /home/m8/git/u-bootWolfgang Denk2006-09-041-11/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-11/+12
| * | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-09-031-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel2006-09-011-2/+5
| * | | | | | | | | | Coding Style cleanup.Wolfgang Denk2006-08-311-445/+548
| |/ / / / / / / / /
| * | | | | | | | | Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-301-3/+25
| * | | | | | | | | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-301-1/+27
| |/ / / / / / / /
| * | | | | | | | Add a fix for a buggy USB device on the FO300 board.Bartlomiej Sieka2006-08-221-0/+25
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk2006-08-192-253/+195
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | * Fix disable_of bootingMatthew McClintock2006-08-161-1/+4
| * | | | | | * Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-161-5/+65
| * | | | | | * Patch to modify ft_build.c to update flat device trees in placeMatthew McClintock2006-06-282-238/+105
| * | | | | | * Modify bootm command to support booting with flat device treesMatthew McClintock2006-06-281-14/+26
| | |_|_|_|/ | |/| | | |
* | | | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-08-132-6/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix control-c handing in CONFIG_CMDLINE_EDITINGStefan Roese2006-08-071-2/+3
| * | | | | Change "mii info" to not print an error upon missing PHY at addressStefan Roese2006-08-071-4/+0
* | | | | | Merge with /home/tur/proj/usb_sticks/u-bootWolfgang Denk2006-08-072-34/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prevent USB commands from working when USB is stopped.Bartlomiej Sieka2006-08-032-0/+10
| * | | | | Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka2006-08-022-34/+54
* | | | | | Fix CONFIG_CMDLINE_EDITING implementationStefan Roese2006-07-271-2/+9
* | | | | | More code cleanupWolfgang Denk2006-07-211-1/+1
* | | | | | Code cleanupWolfgang Denk2006-07-211-1/+1
* | | | | | Make code better readable.Wolfgang Denk2006-07-211-1/+1
* | | | | | Minor code cleanup.Wolfgang Denk2006-07-211-3/+3
* | | | | | Add readline cmdline-editing extensionWolfgang Denk2006-07-211-0/+417
* | | | | | Check argument count in "mii" command.Wolfgang Denk2006-07-211-0/+5
* | | | | | Add support for new TQM5200 revisionsWolfgang Denk2006-07-191-1/+1
|/ / / / /
* | | | | Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.Bartlomiej Sieka2006-07-131-0/+4
* | | | | Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk2006-07-101-3255/+132
* | | | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-302-3/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-302-3/+8
* | | | | Add support for gth2 boardWolfgang Denk2006-06-161-1/+6
* | | | | Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-161-2/+2
| |_|_|/ |/| | |
* | | | * Update Intel IXP4xx supportWolfgang Denk2006-05-301-0/+3
* | | | Fix PCMCIA support on virtlab2Wolfgang Denk2006-05-151-0/+7
* | | | Cleanup compile warning.Wolfgang Denk2006-05-121-0/+2
OpenPOWER on IntegriCloud