summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-111-316/+336
|\
| * cmd: fpga: Fix loads commandMichal Simek2018-09-111-112/+36
| * cmd: fpga: Use CMD_RET_FAILURE instead of simple 1Michal Simek2018-09-111-7/+7
| * cmd: fpga: Add support for missing fpga loadmk commandsMichal Simek2018-09-111-20/+35
| * cmd: fpga: Fix loadmk commandMichal Simek2018-09-111-115/+123
| * cmd: fpga: Fix loadfs commandMichal Simek2018-09-111-30/+28
| * cmd: fpga: Fix dump and all direct fpga load commandsMichal Simek2018-09-111-44/+122
| * cmd: fpga: Extract fpga info command to separate functionMichal Simek2018-09-111-8/+27
| * cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommandsMichal Simek2018-09-111-2/+40
| * cmd: fpga: Clean wrong_parms handlingMichal Simek2018-09-111-27/+8
| * cmd: fpga: Remove parameter checking from fpga loadfs commandMichal Simek2018-09-111-7/+0
| * cmd: fpga: Move parameter checking for loadfs/loadsMichal Simek2018-09-111-23/+21
| * cmd: fpga: Cleanup error handling in connection to FPGA_NONEMichal Simek2018-09-111-6/+2
| * cmd: fpga: Move fpga_get_op to avoid local function declarationMichal Simek2018-09-111-44/+41
| * cmd: fpga: Move error handling to do_fpga()Michal Simek2018-09-111-3/+3
| * cmd: fpga: Remove fit image support passed without fpga deviceMichal Simek2018-09-111-25/+0
* | cmd: part: use MAX_SEARCH_PARTITIONS for part searchKever Yang2018-09-101-1/+1
* | Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-4/+2
|/
* cmd: ubi: change 'default y' for SUNXI to 'imply' in KconfigMasahiro Yamada2018-08-261-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-244-1/+277
|\
| * cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot2018-08-213-0/+265
| * cmd: fastboot: Validate user inputSam Protsenko2018-08-211-1/+12
* | u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-08-241-1/+4
* | Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini2018-08-211-12/+15
|\ \
| * | cmd: efi: Clarify calculation precedence for '&' and '?'Eugeniu Rosca2018-08-211-1/+1
| * | efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributesEugeniu Rosca2018-08-211-0/+3
| * | efi: Fix truncation of constant valueEugeniu Rosca2018-08-211-11/+11
| |/
* | cmd: Add dtimg commandSam Protsenko2018-08-203-0/+150
|/
* Convert CONFIG_MII et al to KconfigAdam Ford2018-08-171-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-08-113-0/+361
|\
| * cmd: Add axi commandMario Six2018-08-113-0/+361
* | elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero2018-08-101-0/+75
* | sata: fix sata_Probe return value checkTroy Kisky2018-08-101-2/+2
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-301-20/+70
|\
| * efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-3/+0
| * efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-0/+5
| * efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass2018-07-251-10/+14
| * efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass2018-07-251-2/+6
| * efi_loader: Use map_sysmem() in bootefi commandAlexander Graf2018-07-251-5/+8
| * efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis2018-07-251-1/+5
| * efi_loader: ARM: run EFI payloads non-secureMark Kettenis2018-07-251-0/+33
* | tpmv2: Make it select CMD_LOGTom Rini2018-07-301-0/+1
* | dm: Change CMD_DM enablingMichal Simek2018-07-301-1/+0
* | Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-7/+7
* | Kconfig: Replace spaces with tabs and missing newlineMichal Simek2018-07-301-2/+3
* | tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal2018-07-283-4/+26
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2018-07-261-0/+6
|\ \
| * | net: Read bootfile from env on netboot_common()Joe Hershberger2018-07-261-0/+6
* | | cmd/ubi.c: Fix format warningTom Rini2018-07-261-1/+1
|/ /
* | avb2.0: add proper dependenciesIgor Opaniuk2018-07-241-1/+1