aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz1-9/+109
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz1-0/+113
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-3/+200
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2-65/+100
2008-02-07[new uImage] Remove standalone applications handling from boootmMarian Balakowicz1-37/+1
2008-02-07[new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz1-9/+1
2008-02-07[new uImage] Return error on image move/uncompress overwritesMarian Balakowicz1-0/+22
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz3-94/+155
2008-02-07[new uImage] Cleanup cmd_bootm.cMarian Balakowicz2-311/+322
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz2-16/+22
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz1-17/+1
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz1-7/+0
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz3-91/+117
2008-02-07[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz1-2/+1
2008-02-07[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz1-542/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz13-302/+268
2008-02-07Add missing cmd_ximg.o to common/MakefileMarian Balakowicz1-0/+1
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-04ARM: s3c24xx: Multiple serial port supportHarald Welte1-0/+15
2008-02-04ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is definedHebbar1-0/+2
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk1-1/+1
2008-01-17FSL: Fix common EEPROM_data structure definitionHaiying Wang1-2/+2
2008-01-16Fix nfs command help to reflect that the serverip is optionalJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-01-13cmd_nand : fix compiler warning.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-01-12Make bootretry work when command line editing is enabledAndreas Engel1-0/+7
2008-01-12Refactor code for "i2c sdram" commandLarry Johnson1-291/+220
2008-01-12Fix "i2c sdram" command for DDR2 DIMMsLarry Johnson1-119/+496
2008-01-12Fix compilation problem in common/cmd_bmp.cAnatolij Gustschin1-1/+1
2008-01-11Merge ../custodiansWolfgang Denk1-0/+2
2008-01-11Fix compiler warningKumar Gala1-1/+1
2008-01-10Nios2: remove common/cmd_bdinfo.c unused variable.Jean-Christophe PLAGNIOL-VILLARD1-0/+2
2008-01-10Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk1-0/+48
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi1-0/+48
2008-01-09Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-4/+1
2008-01-09Merge branch 'master' of git://www.denx.de/git/u-boot-freebsdWolfgang Denk1-4/+1
2008-01-09Expose parse_line() globally.James Yang1-10/+15
2008-01-09Add Ctrl combo key support to usb keyboard driver.Zhang Wei1-0/+19
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2008-01-09Remove the obsolete terse version of do_mii()Shinya Kuribayashi1-139/+0
2008-01-09common/cmd_mii.c: Add sanity argc checkShinya Kuribayashi1-0/+5
2008-01-09Globalize envmatch()Rafal Jaworowski1-4/+1
2008-01-09cmd_bmp: Add support for displaying gzip compressed bmpsHans-Christian Egtvedt1-49/+85
2008-01-09Remove bit swapping in Xilinx Spartan bitfile loadingMatthias Fuchs1-36/+1
2008-01-09Fix MSB check in Xilinx Spartan slave serial modeMatthias Fuchs2-2/+2
2008-01-09Add pre and post configuration callbacks for Spartan FPGAsMatthias Fuchs2-4/+32
2008-01-09Improve configuration of FPGA subsystemMatthias Fuchs9-50/+42
2008-01-09serial: Make default_serial_console() a weak functionMatthias Fuchs1-1/+3
2008-01-09add 'terminal program' functionalityHarald Welte2-0/+103
2008-01-09Re-introduce the 'nand read.oob' and 'nand write.oob' commandsHarald Welte1-0/+8
2008-01-09Fix building with CRAMFS but not JFFS2 supportHarald Welte1-0/+9