| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of /home/stefan/git/u-boot/u-boot | Stefan Roese | 2008-08-13 | -140/+358 |
|\ |
|
| * | OneNAND: Fill in MTD function pointers for OneNAND. | Fathi BOUDRA | 2008-08-12 | -1/+1 |
| * | NAND: Do not write or read a whole block if it is larger than the environment | Guennadi Liakhovetski | 2008-08-12 | -9/+9 |
| * | NAND read/write fix | Scott Wood | 2008-08-12 | -27/+9 |
| * | NAND: Always skip blocks on read/write/boot. | Scott Wood | 2008-08-12 | -13/+14 |
| * | NAND: Fix compilation warning and small coding style issue | Stefan Roese | 2008-08-12 | -3/+2 |
| * | make nand dump and nand dump.oob work | William Juul | 2008-08-12 | -19/+27 |
| * | Incorporate yaffs2 into U-boot | William Juul | 2008-08-12 | -0/+216 |
| * | Whitespace cleanup and marking broken code. | William Juul | 2008-08-12 | -44/+57 |
| * | Fixing coding style issues | William Juul | 2008-08-12 | -52/+58 |
| * | Remove white space at end. | William Juul | 2008-08-12 | -1/+1 |
| * | Update MTD to that of Linux 2.6.22.1 | William Juul | 2008-08-12 | -142/+135 |
* | | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next | Stefan Roese | 2008-08-12 | -25/+14 |
|\ \
| |/ |
|
| * | 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS | Kumar Gala | 2008-08-12 | -2/+2 |
| * | Fix fallout from autostart revert | Kumar Gala | 2008-08-12 | -20/+2 |
| * | common/cmd_load.c - Minor code & Coding Style cleanup | Gururaja Hebbar K R | 2008-08-11 | -7/+8 |
| * | OneNAND: Remove base address offset usage | dirk.behme@googlemail.com | 2008-08-10 | -9/+0 |
| * | Revert "[new uImage] Add autostart flag to bootm_headers structure" | Wolfgang Denk | 2008-08-10 | -1/+16 |
| * | FIT: Fix handling of images without ramdisks | Peter Tyser | 2008-08-09 | -1/+1 |
| * | TQM823L: re-enable logo support; update LCD_INFO text | Wolfgang Denk | 2008-08-08 | -1/+1 |
| * | Fix bitmap display for atmel lcd controller | Mark Jackson | 2008-08-01 | -1/+5 |
| * | Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master | Wolfgang Denk | 2008-07-31 | -3/+15 |
| |\ |
|
| | * | Add gzipped logo support | Mark Jackson | 2008-07-31 | -0/+13 |
| | * | Uncompressed images loaded to their start address shall set load_end too | Guennadi Liakhovetski | 2008-07-31 | -3/+2 |
| * | | Fix printf() format problems with configurable prompts | Wolfgang Denk | 2008-07-31 | -2/+2 |
| |/ |
|
| * | Fix compile warnings in dlmalloc | Kumar Gala | 2008-07-31 | -10/+11 |
| * | cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' | Stefan Roese | 2008-07-31 | -2/+2 |
| * | Fix more printf() format warnings | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-30 | -2/+2 |
| * | Fix remaining CFG_CMD_ define, ifdef and comments | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-30 | -2/+2 |
| * | Fix warnings if compiling with IDE support. | Heiko Schocher | 2008-07-30 | -24/+22 |
| * | microblaze: Fix printf() format issues | Michal Simek | 2008-07-20 | -4/+4 |
| * | ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL | Stefan Roese | 2008-07-20 | -2/+2 |
* | | Fix merge problems | Stefan Roese | 2008-08-06 | -50/+65 |
* | | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next | Stefan Roese | 2008-07-17 | -36/+123 |
|\ \
| |/ |
|
| * | Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile | Wolfgang Denk | 2008-07-15 | -9/+9 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2008-07-15 | -0/+87 |
| |\ |
|
| | * | fdt: add crypto node handling for MPC8{3, 5}xxE processors | Kim Phillips | 2008-07-14 | -0/+87 |
| * | | Fix some more printf() format problems. | Kumar Gala | 2008-07-14 | -1/+1 |
| * | | Code cleanup: fix old style assignment ambiguities like "=-" etc. | Wolfgang Denk | 2008-07-14 | -25/+25 |
| * | | Fix printf() format issues with sizeof_t types by using %zu | Wolfgang Denk | 2008-07-14 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next | Stefan Roese | 2008-07-14 | -12/+13 |
|\ \
| |/ |
|
| * | Fix some more printf() format problems. | Wolfgang Denk | 2008-07-13 | -3/+4 |
| * | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | -6/+6 |
| * | FIS: repare incorrect return value with ramdisk handling | Michal Simek | 2008-07-13 | -8/+8 |
* | | ppc4xx: Consolidate PPC4xx UIC defines | Stefan Roese | 2008-07-11 | -3/+2 |
|/ |
|
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | -13/+13 |
* | silence misc printf formatting compiler warnings | Kim Phillips | 2008-07-10 | -8/+8 |
* | USB: shutdown USB before booting | Markus Klotzbücher | 2008-07-10 | -0/+18 |
* | Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master | Wolfgang Denk | 2008-07-10 | -4/+15 |
|\ |
|
| * | Fix "usb part" command | Christian Eggers | 2008-07-10 | -4/+15 |