summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-194-29/+15
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-195-24/+19
* fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-191-35/+36
* fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2014-06-191-5/+0
* freescale: m5253demo: fix unused-but-set-variable warningsMasahiro Yamada2014-06-191-4/+2
* libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley2014-06-191-1/+1
* m68k:correct io macros about endianChao Fu2014-06-191-4/+4
* m68k: eliminate a warning in cpu_initMasahiro Yamada2014-06-191-1/+1
* ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy2014-06-191-1/+11
* Fix bug in io64 target (introduced by commit aba27ac)Vasili Galka2014-06-191-2/+2
* configs: iocon: Enabling CONFIG_CMD_FPGAD againMichal Simek2014-06-181-2/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-06-124-36/+36
|\
| * mmc: free allocated memory on initialization errorsDarwin Rambo2014-06-121-2/+6
| * cmd_mmc: make mmc dev always re-probe the HWStephen Warren2014-06-121-1/+1
| * cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren2014-06-121-8/+2
| * cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren2014-06-121-12/+14
| * disk: default to HW partition 0 if not specifiedStephen Warren2014-06-121-3/+3
| * cmd_mmc: default to HW partition 0 if not specifiedStephen Warren2014-06-121-8/+7
| * mmc: return meaningful error codes from mmc_select_hwpartStephen Warren2014-06-121-3/+4
* | i2c: kona: Resolve Kona I2C driver issueSteve Rae2014-06-121-1/+1
|/
* common/xyzModem.c: move empty statements to newlineJeroen Hofstee2014-06-111-1/+2
* jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee2014-06-111-1/+1
* board:keymile: remove unnecessary double bracesJeroen Hofstee2014-06-111-1/+1
* common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee2014-06-111-2/+2
* LzmaTools: don't self assign valuesJeroen Hofstee2014-06-111-2/+2
* imximage_hynix.cfg: fix unterminated commentJeroen Hofstee2014-06-111-1/+1
* cosmetic: board: pm9263 rewrite old style stuct initJeroen Hofstee2014-06-111-14/+14
* tps6586x.h: fix inclusion guardJeroen Hofstee2014-06-111-1/+1
* Remove ${objtree}/include/asm/proc/ linkVasili Galka2014-06-116-10/+5
* cosmetic: Whitespace fixVasili Galka2014-06-112-4/+4
* cosmetic: atmel: replace old style struct initJeroen Hofstee2014-06-115-70/+70
* ext4: correctly zero filenameJeroen Hofstee2014-06-111-1/+1
* common: hash: zero end the string instead of the pointerJeroen Hofstee2014-06-111-1/+1
* kbuild: move spl/Makefile to scripts/Makefile.splMasahiro Yamada2014-06-113-7/+4
* m68k: Fix warnings with gcc 4.6Simon Glass2014-06-117-15/+12
* docs: driver-model: Fix spellingChris Packham2014-06-111-5/+5
* .gitignore: move *.exe pattern to the top gitignore for CygwinMasahiro Yamada2014-06-112-1/+3
* kbuild: remove unnecessary adjustment for CygwinMasahiro Yamada2014-06-111-49/+40
* .gitignore: drop *.dts.tmp patternMasahiro Yamada2014-06-111-1/+0
* kbuild, tools: generate wrapper C sources automatically by MakefileMasahiro Yamada2014-06-1119-30/+26
* disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel2014-06-111-1/+20
* kbuild: export HOSTCXX and HOSTCXXFLAGSMasahiro Yamada2014-06-111-1/+1
* Use run_command_repeatable()Thomas Betker2014-06-112-2/+2
* Add run_command_repeatable()Thomas Betker2014-06-112-0/+25
* Check run_command() return code properlyThomas Betker2014-06-113-11/+3
* am33xx/omap: Add a new board to enable verified bootSimon Glass2014-06-112-0/+5
* am33xx/omap: Enable FIT supportSimon Glass2014-06-111-0/+5
* am33xx/omap: Enable CONFIG_OF_CONTROLSimon Glass2014-06-119-0/+1103
* arm: ti: Increase malloc size to 16MB for armv7 boardsSimon Glass2014-06-111-1/+1
* mkimage: Automatically make space in FDT when fullSimon Glass2014-06-116-60/+114
OpenPOWER on IntegriCloud