summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2018-01-29aes: Allow non-zero initialization vectorАндрей Мозжухин
2018-01-28efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt
2018-01-28efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf
2018-01-28powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard
2018-01-26Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-01-26cmd: misc: Disable by default on sunXiMaxime Ripard
2018-01-26cmd: loads: Disable by default on sunXiMaxime Ripard
2018-01-26cmd: loadb: Disable by default on sunXiMaxime Ripard
2018-01-26cmd: unzip: Disable by default on sunXiMaxime Ripard
2018-01-26cmd: crc32: Disable by default on sunXiMaxime Ripard
2018-01-23Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2018-01-22efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt
2018-01-22fs: Migrate ext4 to KconfigTuomas Tynkkynen
2018-01-19cmd: pmic: update help descriptionKlaus Goger
2018-01-19cmd: ti: Generalize cmd_ddr3 commandLokesh Vutla
2018-01-19arm: keystone: Move cmd_ddr3 to a common placeLokesh Vutla
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot
2018-01-12mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot
2018-01-12cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot
2018-01-10usb: rockchip: add rockusb commandEddie Cai
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini
2017-12-19Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-12-07log: Add a test commandSimon Glass
2017-12-07log: Add a 'log level' commandSimon Glass
2017-12-07Drop the log bufferSimon Glass
2017-12-07mtdparts: Correct use of debug()Simon Glass
2017-12-07fastboot: Enable flashing by default on sunxiMaxime Ripard
2017-12-07cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt
2017-12-01efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese
2017-12-01efi_loader: use bootargs as load optionsHeinrich Schuchardt
2017-12-01efi_selftest: correctly cleanup after selftestHeinrich Schuchardt
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt
2017-12-01efi_selftest: provide a dummy device pathHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt
2017-11-29cmd: blk: remove unreachable codeHeinrich Schuchardt
2017-11-26cmd: usb: ignore blk, emulation devices in usb tree/info displaySuneel Garapati
2017-11-19Merge git://git.denx.de/u-boot-dmTom Rini
2017-11-16cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger