summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* cmd: fitupd: Convert CONFIG_CMD_FITUPDMarek Vasut2018-02-131-0/+6
* efi_loader: fix the online help for bootefi bootmgrHeinrich Schuchardt2018-02-101-1/+1
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-082-1/+4
* Convert LIB_UUID to KconfigAdam Ford2018-02-081-0/+2
* move booti_setup to arch/arm/lig/image.cBin Chen2018-02-071-79/+13
* cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGATuomas Tynkkynen2018-02-052-2/+1
* log: Add a command to output a log recordSimon Glass2018-02-031-1/+40
* log: Add a command to control the log output formatSimon Glass2018-02-031-0/+43
* usb: ums: Kconfig: Select USB_FUNCTION_MASS_STORAGE when enabling 'ums' commandLukasz Majewski2018-02-021-0/+1
* cmd: nvedit: env_get_f must check for env_get_char error codesSimon Goldschmidt2018-01-311-3/+8
* cmd/bdinfo: print relocation info on X86Heinrich Schuchardt2018-01-301-0/+2
* aes: Allow non-zero initialization vectorАндрей Мозжухин2018-01-291-19/+25
* efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt2018-01-281-0/+3
* efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf2018-01-281-5/+6
* powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen2018-01-281-5/+1
* cmd: nvedit: Get rid of the env lookupMaxime Ripard2018-01-271-4/+0
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-01-261-0/+5
|\
| * cmd: misc: Disable by default on sunXiMaxime Ripard2018-01-261-0/+1
| * cmd: loads: Disable by default on sunXiMaxime Ripard2018-01-261-0/+1
| * cmd: loadb: Disable by default on sunXiMaxime Ripard2018-01-261-0/+1
| * cmd: unzip: Disable by default on sunXiMaxime Ripard2018-01-261-0/+1
| * cmd: crc32: Disable by default on sunXiMaxime Ripard2018-01-261-0/+1
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-01-231-7/+10
|\ \
| * | efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+3
| * | efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt2018-01-221-2/+2
| * | efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt2018-01-221-5/+5
| |/
* / fs: Migrate ext4 to KconfigTuomas Tynkkynen2018-01-221-0/+3
|/
* cmd: pmic: update help descriptionKlaus Goger2018-01-191-1/+1
* cmd: ti: Generalize cmd_ddr3 commandLokesh Vutla2018-01-191-30/+120
* arm: keystone: Move cmd_ddr3 to a common placeLokesh Vutla2018-01-195-0/+271
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-142-2/+21
|\
| * mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
| * mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-0/+8
| * mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-121-1/+1
| * mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-121-0/+4
| * mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot2018-01-121-0/+4
| * cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot2018-01-121-1/+2
* | riscv: Modify generic codes to support RISC-VRick Chen2018-01-121-0/+15
* | usb: rockchip: add rockusb commandEddie Cai2018-01-103-0/+83
|/
* x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2018-01-084-0/+299
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-12-191-0/+1
|\
| * fastboot: Enable flashing by default on sunxiMaxime Ripard2017-12-071-0/+1
* | log: Add a test commandSimon Glass2017-12-072-1/+8
* | log: Add a 'log level' commandSimon Glass2017-12-073-0/+63
* | Drop the log bufferSimon Glass2017-12-072-314/+0
* | mtdparts: Correct use of debug()Simon Glass2017-12-071-3/+0
* | cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu2017-12-071-2/+12
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-12-051-12/+61
|\ \
| * | efi_loader: pass handle of loaded imageHeinrich Schuchardt2017-12-011-3/+4
| * | efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese2017-12-011-0/+2