summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-23efi_loader: create root nodeHeinrich Schuchardt1-0/+5
2018-09-23efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt1-0/+7
2018-09-23efi_loader: do not use local variable for handleHeinrich Schuchardt1-7/+12
2018-09-23cmd: fat: add fatrm commandAKASHI Takahiro1-0/+12
2018-09-23cmd: fat: add fatmkdir commandAKASHI Takahiro1-0/+13
2018-09-23cmd: fat: add offset parameter to fatwriteAKASHI Takahiro1-3/+6
2018-09-23efi_loader: buffer size for load optionsHeinrich Schuchardt1-2/+4
2018-09-23efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass1-29/+50
2018-09-23efi: Relocate FDT to 127MB instead of 128MBSimon Glass1-2/+2
2018-09-20cmd: mtdparts: remove mandatory 'mtdparts=' prefixMiquel Raynal1-11/+6
2018-09-20cmd: mtdparts: accept spi-nand devicesMiquel Raynal1-5/+8
2018-09-20cmd: mtdparts: add fallthrough in switch statementMiquel Raynal1-0/+3
2018-09-20cmd: ubi: delete useless and misleading definitionsMiquel Raynal1-5/+0
2018-09-19fix: cmd: mvebu: Exclude mvebu commands from SPL buildsKonstantin Porotchkin1-1/+2
2018-09-11Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini1-316/+336
2018-09-11cmd: fpga: Fix loads commandMichal Simek1-112/+36
2018-09-11cmd: fpga: Use CMD_RET_FAILURE instead of simple 1Michal Simek1-7/+7
2018-09-11cmd: fpga: Add support for missing fpga loadmk commandsMichal Simek1-20/+35
2018-09-11cmd: fpga: Fix loadmk commandMichal Simek1-115/+123
2018-09-11cmd: fpga: Fix loadfs commandMichal Simek1-30/+28
2018-09-11cmd: fpga: Fix dump and all direct fpga load commandsMichal Simek1-44/+122
2018-09-11cmd: fpga: Extract fpga info command to separate functionMichal Simek1-8/+27
2018-09-11cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommandsMichal Simek1-2/+40
2018-09-11cmd: fpga: Clean wrong_parms handlingMichal Simek1-27/+8
2018-09-11cmd: fpga: Remove parameter checking from fpga loadfs commandMichal Simek1-7/+0
2018-09-11cmd: fpga: Move parameter checking for loadfs/loadsMichal Simek1-23/+21
2018-09-11cmd: fpga: Cleanup error handling in connection to FPGA_NONEMichal Simek1-6/+2
2018-09-11cmd: fpga: Move fpga_get_op to avoid local function declarationMichal Simek1-44/+41