aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-3/+0
2020-06-02cmd: fitupd: move config check to KconfigHeinrich Schuchardt2-4/+1
2020-06-01cmd: sf Drop reassignment of new into flashJagan Teki1-3/+0
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass1-2/+1
2020-05-27x86: mtrr: Drop the mask display when changing an mtrrSimon Glass1-1/+0
2020-05-25cmd: zip: fix implicit declaration warningMichael Walle1-0/+1
2020-05-25cmd: zip: automatically pull in gzip()Michael Walle1-0/+1
2020-05-25cmd: unzip: automatically select CONFIG_GZIPMichael Walle1-0/+1
2020-05-21efi_loader: add EFI_MEMORY_SP to memory attributesHeinrich Schuchardt2-0/+2
2020-05-19cmd: avb: free partition buffer upon verify completionGary Bisson1-0/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass8-0/+8
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass1-2/+2
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass29-0/+29
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass2-15/+14
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass170-880/+1080
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass6-0/+6
2020-05-18common: Drop bootstage.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop part.h from common headerSimon Glass12-1/+16
2020-05-18part: Drop disk_partition_t typedefSimon Glass10-23/+24
2020-05-18common: Drop net.h from common headerSimon Glass13-0/+14
2020-05-18common: Drop flash.h from common headerSimon Glass6-0/+6
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-10/+12
2020-05-18common: Drop uuid.h from common headerSimon Glass3-0/+3
2020-05-17cmd: efidebug: Add support for querying UEFI variable storageIlias Apalodimas1-1/+57
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-6/+2
2020-05-11Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-2/+7
2020-05-11Nokia RX-51: Update my email addressPali Rohár1-1/+1
2020-05-10cmd: efidebug: fix -Werror=type-limits warningHeinrich Schuchardt1-1/+1
2020-05-09cmd: efidebug: add a comment against Coverity check (300329)AKASHI Takahiro1-0/+5
2020-05-09cmd: efidebug: fix a wrong handling of argumentsAKASHI Takahiro1-1/+1
2020-05-08Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-3/+3
2020-05-08treewide: mem: Move mtest related defines to KconfigAshok Reddy Soma1-0/+16
2020-05-08cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek1-7/+2
2020-05-07efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt1-2/+2
2020-05-07efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt1-1/+1
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy2-31/+32
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard1-0/+5
2020-05-05Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-21/+19
2020-05-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-0/+20
2020-05-04cmd: efidebug: simplify UEFI protocol callsHeinrich Schuchardt1-21/+19
2020-05-04cmd: Add an indication of 32/64-bit to bdinfoSimon Glass1-0/+20
2020-05-04cmd: mvebu: bubt: fix quoted string split across linesJoel Johnson1-2/+2
2020-05-01cmd/bedbug.c: Make bedbug_init have a return valueOvidiu Panait1-2/+2
2020-05-01cmd/gpt: avoid NULL check before free()Heinrich Schuchardt1-4/+2
2020-04-30Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-53/+52