summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini3-282/+244
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-10lcd_console: remove unused definesNikita Kiryanov1-4/+0
2015-01-10lcd: refactor lcd console stuff into its own fileNikita Kiryanov3-230/+216
2015-01-10lcd: make lcd_drawchars() independant of lcd_baseNikita Kiryanov1-5/+2
2015-01-10lcd: introduce getters for bg/fg colorNikita Kiryanov1-9/+22
2015-01-10lcd: get rid of COLOR_MASKNikita Kiryanov1-8/+6
2015-01-10lcd: expand console apiNikita Kiryanov1-9/+26
2015-01-10lcd: replace CONSOLE_(ROWS|COLS) with variablesNikita Kiryanov1-17/+18
2015-01-10lcd: rename console_(row|col)Nikita Kiryanov1-27/+27
2015-01-10lcd: remove LCD_MONOCHROMENikita Kiryanov1-28/+2
2015-01-10lcd: cleanup lcd_drawcharsNikita Kiryanov1-13/+1
2015-01-10lcd: remove CONFIG_SYS_INVERT_COLORSNikita Kiryanov1-8/+0
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