aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* virtio: cmd: Add virtio command for virtio devicesTuomas Tynkkynen2018-11-143-0/+46
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-9/+0
* cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon2018-11-132-6/+0
* mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selectedBoris Brezillon2018-11-131-2/+2
* cmd: remove CONFIG_SOURCE support in MakefilePatrick Delaunay2018-11-011-1/+0
* cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10Keerthy2018-11-011-2/+2
* cmd: mii: don't check address for 'device' subcommandHector Palacios2018-10-241-1/+1
* Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini2018-10-171-17/+7
|\
| * efi_loader: execute efi_save_gd() firstHeinrich Schuchardt2018-10-161-17/+7
* | cmd: kgdb: Enable kgdb only for PPCMichal Simek2018-10-161-0/+1
|/
* Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2018-10-103-35/+19
|\
| * cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass2018-10-091-1/+1
| * x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-091-4/+4
| * cros: Update ec_commands to latest versionSimon Glass2018-10-091-3/+2
| * tpm: Add a few new commands for v1Simon Glass2018-10-091-15/+0
| * cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-091-12/+12
* | fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini2018-10-101-0/+3
* | cmd: pxe: add support for FIT config selectionPatrick Delaunay2018-10-081-3/+51
|/
* cmd: avb: print error message if command failsJens Wiklander2018-10-071-0/+17
* cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander2018-10-071-1/+1
* riscv: cmd: bdinfo: Print the relocation addressBin Meng2018-10-031-0/+2
* riscv: Remove mach typeBin Meng2018-10-031-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-025-95/+531
|\
| * cmd: mtdparts: describe as legacyMiquel Raynal2018-10-021-1/+5
| * cmd: ubi: clean the partition handlingMiquel Raynal2018-10-022-71/+27
| * cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-023-2/+482
| * cmd: mtdparts: remove mandatory 'mtdparts=' prefixMiquel Raynal2018-09-201-11/+6
| * cmd: mtdparts: accept spi-nand devicesMiquel Raynal2018-09-201-5/+8
| * cmd: mtdparts: add fallthrough in switch statementMiquel Raynal2018-09-201-0/+3
| * cmd: ubi: delete useless and misleading definitionsMiquel Raynal2018-09-201-5/+0
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-09-301-0/+37
|\ \
| * | cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut2018-09-291-0/+37
* | | u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-09-301-1/+4
* | | cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton2018-09-301-1/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-09-293-0/+300
|\ \ \
| * | | cmd: Add osd commandsMario Six2018-09-283-0/+300
| |/ /
* | | cmd: Relocate poweroff under Device access commandsAdam Ford2018-09-291-5/+5
* | | w1: add command for onewire protocolEugen Hristev2018-09-283-0/+134
* | | cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee2018-09-281-8/+14
* | | cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee2018-09-282-11/+10
|/ /
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-262-70/+151
|\ \
| * | efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-231-27/+40
| * | efi_loader: Fix loaded_image handle passing from EL3Alexander Graf2018-09-231-1/+1
| * | efi_loader: create root nodeHeinrich Schuchardt2018-09-231-0/+5
| * | efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt2018-09-231-0/+7
| * | efi_loader: do not use local variable for handleHeinrich Schuchardt2018-09-231-7/+12
| * | cmd: fat: add fatrm commandAKASHI Takahiro2018-09-231-0/+12
| * | cmd: fat: add fatmkdir commandAKASHI Takahiro2018-09-231-0/+13
| * | cmd: fat: add offset parameter to fatwriteAKASHI Takahiro2018-09-231-3/+6
| * | efi_loader: buffer size for load optionsHeinrich Schuchardt2018-09-231-2/+4