summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada1-25/+39
2015-01-14image: Enable OpenRTOS booting via fitImageMarek Vasut1-2/+8
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut2-0/+33
2015-01-14bootm: Factor out common parts of image decompression codeSimon Glass1-39/+49
2015-01-14bootm: Use print_decomp_msg() in all casesSimon Glass1-16/+18
2015-01-14bootm: Export bootm_decomp_image()Simon Glass1-19/+10
2015-01-14sandbox: Correct ordering of 'sb save' commandsSimon Glass1-1/+1
2015-01-14bootm: Move compression progress/error messages into a functionSimon Glass1-24/+47
2015-01-14common/memsize.c: Coding style cleanupWolfgang Denk1-14/+17
2015-01-14console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka1-5/+41
2015-01-14edid: Add an edid_check_checksum() helper functionHans de Goede1-0/+12
2015-01-13x86: board_f: Adjust x86 boot order for performanceSimon Glass1-3/+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-06spl_sata.c: Add <scsi.h>Tom Rini1-0/+1
2015-01-06memmove_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-30Fix hash verificationNikolay Dimitrov2-19/+15
2014-12-30common/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-09Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-10/+10
2014-12-09Merge 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-07flash: 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-27sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2-10/+11
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET1-5/+5