summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* config.mk: avoid -traditional-cpp on OS X 10.5Mike Frysinger2010-08-09-5/+5
* fdt: Fix bug in size calculation in fdt_resize() with initrd useFeng Wang2010-08-09-3/+4
* board/purple/flash.c: removed unneded variableFrans Meulenbroeks2010-08-09-3/+2
* various cmd_* files: fixed layout a little bitFrans Meulenbroeks2010-08-09-13/+26
* various cmd_* files: remove the command name from the help messageFrans Meulenbroeks2010-08-09-5/+7
* tools/env/fw_printenv: Make redundant env work on locked flashes alsoDetlev Zundel2010-08-09-1/+6
* flash_protect: check for NULL flash infoMike Frysinger2010-08-09-3/+6
* getenv_f(): fix handling of too short buffersWolfgang Denk2010-08-09-6/+12
* dataflash mmc mux: use common cmd_usage functionMike Frysinger2010-08-09-2/+1
* mflash: use common cmd_usage functionMike Frysinger2010-08-09-2/+1
* print_buffer: optimize & shrinkMike Frysinger2010-08-09-14/+13
* cmd editing: optimize/shrink output blankingMike Frysinger2010-08-09-5/+3
* 8xx, kup4k/kup4x: add FDT supportHeiko Schocher2010-08-09-0/+15
* 8xx, kup4k/kup4x: configuration changes, code cleanupHeiko Schocher2010-08-09-784/+427
* fdt relocate: have more attention to use a bootmap or notStephan Linz2010-08-08-2/+4
* Add mkimage manpageNobuhiro Iwamatsu2010-08-08-0/+118
* LZMA and LZO causes compile errorMatthias Weisser2010-08-07-2/+5
* ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace2010-08-07-1/+1
* Fix condition where bootm_size not set and wrong memory size reportedMatthew McClintock2010-08-07-3/+9
* Replace CHANGELOG files by auto-generated "snapshot.commit"Wolfgang Denk2010-08-07-94577/+1
* net 52xx: fix ethernet device names with spacesWolfgang Denk2010-08-05-1/+1
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-04-89/+89
* bootm: fix pointer warning with lzmaMike Frysinger2010-08-04-2/+5
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2010-08-04-245/+3917
|\
| * powerpc/8xxx: query feature reporting register for num cores on unknown cpusKim Phillips2010-08-01-2/+10
| * powerpc/85xx: configure autocompletion supportKim Phillips2010-08-01-11/+30
| * powerpc/p4080: Add support for the P4080DS boardKumar Gala2010-08-01-0/+1494
| * powerpc/p2020ds: Integrated with P2020DS DDR change and enabled hwconfigyork2010-07-26-31/+39
| * powerpc/8xxx: Improvement to DDR parametersyork2010-07-26-7/+8
| * powerpc/8xxx: Enable DDR3 RDIMM supportyork2010-07-26-53/+72
| * powerpc/8xxx: Enabled address hashing for 85xxyork2010-07-26-2/+34
| * powerpc/8xxx: Enable quad-rank DIMMs.york2010-07-26-21/+61
| * powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4york2010-07-26-77/+191
| * powerpc/8xxx: Enabled hwconfig for memory interleavingKumar Gala2010-07-26-26/+39
| * powerpc/p4080: Add workaround for erratum CPU22Kumar Gala2010-07-26-1/+17
| * powerpc/p4080: Add workaround for errata SERDES8Kumar Gala2010-07-26-0/+295
| * powerpc/p4080: Add support for initializing SERDESKumar Gala2010-07-26-2/+357
| * powerpc/85xx: Add support to initialize LIODN registers and portalsKumar Gala2010-07-26-0/+762
| * fdt: Add function to alloc phandle valuesKumar Gala2010-07-26-0/+19
| * powerpc/p4080: Add support for CPC(Corenet platform cache) on CoreNet platformsKumar Gala2010-07-26-1/+68
| * powerpc/p2020: Move INIT_RAM_ADDR physical address higher for 36-bit for P2020DSyork2010-07-26-4/+16
| * powerpc/85xx: Move INIT_RAM_ADDR physical address to 36-bit spaceyork2010-07-26-0/+10
| * powerpc/fsl_fman: Add initial fman immap structuresKumar Gala2010-07-26-0/+213
| * powerpc/85xx: Add additional p4080 platform related defines/structsKumar Gala2010-07-26-22/+197
* | Blackfin: gpio: use common usage funcMike Frysinger2010-07-29-4/+2
* | Blackfin: jtag-console: handle newline stuffingMike Frysinger2010-07-25-9/+32
* | Blackfin: jtag-console: add debug markersMike Frysinger2010-07-25-1/+27
* | Blackfin: jtag-console: robustify against missing peerMike Frysinger2010-07-25-8/+32
* | Blackfin: jtagconsole: disable output processingMike Frysinger2010-07-25-2/+2
* | Blackfin: bf533/bf561 boards: convert to new soft gpio i2c codeMike Frysinger2010-07-25-175/+11
|/