summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* | bdinfo: sandbox: Use the generic bd commandSimon Glass2020-06-251-15/+1
* | bdinfo: x86: Use the generic bd commandSimon Glass2020-06-251-19/+2
* | bdinfo: sh: Use the generic bd commandSimon Glass2020-06-251-12/+1
* | bdinfo: microblaze: Use the generic bd commandSimon Glass2020-06-251-23/+7
* | bdinfo: nios2: Use the generic bd commandSimon Glass2020-06-251-18/+1
* | bdinfo: mips: Use the generic bd commandSimon Glass2020-06-251-9/+4
* | bdinfo: xtensa: Create a generic do_bdinfo for xtensaSimon Glass2020-06-251-3/+9
* | Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-251-3/+6
|\|
| * cmd: bootefi: Honor the address & size cells properties correctlyAtish Patra2020-06-191-3/+6
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2020-06-191-1/+1
|\|
| * trivial: Fix booot occurencesMichal Simek2020-06-151-1/+1
* | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini2020-06-131-3/+11
|\ \
| * | log: check argument of 'log level' commandHeinrich Schuchardt2020-06-111-3/+11
| |/
* / net: Fix error if some network features are disabledKrebs, Olaf2020-06-121-0/+6
|/
* Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-06-031-6/+15
|\
| * efi_loader: validate load optionHeinrich Schuchardt2020-06-031-6/+15
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-06-031-3/+0
|\ \
| * | cmd: sf Drop reassignment of new into flashJagan Teki2020-06-011-3/+0
| |/
* / cmd: fitupd: move config check to KconfigHeinrich Schuchardt2020-06-022-4/+1
|/
* cbfs: Return the error code from file_cbfs_init()Simon Glass2020-05-271-2/+1
* x86: mtrr: Drop the mask display when changing an mtrrSimon Glass2020-05-271-1/+0
* cmd: zip: fix implicit declaration warningMichael Walle2020-05-251-0/+1
* cmd: zip: automatically pull in gzip()Michael Walle2020-05-251-0/+1
* cmd: unzip: automatically select CONFIG_GZIPMichael Walle2020-05-251-0/+1
* efi_loader: add EFI_MEMORY_SP to memory attributesHeinrich Schuchardt2020-05-212-0/+2
* cmd: avb: free partition buffer upon verify completionGary Bisson2020-05-191-0/+3
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-188-0/+8
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-2/+2
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-1829-0/+29
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-182-15/+14
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18170-880/+1080
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-186-0/+6
* common: Drop bootstage.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop part.h from common headerSimon Glass2020-05-1812-1/+16
* part: Drop disk_partition_t typedefSimon Glass2020-05-1810-23/+24
* common: Drop net.h from common headerSimon Glass2020-05-1813-0/+14
* common: Drop flash.h from common headerSimon Glass2020-05-186-0/+6
* flash: Tidy up coding style for flash functionsSimon Glass2020-05-181-10/+12
* common: Drop uuid.h from common headerSimon Glass2020-05-183-0/+3
* cmd: efidebug: Add support for querying UEFI variable storageIlias Apalodimas2020-05-171-1/+57
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-6/+2
* Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-111-2/+7
|\
| * cmd: efidebug: fix -Werror=type-limits warningHeinrich Schuchardt2020-05-101-1/+1
| * cmd: efidebug: add a comment against Coverity check (300329)AKASHI Takahiro2020-05-091-0/+5
| * cmd: efidebug: fix a wrong handling of argumentsAKASHI Takahiro2020-05-091-1/+1