summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-01-14Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada
2015-01-14image: Enable OpenRTOS booting via fitImageMarek Vasut
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut
2015-01-14bootm: Factor out common parts of image decompression codeSimon Glass
2015-01-14bootm: Use print_decomp_msg() in all casesSimon Glass
2015-01-14bootm: Export bootm_decomp_image()Simon Glass
2015-01-14sandbox: Correct ordering of 'sb save' commandsSimon Glass
2015-01-14bootm: Move compression progress/error messages into a functionSimon Glass
2015-01-14common/memsize.c: Coding style cleanupWolfgang Denk
2015-01-14console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka
2015-01-14edid: Add an edid_check_checksum() helper functionHans de Goede
2015-01-13x86: board_f: Adjust x86 boot order for performanceSimon Glass
2015-01-10lcd_console: remove unused definesNikita Kiryanov
2015-01-10lcd: refactor lcd console stuff into its own fileNikita Kiryanov
2015-01-10lcd: make lcd_drawchars() independant of lcd_baseNikita Kiryanov
2015-01-10lcd: introduce getters for bg/fg colorNikita Kiryanov
2015-01-10lcd: get rid of COLOR_MASKNikita Kiryanov
2015-01-10lcd: expand console apiNikita Kiryanov
2015-01-10lcd: replace CONSOLE_(ROWS|COLS) with variablesNikita Kiryanov
2015-01-10lcd: rename console_(row|col)Nikita Kiryanov
2015-01-10lcd: remove LCD_MONOCHROMENikita Kiryanov
2015-01-10lcd: cleanup lcd_drawcharsNikita Kiryanov
2015-01-10lcd: remove CONFIG_SYS_INVERT_COLORSNikita Kiryanov
2015-01-06Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini
2015-01-05memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang
2015-01-05cmd_fdt: fix working_fdt is set to wrong valueHua Yanghao
2015-01-05cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700Alexey Brodkin
2015-01-05powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada
2015-01-05mpc8xx: remove SPD823TS board supportMasahiro Yamada
2015-01-01Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-12-29Fix hash verificationNikolay Dimitrov
2014-12-29common/board_f.c: fix compile error when tracing disabledKevin Hilman
2014-12-18ARM: Implement non-cached memory supportThierry Reding
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae
2014-12-18fastboot: add support for continue commandRob Herring
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring
2014-12-12Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov
2014-12-11dm: i2c: Implement driver model support in the i2c commandSimon Glass
2014-12-08Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2014-12-08Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2014-12-08fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is definedSuriyan Ramasami
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada
2014-12-08cmd_fuse: return CMD_RET_FAILURE on errorHector Palacios
2014-12-08ARM: rpi: rename rpi_b to rpiStephen Warren
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET