summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2018-11-20cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama
2018-11-20cmd: adc: add an option to scan some or all available channelsFabrice Gasnier
2018-11-20cmd: adc: print single conversion also in uVFabrice Gasnier
2018-11-20cmd: adc: add info on channel maskFabrice Gasnier
2018-11-16cmd: pinmux: Add pinmux commandPatrice Chotard
2018-11-16cmd/bdinfo: correct output of numerical valuesHeinrich Schuchardt
2018-11-14virtio: cmd: Add virtio command for virtio devicesTuomas Tynkkynen
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-13cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon
2018-11-13mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selectedBoris Brezillon
2018-11-01cmd: remove CONFIG_SOURCE support in MakefilePatrick Delaunay
2018-11-01cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10Keerthy
2018-10-24cmd: mii: don't check address for 'device' subcommandHector Palacios
2018-10-17Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini
2018-10-16cmd: kgdb: Enable kgdb only for PPCMichal Simek
2018-10-16efi_loader: execute efi_save_gd() firstHeinrich Schuchardt
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini
2018-10-10fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass
2018-10-09cros: Update ec_commands to latest versionSimon Glass
2018-10-09tpm: Add a few new commands for v1Simon Glass
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass
2018-10-08cmd: pxe: add support for FIT config selectionPatrick Delaunay
2018-10-07cmd: avb: print error message if command failsJens Wiklander
2018-10-07cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander
2018-10-03riscv: cmd: bdinfo: Print the relocation addressBin Meng
2018-10-03riscv: Remove mach typeBin Meng
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-02cmd: mtdparts: describe as legacyMiquel Raynal
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini
2018-09-30u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton
2018-09-30cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2018-09-29cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut
2018-09-29cmd: Relocate poweroff under Device access commandsAdam Ford
2018-09-28w1: add command for onewire protocolEugen Hristev
2018-09-28cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee
2018-09-28cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee
2018-09-28cmd: Add osd commandsMario Six
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-09-25cmd: add conitrace commandHeinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: Fix loaded_image handle passing from EL3Alexander Graf
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt
2018-09-23efi_loader: do not use local variable for handleHeinrich Schuchardt
2018-09-23cmd: fat: add fatrm commandAKASHI Takahiro