aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass3-91/+95
2012-10-03Output strings from echo with puts where easyJoe Hershberger1-7/+21
2012-10-03Add a command to access the system timerJoe Hershberger2-1/+29
2012-10-03Add a new "ini" commandJoe Hershberger3-0/+249
2012-10-03Cleanup cache command printsJoe Hershberger1-1/+1
2012-10-03Fix checkpatch.pl complaints in cmd_cache.cJoe Hershberger1-21/+26
2012-10-03net: fix netconsole filteringJoe Hershberger1-1/+1
2012-10-03Add parameter to md5sum to save the md5 sumJoe Hershberger1-4/+37
2012-10-03Implement verify option for md5sum commandJoe Hershberger1-0/+105
2012-10-03Add parameter to sha1sum to save the SHA1 sumJoe Hershberger1-4/+37
2012-10-03Implement verify option for sha1sum commandJoe Hershberger1-0/+105
2012-10-03Change dead code in "test" cmd to debug outputJoe Hershberger1-3/+3
2012-10-03Allow runtime configuration of "zero-delay" checkJoe Hershberger2-2/+5
2012-10-02README: Add handy kermit primerKarl O. Pinc1-1/+4
2012-10-02TNETV107X: Change tnetv107x_evm maintainerChan-Taek Park1-4/+4
2012-10-02MAINTAINERS: New maintainer for Samsung's Trats development board.Ɓukasz Majewski1-1/+1
2012-10-02TQM8xx: adjust linker script to grown code sizeWolfgang Denk1-2/+0
2012-10-02mpc52xx/motionpro: fix monitor size and update default environmentWolfgang Grandegger1-18/+26
2012-10-02openrisc/bitops: add hweightX definesStefan Kristiansson1-0/+4
2012-10-02openrisc: implement get_ticks and get_tbclkStefan Kristiansson1-0/+10
2012-10-01Prepare v2012.10-rc2v2012.10-rc2Tom Rini1-1/+1
2012-10-01AP1000: Inline local 'get_device'Tom Rini2-9/+3
2012-09-29sandbox: Add asm/errno.hSimon Glass1-0/+1
2012-09-29cmd_fat.c: fix build warningAnatolij Gustschin1-1/+0
2012-09-29common: add zip command supportLei Wen3-0/+67
2012-09-29lib: add gzip lib function callbackLei Wen3-0/+150
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen1-3/+1
2012-09-29lib: zlib: include deflate into zlib buildLei Wen4-9/+51
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen2-0/+1371
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen2-0/+2176
2012-09-28remove unnecessary code in ata_piixPavel Herrmann1-3/+0
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren1-1/+2
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini177-166/+1379
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek3-0/+26
2012-09-27SPL: Rework how we inform about un-headered imagesTom Rini1-5/+2
2012-09-27SPL: Make un-supported boot device puts a debug insteadTom Rini1-3/+1
2012-09-27SPL: Enable use of custom defined U-Boot entry pointStefan Roese1-1/+4
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini3-14/+15
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese2-4/+20
2012-09-27SPL: Add NOR flash booting supportStefan Roese4-0/+71
2012-09-27da850: Add README.da850Tom Rini1-0/+68
2012-09-27hawkboard: Update config file to work with common spl frameworkSughosh Ganu1-1/+1
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini11-113/+101
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki1-0/+2
2012-09-27PXE: FDT: Add support for fdt in PXEChander Kashyap2-5/+48
2012-09-27FEC: Replace magic contantsMarek Vasut2-3/+6
2012-09-27FEC: Rework the TX wait mechanismMarek Vasut1-9/+11
2012-09-27FEC: Remove endless loop in the FEC driverMarek Vasut1-1/+13
2012-09-27FEC: Properly align address over the buffers for cache opsMarek Vasut1-6/+8
2012-09-27FEC: Do not pass unaligned buffer to network stackMarek Vasut1-1/+2