aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-28lcd: fix console address is not initializedBo Shen1-0/+1
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese1-1/+1
2015-01-24Allow architecture-specific memory reservationSimon Glass1-0/+7
2015-01-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+5
2015-01-21fpga: Protect GZIP usage when LOADMK is enabledMichal Simek1-0/+5
2015-01-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+204
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-2/+10
2015-01-19mmc: extend the mmc hwpartition sub-command to change write reliabilityDiego Santa Cruz1-24/+92
2015-01-19mmc: add mmc hwpartition sub-command to do eMMC hardware partitioningDiego Santa Cruz1-1/+92
2015-01-19mmc: show the erase group size and HC WP group size in mmcinfo outputDiego Santa Cruz1-0/+8
2015-01-19mmc: display size and start of eMMC enhanced user data area in mmcinfoDiego Santa Cruz1-3/+8
2015-01-19mmc: skip mmcinfo partition info processing for eMMC < 4.41Diego Santa Cruz1-1/+1
2015-01-19mmc: make eMMC general purpose partition numbering match specDiego Santa Cruz1-1/+1
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz1-4/+10
2015-01-19mmc: show hardware partition sizes in mmcinfo outputDiego Santa Cruz1-0/+17
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-0/+2
2015-01-18usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede1-4/+5
2015-01-18usb: Fix usb_kbd_deregister when console-muxing is usedHans de Goede1-0/+4
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+4
2015-01-18USB: make "usb start" start usb only onceHans de Goede1-17/+31
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