aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-10-27spl: move comment to the right placeAndreas Bießmann1-1/+1
2014-10-27image: Fix Android boot image supportAhmad Draidi3-18/+57
2014-10-27cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada1-0/+3
2014-10-27common: command: trivial coding style fixesMasahiro Yamada1-30/+26
2014-10-27common/cmd_io.c: Fix incorrect help for iod/iowBin Meng1-3/+3
2014-10-27aboot: fix block addressing for don't care chunk typeRob Herring1-0/+1
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET1-1/+1
2014-10-27spl: Add EXT support to SPLGuillaume GARDET3-2/+156
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET4-9/+9
2014-10-27usb: Use correct printf() format string for uintptr_tSimon Glass1-5/+6
2014-10-27scsi: Use correct printf() format string for uintptr_tSimon Glass1-4/+5
2014-10-27Revert "common, env: Fix support for environment in i2c eeprom"Valentin Longchamp1-7/+2
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2-4/+8
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini1-0/+1
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-36/+21
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee1-1/+1
2014-10-25common/cmd_elf.c: add missing includeJeroen Hofstee1-0/+1
2014-10-25common:console: add missing includeJeroen Hofstee1-1/+2
2014-10-25modem.c: Switch to debug() from dbg found in common/console.cTom Rini1-7/+6
2014-10-25serial: make local functions staticJeroen Hofstee1-7/+7
2014-10-25image-fit: make local function staticJeroen Hofstee1-1/+1
2014-10-25env_nand: make local functions staticJeroen Hofstee1-2/+2
2014-10-25common: board_r: make local functions staticJeroen Hofstee1-4/+4
2014-10-25common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee1-2/+1
2014-10-25misc: use __weakJeroen Hofstee1-4/+1
2014-10-24common: board: use __weakJeroen Hofstee2-16/+4
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass1-36/+21
2014-10-23common: Makefile: allow for spl builds with env_fatFelipe Balbi1-0/+1
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini6-10/+92
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass1-0/+30
2014-10-22dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass1-0/+25
2014-10-22sf: Tidy up public and private header filesSimon Glass1-0/+1
2014-10-22dm: spi: Adjust cmd_spi to work with driver modelSimon Glass1-8/+31
2014-10-22dm: Add spi.h header to a few filesSimon Glass1-0/+1
2014-10-22dm: Remove spi_init() from board_r.c when using driver modelSimon Glass1-1/+1
2014-10-22dm: spi: Add a uclass for SPISimon Glass1-1/+3
2014-10-22x86: Support loading kernel setup from a FITSimon Glass4-2/+55
2014-10-22sandbox: bootm: Don't fail the architecture checkSimon Glass1-1/+1
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