summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-153-0/+44
|\
| * cmd: Fix virtio command dependencyBin Meng2021-03-051-0/+1
| * cmd: Add a command to display the address mapBin Meng2021-03-053-0/+43
* | cmd: SCP03: enable and provision commandJorge Ramirez-Ortiz2021-03-133-0/+63
* | tpm: Don't select LOGSimon Glass2021-03-121-1/+0
* | tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-022-30/+35
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
|/
* Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-02-271-0/+4
|\
| * cmd/efidebug: add firmware management protocol GUIDHeinrich Schuchardt2021-02-261-0/+4
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-02-261-1/+2
|\ \
| * | part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-261-1/+2
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-02-261-11/+18
|\ \
| * | cmd: sf: Print error on test failureSean Anderson2021-02-261-9/+13
| * | cmd: sf: Display errno on erase failureSean Anderson2021-02-261-2/+5
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-02-261-0/+1
|\ \ | |/ |/|
| * cmd/riscv/sbi: support System Reset ExtensionHeinrich Schuchardt2021-02-251-0/+1
* | cmd: pinmux: depend on PINCTRLMarek Behún2021-02-241-0/+1
* | cmd: pwm: Rework argc sanity checkingTom Rini2021-02-241-22/+19
|/
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-212-52/+52
* cmd: mmc: update the mmc command's usage about argumentJaehoon Chung2021-02-191-3/+3
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-157-9/+9
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1523-0/+24
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0223-0/+24
* | cmd: mvebu/bubt: Fix default options in helpPali Rohár2021-02-081-3/+3
* | Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-041-0/+5
|\ \
| * | efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt2021-02-041-0/+5
| |/
* | Merge tag 'dm-pull-3feb21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-02-041-26/+26
|\ \
| * | bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bitBin Meng2021-02-031-2/+2
| * | bdinfo: Rename function names to be clearerBin Meng2021-02-031-26/+26
| |/
* | cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent2021-02-031-0/+3
* | cmd: pxe_utils: Replace ifdef by IS_ENABLEDKory Maincent2021-02-031-26/+24
|/
* cmd: CMD_ACPI depends on ACPIGENHeinrich Schuchardt2021-02-011-1/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-01-314-29/+95
|\
| * thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-7/+12
| * dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-2/+11
| * cmd: usb_mass_storage: show device interface nameMarek Szyprowski2021-01-311-2/+2
| * cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca2021-01-311-5/+12
| * cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca2021-01-311-0/+20
| * cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca2021-01-311-2/+7
| * cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca2021-01-311-6/+11
| * cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca2021-01-311-8/+23
* | Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-311-6/+189
|\ \
| * | cros_ec: Show events in human-readable formSimon Glass2021-01-301-6/+64
| * | cros_ec: Add support for switchesSimon Glass2021-01-301-0/+41
| * | cros_ec: Support reading EC featuresSimon Glass2021-01-301-0/+74
| * | cros_ec: Add support for reading the SKU IDSimon Glass2021-01-301-0/+10
| |/
* / efi_loader: switch to non-secure mode laterHeinrich Schuchardt2021-01-291-0/+4
|/
* cmd: add more implementation IDs to sbi commandHeinrich Schuchardt2021-01-291-16/+21
* cmd: misc: Fix return value for the sleep commandMarek Szyprowski2021-01-271-1/+1
* cmd: pxe: add support for FDT overlaysNeil Armstrong2021-01-272-0/+104