summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan
2016-05-23cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan
2016-05-23cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan
2016-05-23cmd: qfw: add API to iterate firmware listMiao Yan
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini
2016-05-20eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov
2016-05-20eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov
2016-05-21mips: Report reloc information in bdinfoTim Chick
2016-05-20eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov
2016-05-20cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-05-17dm: sata: Fix code style problems in cmd/sata.cSimon Glass
2016-05-17dm: ide: Remove the forward declarationsSimon Glass
2016-05-17dm: ide: Correct various code style problemsSimon Glass
2016-05-17dm: scsi: Fix up code styleSimon Glass
2016-05-17dm: scsi: Remove the forward declarationsSimon Glass
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-05-05mmc: Fix error in RPMB codeMarek Vasut
2016-05-03i2c/eeprom: Always define I2C_RXTX_LENMario Six
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-25cmd: Kconfig: Add a Kconfig options for a few CMDDinh Nguyen
2016-04-25configs: Re-sync almost all of cmd/KconfigTom Rini
2016-04-20cmd/usb_mass_storage.c: Rework ums_init() ret logic slightlyTom Rini
2016-04-20Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-04-20usb: ums - expose selected partition/sJohn Tobias
2016-04-18efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf
2016-04-18efi_loader: Put fdt into convenient locationAlexander Graf
2016-04-18efi_loader: Use system fdt as fallbackAlexander Graf
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf
2016-04-18efi_loader: Pass file path to payloadAlexander Graf
2016-04-18efi_loader: Add el torito supportAlexander Graf
2016-04-18cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDTMichal Simek
2016-04-18common: env: support sata devicePeng Fan
2016-04-11cmd: blkcache: simplify sub-command handlingEric Nelson
2016-04-11cmd: blkcache: remove indentation from output of 'show'Eric Nelson
2016-04-10dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede
2016-04-01sata: use block layer for sata commandEric Nelson
2016-04-01mmc: use block layer in mmc commandEric Nelson
2016-04-01drivers: block: add block device cacheEric Nelson
2016-04-01arm64: booti: add missing unmap_sysmem()Masahiro Yamada
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass