aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass2-0/+6
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass6-0/+72
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass2-1/+5
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass1-23/+23
2014-07-22m68k: define __kernel_size_t as unsinged int againMasahiro Yamada1-1/+1
2014-07-22m68k: fix an undefined behavior warning of M5253DEMO boardMasahiro Yamada1-4/+6
2014-07-22boards.cfg: re-claim ownership for TQM8xx boardsWolfgang Denk1-9/+9
2014-07-22Ethernet: let user know if there is no valid ethernet addressPavel Machek1-8/+21
2014-07-22board_r: run scsi init() on ARM tooIan Campbell1-4/+1
2014-07-22AHCI: Increase link timeout to 200msIan Campbell1-1/+1
2014-07-22.gitignore: clean-up unnecessary entriesMasahiro Yamada1-4/+0
2014-07-22Update .mailmap using scripts/mailmapperMasahiro Yamada1-0/+15
2014-07-22scripts: add mailmapper, a tool to create/update mailmap fileMasahiro Yamada1-0/+160
2014-07-22add .mailmap for proper git-shortlog outputMasahiro Yamada1-0/+12
2014-07-22whitespace cleanupsPavel Machek2-5/+5
2014-07-22Makefile: fix tags target documentationIgor Grinberg1-1/+2
2014-07-22Makefile: fix ctags/etags clean targetsIgor Grinberg1-1/+1
2014-07-22Makefile: fix the {c, e}tags/cscope build targetsIgor Grinberg1-2/+2
2014-07-22rpi_b: handle import of environments in files with CRLF as line endingsAlexander Holler1-1/+1
2014-07-22am335x_evm: handle import of environments in files with CRLF as line endingsAlexander Holler1-1/+1
2014-07-22omap3_beagle: handle import of environments in files with CRLF as line endingsAlexander Holler1-1/+1
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler4-9/+36
2014-07-22h2200: Disable SHA256 on FIT imagesTom Rini1-0/+1
2014-07-22lib/time.c cleanupsPavel Machek1-8/+10
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee2-38/+17
2014-07-22common: cmd_ide: remove PIO modeJeroen Hofstee1-84/+0
2014-07-22serial: ns16550: use a const variable instead of macroMasahiro Yamada1-3/+3
2014-07-22serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada1-7/+3
2014-07-22serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada1-6/+0
2014-07-22bootp can use mdelayPavel Machek1-3/+2
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada1-3/+3
2014-07-22catch wrong load address passed to fatload / ext2loadPavel Machek1-1/+4
2014-07-22Fix help text of ext2load and fatload.Pavel Machek2-2/+2
2014-07-22tools: compiler.h: add missing time.hJeroen Hofstee1-0/+1
2014-07-22driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan1-4/+2
2014-07-22linux/compat.h: port lower_32_bits and upper_32_bits from LinuxLijun Pan1-0/+19
2014-07-22sparc: merge LEON2 and LEON3 linker scriptsMasahiro Yamada2-146/+2
2014-07-22sparc: merge LEON3 linker scriptsMasahiro Yamada4-431/+0
2014-07-22esd:cmd_loadpci.c: Switch from "do_source" to "source"Tom Rini1-7/+1
2014-07-21Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-2/+77
2014-07-18common: cmd_mii: fix printf format warningJeroen Hofstee1-4/+4
2014-07-18autoboot: add its own headerJeroen Hofstee1-0/+1
2014-07-18board: rpi_b: include mmc header and fix prototypeJeroen Hofstee1-1/+3
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee3-5/+7
2014-07-18common: env_common: make env_get_char_spec __weakJeroen Hofstee1-3/+1
2014-07-18yaffs2: preprocessor cleanupJeroen Hofstee1-11/+10
2014-07-18yaffs2: cosmetic: remove self assignmentsJeroen Hofstee3-22/+1
2014-07-18common: bootm_os: make arch_preboot_os __weakJeroen Hofstee1-2/+1
2014-07-18dirvers: mmc: use __weakJeroen Hofstee1-11/+9
2014-07-18lib:vsprintf: reduce scope of pack_hex_byteJeroen Hofstee1-11/+11