aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-07-29Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-2/+6
2015-07-28Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+22
2015-07-28cmd_mp: Add support for showing all CPU status by one commandMichal Simek1-0/+22
2015-07-27pxe: add AArch64 image supportStephen Warren1-2/+6
2015-07-27generic_board: Call "checkboard" even though the root node has a "model" prop...Haikun.Wang@freescale.com1-5/+2
2015-07-24Merge git://git.denx.de/u-boot-usbTom Rini1-7/+26
2015-07-24spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese1-0/+5
2015-07-22fastboot: Dynamic controller index for usb_gadget_handle_interruptsPaul Kocialkowski1-1/+1
2015-07-22usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski1-6/+25
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass3-4/+4
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass1-1/+1
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass1-2/+5
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass1-4/+4
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede1-5/+4
2015-07-21dm: usb: Fix "usb tree" outputHans de Goede1-5/+5
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-1/+1
2015-07-21usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede1-4/+4
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-5/+5
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-3/+1
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass1-0/+1
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-11/+24
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass1-2/+15
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass1-2/+7
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass1-5/+1
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass1-0/+19
2015-07-21mkimage: Display a better list of available image typesSimon Glass1-26/+32
2015-07-20Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+7
2015-07-20board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha1-0/+7
2015-07-20cmd_fdt: save fdtaddr in hex formatSudeep Holla1-1/+1
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara1-0/+3
2015-07-14cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2CBin Meng1-6/+6
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng1-0/+1
2015-07-14spi: sf: Print the error code on failureSimon Glass1-2/+6
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-0/+3
2015-07-11scsi: fix compiler warning with DEBUG and 48bit LBAsAndre Przywara1-2/+2
2015-07-01common: Add CMD_SF Kconfig entryJagan Teki1-0/+5
2015-06-30mtd, spi: Check if flash pointer is usedHeiko Schocher1-0/+5
2015-06-30spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher1-25/+29
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher3-139/+40
2015-06-30mtd, spi: Add MTD layer driverDaniel Schwierzeck1-2/+0
2015-06-25Move defaults from config_cmd_default.h to KconfigJoe Hershberger1-0/+23
2015-06-25common: Add the CMD_ENV_EXISTS config to KconfigJoe Hershberger1-0/+6
2015-06-25common: Fix comment for saveenv in KconfigJoe Hershberger1-1/+2
2015-06-19Merge git://git.denx.de/u-boot-usbTom Rini1-1/+3
2015-06-19common: cmd_part: start and size sub-commands introductionPaul Kocialkowski1-1/+77
2015-06-19common: cmd_part: Proper alignmentPaul Kocialkowski1-1/+1
2015-06-19usb: kbd: Disable idle input reports when we do not need themHans de Goede1-1/+3
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski1-7/+15
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski1-6/+5
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf1-2/+47