summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Output strings from echo with puts where easyJoe Hershberger2012-10-03-7/+21
* Add a command to access the system timerJoe Hershberger2012-10-03-0/+27
* Add a new "ini" commandJoe Hershberger2012-10-03-0/+248
* Cleanup cache command printsJoe Hershberger2012-10-03-1/+1
* Fix checkpatch.pl complaints in cmd_cache.cJoe Hershberger2012-10-03-21/+26
* Add parameter to md5sum to save the md5 sumJoe Hershberger2012-10-03-4/+37
* Implement verify option for md5sum commandJoe Hershberger2012-10-03-0/+105
* Add parameter to sha1sum to save the SHA1 sumJoe Hershberger2012-10-03-4/+37
* Implement verify option for sha1sum commandJoe Hershberger2012-10-03-0/+105
* Change dead code in "test" cmd to debug outputJoe Hershberger2012-10-03-3/+3
* Allow runtime configuration of "zero-delay" checkJoe Hershberger2012-10-03-2/+3
* cmd_fat.c: fix build warningAnatolij Gustschin2012-09-29-1/+0
* common: add zip command supportLei Wen2012-09-29-0/+61
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2012-09-27-3/+53
|\
| * PXE: FDT: Add support for fdt in PXEChander Kashyap2012-09-27-3/+36
| * net: Improve the speed of netconsoleJoe Hershberger2012-09-24-0/+17
* | SPL: Add support for loading image from ram in SPL.Pavel Machek2012-09-27-0/+22
* | SPL: Rework how we inform about un-headered imagesTom Rini2012-09-27-5/+2
* | SPL: Make un-supported boot device puts a debug insteadTom Rini2012-09-27-3/+1
* | SPL: Enable use of custom defined U-Boot entry pointStefan Roese2012-09-27-1/+4
* | SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini2012-09-27-2/+2
* | SPL: Add option to skip copying of the mkimage headerStefan Roese2012-09-27-4/+17
* | SPL: Add NOR flash booting supportStefan Roese2012-09-27-0/+68
* | SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2012-09-27-0/+101
* | SPL: Use image_get_xxx() functions to access header valuesStefan Roese2012-09-27-5/+5
* | SPL: do not use fix value for u-boot sizeStefano Babic2012-09-27-1/+5
* | SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-27-35/+6
* | SPL: Move the omap SPL framework to common/splTom Rini2012-09-27-0/+336
* | FAT: Make it possible to read from any file positionBenoît Thébaudeau2012-09-26-10/+15
* | env: checkpatch clean env_fatIgor Grinberg2012-09-26-6/+14
* | env: remove duplicated env_get_char_spec()Igor Grinberg2012-09-26-10/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2012-09-25-70/+83
|\ \
| * | common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin2012-09-24-4/+10
| * | common/lcd: add protection from null bmp pointerNikita Kiryanov2012-09-21-1/+1
| * | common lcd: simplify lcd_display_bitmapNikita Kiryanov2012-09-05-17/+27
| * | common lcd: simplify core functionsNikita Kiryanov2012-09-05-32/+30
| * | common lcd: simplify lcd_displayNikita Kiryanov2012-09-05-9/+18
| * | common lcd: simplify lcd_logoNikita Kiryanov2012-09-05-11/+1
* | | cmd_part: add partition-related commandStephen Warren2012-09-25-0/+106
* | | disk: get_device_and_partition() "auto" partition and cleanupStephen Warren2012-09-25-12/+12
* | | cmd_reiser: use common get_device_and_partition functionRob Herring2012-09-25-64/+17
* | | cmd_zfs: use common get_device_and_partition functionRob Herring2012-09-25-69/+19
* | | cmd_disk: use common get_device_and_partition functionRob Herring2012-09-25-58/+19
* | | cmd_fat: use common get_device_and_partition functionRob Herring2012-09-25-66/+34
* | | cmd_extX: use common get_device_and_partition functionRob Herring2012-09-25-167/+30
* | | ext4: remove init_fs/deinit_fsRob Herring2012-09-25-23/+6
* | | combine block device load commands into common functionRob Herring2012-09-25-409/+187
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2012-09-25-2/+3
|\ \ \ | |_|/ |/| |
| * | powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-23-0/+1
| * | powerpc/corenet_ds: Slave module for boot from PCIELiu Gang2012-08-23-2/+2