summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* bootm: Factor out common parts of image decompression codeSimon Glass2015-01-14-39/+49
* bootm: Use print_decomp_msg() in all casesSimon Glass2015-01-14-16/+18
* bootm: Export bootm_decomp_image()Simon Glass2015-01-14-19/+10
* sandbox: Correct ordering of 'sb save' commandsSimon Glass2015-01-14-1/+1
* bootm: Move compression progress/error messages into a functionSimon Glass2015-01-14-24/+47
* common/memsize.c: Coding style cleanupWolfgang Denk2015-01-14-14/+17
* console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka2015-01-14-5/+41
* edid: Add an edid_check_checksum() helper functionHans de Goede2015-01-14-0/+12
* x86: board_f: Adjust x86 boot order for performanceSimon Glass2015-01-13-3/+5
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-01-06-3/+16
|\
| * spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET2015-01-06-3/+16
* | spl_sata.c: Add <scsi.h>Tom Rini2015-01-05-0/+1
* | memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang2015-01-05-2/+12
* | cmd_fdt: fix working_fdt is set to wrong valueHua Yanghao2015-01-05-1/+1
* | cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700Alexey Brodkin2015-01-05-1/+1
* | powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada2015-01-05-3/+0
* | mpc8xx: remove SPD823TS board supportMasahiro Yamada2015-01-05-6/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-01-01-0/+11
|\
| * ARM: Implement non-cached memory supportThierry Reding2014-12-18-0/+11
* | Fix hash verificationNikolay Dimitrov2014-12-29-19/+15
* | common/board_f.c: fix compile error when tracing disabledKevin Hilman2014-12-29-0/+2
* | fastboot: handle flash write to GPT partitionsSteve Rae2014-12-18-3/+23
* | fastboot: add support for continue commandRob Herring2014-12-18-0/+4
* | usb, g_dnl: generalize DFU detach functionsRob Herring2014-12-18-3/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-12-12-1/+2
|\
| * mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-12-1/+2
* | dm: i2c: Implement driver model support in the i2c commandSimon Glass2014-12-11-53/+323
|/
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2014-12-08-10/+10
|\
| * common: spl: Add interactive DDR debugger support for SPL imageAlison Wang2014-12-05-10/+10
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2014-12-08-15/+3
|\ \
| * | flash: do not fail even if flash_size is zeroMasahiro Yamada2014-12-08-15/+3
* | | fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is definedSuriyan Ramasami2014-12-08-4/+11
* | | Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-1/+0
* | | powerpc: mpc8xx: remove hermes board supportMasahiro Yamada2014-12-08-27/+0
* | | cmd_fuse: return CMD_RET_FAILURE on errorHector Palacios2014-12-08-1/+1
* | | ARM: rpi: rename rpi_b to rpiStephen Warren2014-12-08-1/+1
* | | spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET2014-12-08-1/+2
* | | Fix console functions for U-Boot APISimon Glass2014-12-08-4/+4
* | | spl: MMC U-Boot image load from raw partitionPaul Kocialkowski2014-12-08-4/+26
* | | MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski2014-12-04-4/+4
|/ /
* | Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-12-04-10/+11
|\ \
| * | sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-26-10/+11
| |/
* | Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini2014-12-03-2/+2
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-12-01-6/+6
|\ \
| * | fdt: Fix regression in fdt_pack_reg()Hans de Goede2014-12-01-6/+6
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2014-12-01-5/+2
|\ \ | |/ |/|
| * x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng2014-11-25-1/+1
| * x86: Remove cpu_init_r() for x86Bin Meng2014-11-25-1/+1
| * x86: Remove board_early_init_r()Simon Glass2014-11-25-3/+0
* | spl: Fix SPL EXT supportGuillaume GARDET2014-11-26-5/+5