aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-21fpga: Protect GZIP usage when LOADMK is enabledMichal Simek1-0/+5
2015-01-06Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-3/+16
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET1-3/+16
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini1-0/+1
2015-01-05memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang1-2/+12
2015-01-05cmd_fdt: fix working_fdt is set to wrong valueHua Yanghao1-1/+1
2015-01-05cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700Alexey Brodkin1-1/+1
2015-01-05powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada1-3/+0
2015-01-05mpc8xx: remove SPD823TS board supportMasahiro Yamada1-6/+0
2015-01-01Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+11
2014-12-29Fix hash verificationNikolay Dimitrov2-19/+15
2014-12-29common/board_f.c: fix compile error when tracing disabledKevin Hilman1-0/+2
2014-12-18ARM: Implement non-cached memory supportThierry Reding1-0/+11
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae1-3/+23
2014-12-18fastboot: add support for continue commandRob Herring1-0/+4
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring1-3/+3
2014-12-12Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+2
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov1-1/+2
2014-12-11dm: i2c: Implement driver model support in the i2c commandSimon Glass1-53/+323
2014-12-08Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-10/+10
2014-12-08Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-15/+3
2014-12-08fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is definedSuriyan Ramasami1-4/+11
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+0
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada2-27/+0
2014-12-08cmd_fuse: return CMD_RET_FAILURE on errorHector Palacios1-1/+1
2014-12-08ARM: rpi: rename rpi_b to rpiStephen Warren1-1/+1
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET1-1/+2
2014-12-08Fix console functions for U-Boot APISimon Glass1-4/+4
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski1-4/+26
2014-12-08flash: do not fail even if flash_size is zeroMasahiro Yamada1-15/+3
2014-12-05common: spl: Add interactive DDR debugger support for SPL imageAlison Wang1-10/+10
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski1-4/+4
2014-12-04Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2-10/+11
2014-12-03Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini1-2/+2
2014-12-01Merge git://git.denx.de/u-boot-fdtTom Rini1-6/+6
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini1-5/+2
2014-12-01fdt: Fix regression in fdt_pack_reg()Hans de Goede1-6/+6
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2-10/+11
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET1-5/+5
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-42/+67
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini3-50/+64
2014-11-25x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng1-1/+1
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng1-1/+1
2014-11-25x86: Remove board_early_init_r()Simon Glass1-3/+0
2014-11-25common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_nodeHans de Goede1-42/+5
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede1-0/+62
2014-11-24Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini1-7/+1
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent1-1/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+23
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini6-26/+86