summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-07-291-2/+6
|\ \
| * | pxe: add AArch64 image supportStephen Warren2015-07-271-2/+6
* | | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-07-281-0/+22
|\ \ \
| * | | cmd_mp: Add support for showing all CPU status by one commandMichal Simek2015-07-281-0/+22
| |/ /
* | | generic_board: Call "checkboard" even though the root node has a "model" prop...Haikun.Wang@freescale.com2015-07-271-5/+2
|/ /
* | Merge git://git.denx.de/u-boot-usbTom Rini2015-07-241-7/+26
|\ \
| * | fastboot: Dynamic controller index for usb_gadget_handle_interruptsPaul Kocialkowski2015-07-221-1/+1
| * | usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski2015-07-221-6/+25
| |/
* | spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-241-0/+5
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-213-4/+4
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-1/+1
* | dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass2015-07-211-2/+5
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-211-4/+4
* | dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-211-5/+4
* | dm: usb: Fix "usb tree" outputHans de Goede2015-07-211-5/+5
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-1/+1
* | usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede2015-07-211-4/+4
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-5/+5
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-3/+1
* | spl: Add a debug string before the jump to U-BootSimon Glass2015-07-211-0/+1
* | dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-211-11/+24
* | dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-211-2/+15
* | spl: Add debugging info for spl_mmc bootSimon Glass2015-07-211-2/+7
* | sandbox: Drop special-case sandbox console codeSimon Glass2015-07-211-5/+1
* | dm: Allow debug UART to support an early consoleSimon Glass2015-07-211-0/+19
* | mkimage: Display a better list of available image typesSimon Glass2015-07-211-26/+32
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-07-201-0/+7
|\
| * board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha2015-07-201-0/+7
* | cmd_fdt: save fdtaddr in hex formatSudeep Holla2015-07-201-1/+1
* | fdt: prevent clearing memory node if there are no banksAndre Przywara2015-07-201-0/+3
|/
* cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2CBin Meng2015-07-141-6/+6
* dm: cpu: Fix undefined ENOSYS build errorBin Meng2015-07-141-0/+1
* spi: sf: Print the error code on failureSimon Glass2015-07-141-2/+6
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-141-0/+3
* scsi: fix compiler warning with DEBUG and 48bit LBAsAndre Przywara2015-07-111-2/+2
* common: Add CMD_SF Kconfig entryJagan Teki2015-07-011-0/+5
* mtd, spi: Check if flash pointer is usedHeiko Schocher2015-06-301-0/+5
* spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher2015-06-301-25/+29
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-303-139/+40
* mtd, spi: Add MTD layer driverDaniel Schwierzeck2015-06-301-2/+0
* Move defaults from config_cmd_default.h to KconfigJoe Hershberger2015-06-251-0/+23
* common: Add the CMD_ENV_EXISTS config to KconfigJoe Hershberger2015-06-251-0/+6
* common: Fix comment for saveenv in KconfigJoe Hershberger2015-06-251-1/+2
* Merge git://git.denx.de/u-boot-usbTom Rini2015-06-191-1/+3
|\
| * usb: kbd: Disable idle input reports when we do not need themHans de Goede2015-06-191-1/+3
* | common: cmd_part: start and size sub-commands introductionPaul Kocialkowski2015-06-191-1/+77
* | common: cmd_part: Proper alignmentPaul Kocialkowski2015-06-191-1/+1
|/
* spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski2015-06-181-7/+15
* spl: spl_mmc: Minor cosmeticsPaul Kocialkowski2015-06-181-6/+5
* ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf2015-06-121-2/+47
OpenPOWER on IntegriCloud