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