summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
...
| * | | | 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
* | | [new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz2008-02-07-74/+107
* | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-07-9/+109
* | | [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-07-0/+113
* | | [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-07-3/+200
* | | [new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2008-02-07-65/+100
* | | [new uImage] Remove standalone applications handling from boootmMarian Balakowicz2008-02-07-37/+1
* | | [new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz2008-02-07-9/+1
* | | [new uImage] Return error on image move/uncompress overwritesMarian Balakowicz2008-02-07-0/+22
* | | [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
|/ /
* | 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
* Refactor code for "i2c sdram" commandLarry Johnson2008-01-12-291/+220
* Fix "i2c sdram" command for DDR2 DIMMsLarry Johnson2008-01-12-119/+496
* Fix compilation problem in common/cmd_bmp.cAnatolij Gustschin2008-01-12-1/+1
* Merge ../custodiansWolfgang Denk2008-01-11-0/+2
|\
| * Nios2: remove common/cmd_bdinfo.c unused variable.Jean-Christophe PLAGNIOL-VILLARD2008-01-10-0/+2
* | Fix compiler warningKumar Gala2008-01-11-1/+1
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-01-10-0/+48
|\
| * 85xx: add ability to upload QE firmwareTimur Tabi2008-01-09-0/+48
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-01-09-4/+1
|\ \
| * \ Merge branch 'master' of git://www.denx.de/git/u-boot-freebsdWolfgang Denk2008-01-09-4/+1
| |\ \ | | |/ | |/|
| | * Globalize envmatch()Rafal Jaworowski2008-01-09-4/+1
* | | Expose parse_line() globally.James Yang2008-01-09-10/+15
|/ /
* | Add Ctrl combo key support to usb keyboard driver.Zhang Wei2008-01-09-0/+19