summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2018-08-12Merge 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
2018-07-24mtdparts: fixed buffer overflow bugKay Potthoff1-1/+1
2018-07-23Convert CONFIG_MTD_PARTITIONS et al to KconfigAdam Ford1-0/+1
2018-07-20cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz1-7/+19
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz1-4/+8
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+2
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: rename flags in do_env_defaultYaniv Levinsky1-3/+3
2018-07-19cmd: fit_image: Add default property for FIT format scriptsAlex Kiernan1-5/+26
2018-07-12cmd: ubi: Add additional message upon UBI attach errorStefan Roese1-0/+1
2018-07-12cmd: ubi: print load size after establishing volume sizeStefan Agner1-3/+2
2018-07-10cmd: Kconfig: Move CONFIG_MP to KconfigSiva Durga Prasad Paladugu1-0/+7
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf1-0/+10
2018-07-02net: Prefer command line argumentsAlexander Graf1-2/+8
2018-07-02net: Add new wol command - Wake on LANLothar Felten3-0/+39
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng1-0/+5
2018-06-24cmd: efi: Fix wrong memory descriptor end addressBin Meng1-1/+1
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut1-1/+1
2018-06-18mmc: Remove hwpartition help text when command is disabledAlex Kiernan1-0/+2
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried1-5/+6
2018-06-18cmd: iotrace: add dump trace commandRamon Fried1-1/+35
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk1-1/+16
2018-06-18cmd: avb2.0: avb command for performing verificationIgor Opaniuk3-0/+376
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-0/+9
2018-06-14efi_loader: Allocate memory handle for mem dpAlexander Graf1-0/+9
2018-06-13net: Express LINK_LOCAL dependency on LIB_RANDJoe Hershberger1-0/+1
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
2018-06-08cmd: add missing line breaks for pr_err()Seung-Woo Kim4-8/+8
2018-06-08cmd: iotrace: add set region commandRamon Fried1-0/+22