summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd: correct long text loadb, loadx, loadyHeinrich Schuchardt2021-01-251-6/+6
* cmd: change suppress newline in echo commandHeinrich Schuchardt2021-01-251-31/+18
* cmd: efidebug: always check return code from get_variable()AKASHI Takahiro2021-01-231-5/+7
* efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-202-6/+15
* cmd: Add a pwm commandPragnesh Patel2021-01-183-0/+124
* cmd: disk: Remove fit_print_contents APIRavik Hasija2021-01-161-1/+0
* bootmenu: Allow to quit it via ESC/CTRL+CPali Rohár2021-01-161-7/+35
* cmd: gpt: add eMMC and GPT supportCorneliu Doban2021-01-161-0/+161
* cmd: CMD_CPU depends on CPUHeinrich Schuchardt2021-01-161-0/+1
* cmd: Add MBR partition layout control utilityMarek Szyprowski2021-01-153-0/+323
* efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-132-80/+5
* cmd: conitrace: increase wait for next keyHeinrich Schuchardt2021-01-131-2/+2
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-55/+87
* efi_loader: simplify running helloworld.efiHeinrich Schuchardt2021-01-131-11/+1
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-5/+4
|\
| * cmd: load: Fix code indentationMichal Simek2021-01-041-5/+4