summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2018-11-27add default-option to bootmenuFrank Wunderlich1-0/+5
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-1/+20
2018-11-26sandbox: Add a new 'sb' commandSimon Glass2-0/+47
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass1-5/+0
2018-11-21cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama1-1/+1
2018-11-20cmd: adc: add an option to scan some or all available channelsFabrice Gasnier1-1/+54
2018-11-20cmd: adc: print single conversion also in uVFabrice Gasnier1-2/+7
2018-11-20cmd: adc: add info on channel maskFabrice Gasnier1-1/+5
2018-11-17cmd: pinmux: Add pinmux commandPatrice Chotard3-0/+155
2018-11-16cmd/bdinfo: correct output of numerical valuesHeinrich Schuchardt1-2/+2
2018-11-14virtio: cmd: Add virtio command for virtio devicesTuomas Tynkkynen3-0/+46
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-9/+0
2018-11-13cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon2-6/+0
2018-11-13mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selectedBoris Brezillon1-2/+2
2018-11-01cmd: remove CONFIG_SOURCE support in MakefilePatrick Delaunay1-1/+0
2018-11-01cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10Keerthy1-2/+2
2018-10-24cmd: mii: don't check address for 'device' subcommandHector Palacios1-1/+1
2018-10-17Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini1-17/+7
2018-10-16cmd: kgdb: Enable kgdb only for PPCMichal Simek1-0/+1
2018-10-16efi_loader: execute efi_save_gd() firstHeinrich Schuchardt1-17/+7
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini3-35/+19
2018-10-10fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini1-0/+3
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass1-1/+1
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass1-4/+4
2018-10-09cros: Update ec_commands to latest versionSimon Glass1-3/+2
2018-10-09tpm: Add a few new commands for v1Simon Glass1-15/+0
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass1-12/+12
2018-10-08cmd: pxe: add support for FIT config selectionPatrick Delaunay1-3/+51
2018-10-07cmd: avb: print error message if command failsJens Wiklander1-0/+17
2018-10-07cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander1-1/+1
2018-10-03riscv: cmd: bdinfo: Print the relocation addressBin Meng1-0/+2
2018-10-03riscv: Remove mach typeBin Meng1-1/+0
2018-10-03Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-95/+531
2018-10-02cmd: mtdparts: describe as legacyMiquel Raynal1-1/+5
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal2-71/+27
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal3-2/+482
2018-10-01Merge git://git.denx.de/u-boot-dmTom Rini1-0/+37
2018-09-30u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton1-1/+4
2018-09-30cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton1-1/+2
2018-09-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-0/+300
2018-09-29cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut1-0/+37
2018-09-29cmd: Relocate poweroff under Device access commandsAdam Ford1-5/+5
2018-09-29w1: add command for onewire protocolEugen Hristev3-0/+134
2018-09-29cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee1-8/+14
2018-09-29cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee2-11/+10
2018-09-28cmd: Add osd commandsMario Six3-0/+300
2018-09-27Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-70/+151
2018-09-26cmd: add conitrace commandHeinrich Schuchardt3-0/+58
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt1-27/+40
2018-09-23efi_loader: Fix loaded_image handle passing from EL3Alexander Graf1-1/+1