summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini3-0/+44
2021-03-13cmd: SCP03: enable and provision commandJorge Ramirez-Ortiz3-0/+63
2021-03-13tpm: Don't select LOGSimon Glass1-1/+0
2021-03-05cmd: Fix virtio command dependencyBin Meng1-0/+1
2021-03-05cmd: Add a command to display the address mapBin Meng3-0/+43
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass2-30/+35
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-27Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+4
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini1-1/+2
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-11/+18
2021-02-26cmd/efidebug: add firmware management protocol GUIDHeinrich Schuchardt1-0/+4
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson1-1/+2
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-0/+1
2021-02-26cmd: sf: Print error on test failureSean Anderson1-9/+13
2021-02-26cmd: sf: Display errno on erase failureSean Anderson1-2/+5
2021-02-25cmd/riscv/sbi: support System Reset ExtensionHeinrich Schuchardt1-0/+1
2021-02-25cmd: pinmux: depend on PINCTRLMarek Behún1-0/+1
2021-02-25cmd: pwm: Rework argc sanity checkingTom Rini1-22/+19
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2-52/+52
2021-02-19cmd: mmc: update the mmc command's usage about argumentJaehoon Chung1-3/+3
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass7-9/+9
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini23-0/+24
2021-02-08cmd: mvebu/bubt: Fix default options in helpPali Rohár1-3/+3
2021-02-05Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+5
2021-02-04efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt1-0/+5
2021-02-04Merge tag 'dm-pull-3feb21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-26/+26
2021-02-03cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent1-0/+3
2021-02-03cmd: pxe_utils: Replace ifdef by IS_ENABLEDKory Maincent1-26/+24
2021-02-03bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bitBin Meng1-2/+2
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-26/+26
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass23-0/+24
2021-02-01cmd: CMD_ACPI depends on ACPIGENHeinrich Schuchardt1-1/+2
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini4-29/+95
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-6/+189
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-7/+12
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-2/+11
2021-01-31cmd: usb_mass_storage: show device interface nameMarek Szyprowski1-2/+2
2021-01-31cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca1-5/+12
2021-01-31cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca1-0/+20
2021-01-31cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca1-2/+7
2021-01-31cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca1-6/+11
2021-01-31cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca1-8/+23
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-6/+64
2021-01-31cros_ec: Add support for switchesSimon Glass1-0/+41
2021-01-31cros_ec: Support reading EC featuresSimon Glass1-0/+74
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass1-0/+10
2021-01-29efi_loader: switch to non-secure mode laterHeinrich Schuchardt1-0/+4
2021-01-29cmd: add more implementation IDs to sbi commandHeinrich Schuchardt1-16/+21
2021-01-28cmd: misc: Fix return value for the sleep commandMarek Szyprowski1-1/+1
2021-01-27cmd: pxe: add support for FDT overlaysNeil Armstrong2-0/+104