summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: bootm: add subcommand preloadPhilippe Reynes2022-03-311-0/+30
* cmd: bootm: add a stage pre-loadPhilippe Reynes2022-03-312-2/+13
* video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-283-5/+3
* video: Drop cfg_consoleSimon Glass2022-03-281-2/+0
* Merge tag 'v2022.04-rc5' into nextTom Rini2022-03-284-31/+64
|\
| * cmd: efidebug: simplify do_efi_boot_add()Heinrich Schuchardt2022-03-261-3/+2
| * cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabledMarek Vasut2022-03-231-1/+1
| * efi_loader: use short-form DP for load optionsHeinrich Schuchardt2022-03-201-22/+48
| * efi_loader: Ignore DT when ACPI is onAlexander Graf2022-03-201-2/+2
| * cmd/mmc: fix output of mmc info for e-MMCMax Merchel2022-03-161-4/+12
* | Convert CONFIG_MII_INIT to KconfigTom Rini2022-03-251-0/+4
* | Convert CONFIG_NFS_TIMEOUT to KconfigTom Rini2022-03-181-0/+9
* | fs/erofs: add filesystem commandsHuang Jianan2022-03-153-0/+49
* | Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-142-3/+9
|\ \ | |/
| * cmd: add serial console support for the cls commandHeinrich Schuchardt2022-03-121-2/+8
| * cmd: pwm: fix typo 'eisable' -> 'disable'Sébastien Szymanski2022-03-041-1/+1
* | event: Add a commandSimon Glass2022-03-103-0/+36
* | Convert CONFIG_BOOTP_MAY_FAIL et al to KconfigTom Rini2022-03-031-0/+25
* | cmd: exception: arm64: fix undefined, add faultsAndre Przywara2022-03-021-4/+60
|/
* efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima2022-02-261-0/+17
* cmd: clk: fix long help messagePatrick Delaunay2022-02-251-1/+1
* cmd: clk: update result of do_clk_setfreqPatrick Delaunay2022-02-251-1/+1
* cmd: clk: replace clk_lookup by uclass_get_device_by_namePatrick Delaunay2022-02-251-17/+1
* cmd: clk: test the number of argument in setfreq commandPatrick Delaunay2022-02-251-0/+3
* cmd: fuse: Add a command to read fuses to memoryAngus Ainslie2022-02-181-0/+27
* cmd: fuse: add a fuse comparison functionAngus Ainslie2022-02-181-1/+21
* pstore: Support already existing reserved-memory nodeDetlev Casanova2022-02-141-5/+34
* cmd/dfu: Enable 'dfu list' command without DFU_OVER_USBMasami Hiramatsu2022-02-111-5/+3
* cmd: wrong printf() code in do_test_stackprot_fail()Heinrich Schuchardt2022-02-111-1/+2
* cmd: mmc: Consider GP partitions in mmc hwpartition user enh start -Marek Vasut2022-02-091-2/+20
* Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-02-071-1/+2
|\
| * cmd: bcb: fix bcb struct alignment issueGary Bisson2022-02-051-1/+2
* | efi: Add debugging to efi_set_bootdev()Simon Glass2022-02-051-11/+21
|/
* efi: Use 16-bit unicode stringsSimon Glass2022-02-031-14/+14
* pci: Extend 'pci' command with bus option '*'Pali Rohár2022-01-281-10/+35
* pci: Add checks for valid cmdline argumentsPali Rohár2022-01-281-0/+5
* pci: Extend 'pci regions' command with bus numberPali Rohár2022-01-281-4/+6
* acpi: Tidy up the table listSimon Glass2022-01-251-4/+5
* x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-3/+3
* cmd: Add Kconfig option for multiprocessor cmdsAshok Reddy Soma2022-01-242-6/+7
* Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-01-222-193/+6
|\
| * cmd: printenv: simplify printing GUIDsHeinrich Schuchardt2022-01-191-37/+2
| * cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt2022-01-191-156/+4
* | mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2022-01-212-18/+18
* | cmd: Fix up warnings in flash.cPatrick Delaunay2022-01-211-122/+117
* | net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass2022-01-211-3/+1
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-1911-61/+61
|/
* common: remove bedbug debugger supportOvidiu Panait2022-01-183-418/+0
* Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-154-32/+54
|\
| * efi: Support the efi command in the appSimon Glass2022-01-152-16/+34