summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
2015-01-30fpga: Extend dump descriptionMichal Simek
2015-01-30cmd: Fix gettime command helpBin Meng
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta
2015-01-29Use hash.c in mkimageRuchika Gupta
2015-01-29hash: Add function to find hash_algo struct with progressive hashRuchika Gupta
2015-01-29Export redesignMartin Dorwig
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada
2015-01-29cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada
2015-01-29common: bootm: Document fake bootm sub-commandMichal Simek
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira
2015-01-29imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira
2015-01-29common: add cache flush to imxtract functionPieter Voorthuijsen
2015-01-29part: let list put the list in an environment variableSjoerd Simons
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons
2015-01-28lcd: fix console address is not initializedBo Shen
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese
2015-01-24Allow architecture-specific memory reservationSimon Glass
2015-01-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-01-21fpga: Protect GZIP usage when LOADMK is enabledMichal Simek
2015-01-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz
2015-01-19mmc: extend the mmc hwpartition sub-command to change write reliabilityDiego Santa Cruz
2015-01-19mmc: add mmc hwpartition sub-command to do eMMC hardware partitioningDiego Santa Cruz
2015-01-19mmc: show the erase group size and HC WP group size in mmcinfo outputDiego Santa Cruz
2015-01-19mmc: display size and start of eMMC enhanced user data area in mmcinfoDiego Santa Cruz
2015-01-19mmc: skip mmcinfo partition info processing for eMMC < 4.41Diego Santa Cruz
2015-01-19mmc: make eMMC general purpose partition numbering match specDiego Santa Cruz
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz
2015-01-19mmc: show hardware partition sizes in mmcinfo outputDiego Santa Cruz
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede
2015-01-18usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede
2015-01-18usb: Fix usb_kbd_deregister when console-muxing is usedHans de Goede
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede
2015-01-18USB: make "usb start" start usb only onceHans de Goede
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