summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Add EXT support to SPLGuillaume GARDET2014-10-273-2/+156
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-274-9/+9
* usb: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-5/+6
* scsi: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-4/+5
* Revert "common, env: Fix support for environment in i2c eeprom"Valentin Longchamp2014-10-271-7/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-272-4/+8
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-10-271-0/+1
|\
| * common: Makefile: allow for spl builds with env_fatFelipe Balbi2014-10-231-0/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-261-36/+21
|\ \
| * | dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-36/+21
| |/
* | gpio: add protype for name_to_gpioJeroen Hofstee2014-10-251-1/+1
* | common/cmd_elf.c: add missing includeJeroen Hofstee2014-10-251-0/+1
* | common:console: add missing includeJeroen Hofstee2014-10-251-1/+2
* | modem.c: Switch to debug() from dbg found in common/console.cTom Rini2014-10-251-7/+6
* | serial: make local functions staticJeroen Hofstee2014-10-251-7/+7
* | image-fit: make local function staticJeroen Hofstee2014-10-251-1/+1
* | env_nand: make local functions staticJeroen Hofstee2014-10-251-2/+2
* | common: board_r: make local functions staticJeroen Hofstee2014-10-251-4/+4
* | common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee2014-10-251-2/+1
* | misc: use __weakJeroen Hofstee2014-10-251-4/+1
* | common: board: use __weakJeroen Hofstee2014-10-242-16/+4
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-226-10/+92
|\
| * dm: cros_ec: Add support for driver modelSimon Glass2014-10-221-0/+30
| * dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass2014-10-221-0/+25
| * sf: Tidy up public and private header filesSimon Glass2014-10-221-0/+1
| * dm: spi: Adjust cmd_spi to work with driver modelSimon Glass2014-10-221-8/+31
| * dm: Add spi.h header to a few filesSimon Glass2014-10-221-0/+1
| * dm: Remove spi_init() from board_r.c when using driver modelSimon Glass2014-10-221-1/+1
| * dm: spi: Add a uclass for SPISimon Glass2014-10-221-1/+3
* | x86: Support loading kernel setup from a FITSimon Glass2014-10-224-2/+55
* | sandbox: bootm: Don't fail the architecture checkSimon Glass2014-10-221-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2014-10-202-0/+111
|\
| * crypto/fsl: Add command for encapsulating/decapsulating blobsRuchika Gupta2014-10-162-0/+111
* | lcd: Fix build error with CONFIG_LCD_BMP_RLE8Simon Glass2014-10-161-2/+2
|/
* common/board_r: remove warning in initr_mem for 64-bit phys_size_tValentin Longchamp2014-10-101-1/+1
* common: spl_sata: perform SCSI scan before getting deviceRoger Quadros2014-10-101-0/+1
* common/board_r: Fix booting issue on T4240QDSYork Sun2014-10-101-3/+3
* pxe: Ensure we don't overflow bootargsIan Campbell2014-10-101-0/+9
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-10-063-30/+36
|\
| * usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede2014-10-062-6/+6
| * stdio: Add force parameter to stdio_deregisterHans de Goede2014-10-062-4/+11
| * usb: kbd: Remove check for already being registeredHans de Goede2014-10-061-11/+1
| * usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()Hans de Goede2014-10-061-12/+15
| * usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede2014-10-061-1/+6
| * usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede2014-10-061-2/+3
* | Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpgaTom Rini2014-10-061-0/+1
|\ \ | |/ |/|
| * tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning2014-10-061-0/+1
* | cmd_mmc: fix bootpart-resize maxarg to 4Wally Yeh2014-10-031-1/+1
* | env_mmc: correct fini partition to match init partitionPeter Bigot2014-10-031-1/+1
|/
* Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini2014-09-261-21/+32
|\
OpenPOWER on IntegriCloud