aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-11cmd: fpga: Move error handling to do_fpga()Michal Simek1-3/+3
2018-09-11cmd: fpga: Remove fit image support passed without fpga deviceMichal Simek1-25/+0
2018-09-10cmd: part: use MAX_SEARCH_PARTITIONS for part searchKever Yang1-1/+1
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-4/+2
2018-08-26cmd: ubi: change 'default y' for SUNXI to 'imply' in KconfigMasahiro Yamada1-1/+0
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-1/+277
2018-08-24u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton1-1/+4
2018-08-21Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini1-12/+15
2018-08-21cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot3-0/+265
2018-08-21cmd: fastboot: Validate user inputSam Protsenko1-1/+12
2018-08-21cmd: efi: Clarify calculation precedence for '&' and '?'Eugeniu Rosca1-1/+1
2018-08-21efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributesEugeniu Rosca1-0/+3
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca1-11/+11
2018-08-20cmd: Add dtimg commandSam Protsenko3-0/+150
2018-08-17Convert CONFIG_MII et al to KconfigAdam Ford1-0/+1
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-0/+361
2018-08-11cmd: Add axi commandMario Six3-0/+361
2018-08-10elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero1-0/+75
2018-08-10sata: fix sata_Probe return value checkTroy Kisky1-2/+2
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-20/+70
2018-07-30tpmv2: Make it select CMD_LOGTom Rini1-0/+1
2018-07-30dm: Change CMD_DM enablingMichal Simek1-1/+0
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-7/+7
2018-07-30Kconfig: Replace spaces with tabs and missing newlineMichal Simek1-2/+3
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal3-4/+26
2018-07-26Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+6
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger1-0/+6
2018-07-26cmd/ubi.c: Fix format warningTom Rini1-1/+1
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-3/+0
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-0/+5
2018-07-25efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass1-10/+14
2018-07-25efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass1-2/+6
2018-07-25efi_loader: Use map_sysmem() in bootefi commandAlexander Graf1-5/+8
2018-07-25efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis1-1/+5
2018-07-25efi_loader: ARM: run EFI payloads non-secureMark Kettenis1-0/+33
2018-07-24avb2.0: add proper dependenciesIgor Opaniuk1-1/+1