aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass1-4/+4
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-3/+5
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-6/+10
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass1-118/+20
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass1-1276/+21
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass2-603/+29
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2-3/+3
2016-05-17dm: sata: Fix code style problems in cmd/sata.cSimon Glass1-5/+7
2016-05-17dm: ide: Remove the forward declarationsSimon Glass1-714/+682
2016-05-17dm: ide: Correct various code style problemsSimon Glass1-28/+29
2016-05-17dm: scsi: Fix up code styleSimon Glass1-233/+226
2016-05-17dm: scsi: Remove the forward declarationsSimon Glass1-332/+310
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day2-2/+2
2016-05-05mmc: Fix error in RPMB codeMarek Vasut1-1/+1
2016-05-03i2c/eeprom: Always define I2C_RXTX_LENMario Six1-0/+4
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-4/+4
2016-04-25cmd: Kconfig: Add a Kconfig options for a few CMDDinh Nguyen1-0/+70
2016-04-25configs: Re-sync almost all of cmd/KconfigTom Rini1-1/+1
2016-04-20cmd/usb_mass_storage.c: Rework ums_init() ret logic slightlyTom Rini1-13/+5
2016-04-20Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-10/+29
2016-04-20usb: ums - expose selected partition/sJohn Tobias1-10/+29
2016-04-18efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf1-20/+16
2016-04-18efi_loader: Put fdt into convenient locationAlexander Graf1-4/+26
2016-04-18efi_loader: Use system fdt as fallbackAlexander Graf1-6/+31
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf1-1/+1
2016-04-18efi_loader: Pass file path to payloadAlexander Graf2-8/+27
2016-04-18efi_loader: Add el torito supportAlexander Graf1-0/+14
2016-04-18cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDTMichal Simek2-1/+8
2016-04-18common: env: support sata devicePeng Fan1-1/+2
2016-04-11cmd: blkcache: simplify sub-command handlingEric Nelson1-4/+2
2016-04-11cmd: blkcache: remove indentation from output of 'show'Eric Nelson1-5/+5
2016-04-10dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede1-2/+6
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede1-1/+1
2016-04-01sata: use block layer for sata commandEric Nelson1-2/+4
2016-04-01mmc: use block layer in mmc commandEric Nelson1-3/+4
2016-04-01drivers: block: add block device cacheEric Nelson3-0/+101
2016-04-01arm64: booti: add missing unmap_sysmem()Masahiro Yamada1-0/+5
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass1-0/+4
2016-03-27cmd: spi: check return value of strdupPeng Fan1-0/+2
2016-03-27efi_loader: Add GOP supportAlexander Graf1-0/+3
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-1/+1
2016-03-22cmd: Fix license commandTom Rini1-3/+3
2016-03-22Add an option to enable the command lineSimon Glass1-0/+12
2016-03-22cbfs: Update a function to be staticSimon Glass1-4/+8
2016-03-17gpio: Report errors when GPIOs cannot be readSimon Glass1-7/+27
2016-03-17cpu: Add support for microcode version and CPU IDSimon Glass1-0/+7
2016-03-16cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILDTom Rini1-21/+22
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf2-9/+27
2016-03-15efi_loader: Call fdt preparation functionsAlexander Graf1-0/+8