summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
...
| | * | | | [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-07-94/+155
| | * | | | [new uImage] Cleanup cmd_bootm.cMarian Balakowicz2008-02-07-311/+322
| | * | | | [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-07-16/+22
| | * | | | [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-07-17/+1
| | * | | | [new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz2008-02-07-7/+0
| | * | | | [new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz2008-02-07-91/+117
| | * | | | [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz2008-02-07-2/+1
| | * | | | [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz2008-02-07-542/+1
| | * | | | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-302/+268
| | * | | | Add missing cmd_ximg.o to common/MakefileMarian Balakowicz2008-02-07-0/+1
* | | | | | USB Storage, add meaningful return valueAras Vaichas2008-03-26-5/+7
|/ / / / /
* | | | | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov2008-03-25-0/+25
* | | | | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-26-224/+0
* | | | | Add setexpr commandKumar Gala2008-03-25-0/+71
* | | | | Merge git://www.denx.de/git/u-boot into ubootGerald Van Baren2008-03-21-7/+43
|\ \ \ \ \
| * | | | | The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov2008-03-18-6/+36
| * | | | | The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov2008-03-18-1/+7
* | | | | | Fix fdt boardsetup command parsingKumar Gala2008-03-18-1/+2
* | | | | | Add sub-commands to fdtKumar Gala2008-03-18-1/+111
|/ / / / /
* | | | | Blackfin: new cplbinfo command for viewing cplb tablesMike Frysinger2008-03-15-0/+60
* | | | | Blackfin: move bootldr command to common codeMike Frysinger2008-03-15-0/+65
| |_|_|/ |/| | |
* | | | common/kgdb.c: fix 'dereferencing type-punned pointer' warningWolfgang Denk2008-03-09-5/+5
* | | | fix copy from ram to dataflashKim B. Heino2008-03-03-1/+1
| |_|/ |/| |
* | | ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD2008-02-23-4/+6
| |/ |/|
* | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-15-8/+9
|\ \
| * | AT91CAP9 supportStelian Pop2008-02-14-8/+9
* | | Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski2008-02-15-15/+8
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-15-1/+6
|\ \ \
| * \ \ Merge commit 'wd/master'Jon Loeliger2008-02-14-3/+3
| |\ \ \ | | |/ /
| * | | Merge commit 'wd/master'Jon Loeliger2008-02-13-49/+18
| |\ \ \
| * | | | 86xx: Add reginfo commandBecky Bruce2008-01-24-2/+8
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-15-8/+340
|\ \ \ \ \
| * | | | | new command for displaying strings at specified memory locationsMike Frysinger2008-02-04-0/+50
| * | | | | interface to Blackfin on-chip One-Time-Programmable memoryMike Frysinger2008-02-04-0/+164
| * | | | | add support for memory commands with Blackfin L1 instruction memoryMike Frysinger2008-02-04-3/+48
| * | | | | add Blackfin-specific reginfo commandMike Frysinger2008-02-04-4/+41
| * | | | | add Blackfin-specific bdinfo commandMike Frysinger2008-02-04-0/+31
| * | | | | fix building on Blackfin as the assembler supports the .set syntax, not the =...Mike Frysinger2008-02-04-1/+6
| |/ / / /
* | | | | Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski2008-02-14-2/+2
* | | | | common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi2008-02-14-22/+9
| |_|/ / |/| | |
* | | | Fix building of fdt_support.c if DEBUG setKumar Gala2008-02-13-3/+3
| |/ / |/| |
* | | QE: Move FDT support into a common fileKumar Gala2008-02-12-48/+0
| |/ |/|
* | TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD2008-02-05-1/+1
* | ARM: s3c24xx: Multiple serial port supportHarald Welte2008-02-04-0/+15
* | ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is definedHebbar2008-02-04-0/+2
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk2008-01-23-1/+1
|\
| * Fix nfs command help to reflect that the serverip is optionalJean-Christophe PLAGNIOL-VILLARD2008-01-16-1/+1
* | FSL: Fix common EEPROM_data structure definitionHaiying Wang2008-01-17-2/+2
|/
* cmd_nand : fix compiler warning.Jean-Christophe PLAGNIOL-VILLARD2008-01-13-2/+2
* Make bootretry work when command line editing is enabledAndreas Engel2008-01-12-0/+7