aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-10-20Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2-0/+111
2014-10-16crypto/fsl: Add command for encapsulating/decapsulating blobsRuchika Gupta2-0/+111
2014-10-16lcd: Fix build error with CONFIG_LCD_BMP_RLE8Simon Glass1-2/+2
2014-10-10common/board_r: remove warning in initr_mem for 64-bit phys_size_tValentin Longchamp1-1/+1
2014-10-10common: spl_sata: perform SCSI scan before getting deviceRoger Quadros1-0/+1
2014-10-10common/board_r: Fix booting issue on T4240QDSYork Sun1-3/+3
2014-10-10pxe: Ensure we don't overflow bootargsIan Campbell1-0/+9
2014-10-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-30/+36
2014-10-06Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+1
2014-10-06tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning1-0/+1
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede2-6/+6
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede2-4/+11
2014-10-06usb: kbd: Remove check for already being registeredHans de Goede1-11/+1
2014-10-06usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()Hans de Goede1-12/+15
2014-10-06usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede1-1/+6
2014-10-06usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede1-2/+3
2014-10-03cmd_mmc: fix bootpart-resize maxarg to 4Wally Yeh1-1/+1
2014-10-03env_mmc: correct fini partition to match init partitionPeter Bigot1-1/+1
2014-09-26Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini1-21/+32
2014-09-26dm: spi: Move cmd device code into its own functionSimon Glass1-21/+32
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-10/+1
2014-09-25fdt_support: Make of_bus_default_count_cells non staticArnab Basu1-1/+1
2014-09-25fdt_support: Move of_read_number to fdt_support.hArnab Basu1-9/+0
2014-09-24kbuild: refactor some makefilesMasahiro Yamada1-7/+2
2014-09-24cmd_nand: Update (nand_info_t*)nand after arg_off(_size) callRostislav Lisovy1-2/+4
2014-09-24kconfig: move CONFIG_CMD_IMPORTENV to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_GO to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_EXPORTENV to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_CRC32 to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: move CONFIG_CMD_BOOTM to KconfigMasahiro Yamada1-0/+6
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+4
2014-09-24sandbox: Disable Ctrl-CSimon Glass1-0/+3
2014-09-24usb/gadget: fastboot: implement sparse formatSteve Rae2-10/+23
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae1-3/+4
2014-09-24usb/gadget: fastboot: add eMMC support for flash commandSteve Rae2-0/+85
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov1-13/+0
2014-09-16generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada1-4/+6
2014-09-16common: fix include guards for CONFIG_MPGabriel Huau1-2/+2
2014-09-16implement the Android sparse image formatSteve Rae1-53/+76
2014-09-16cleanup code which handles the Android sparse image formatSteve Rae1-41/+56
2014-09-16update code which handles Android sparse image formatSteve Rae1-2438/+0
2014-09-16add code to handle Android sparse image formatSteve Rae1-0/+2643
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada1-3/+4
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan1-12/+2
2014-09-15Fix a few printf argument verification warningsVasili Galka3-4/+4
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini3-12/+29
2014-09-10dm: Make driver model available before board_init()Simon Glass2-15/+27
2014-09-10Set up stdio earlier when using driver modelSimon Glass1-6/+11
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass1-2/+2
2014-09-09board_r: ARM[64] do not set gd againJeroen Hofstee1-1/+1