summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* pci: Drop old code from pci commandSimon Glass2021-08-051-212/+0
* cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli2021-08-041-2/+2
* cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli2021-08-041-1/+2
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-08-021-5/+4
|\
| * x86: cmd: hob: Fix display of resource type for system memoryBin Meng2021-08-021-1/+1
| * x86: cmd: hob: Fix the command usage and help messagesBin Meng2021-08-021-4/+3
* | global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-0241-95/+95
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-0285-384/+385
* | fdt: Show the type of devicetree with fdt addrSimon Glass2021-08-011-2/+3
* | fdt: Tidy up the code a bit with fdt addrSimon Glass2021-08-011-24/+13
|/
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-283-15/+15
* Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-281-1/+1
* cmd: setexpr: add format string handlingRoland Gaudig2021-07-275-178/+295
* cmd: printf: add helper functions from busyboxRoland Gaudig2021-07-271-0/+121
* cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig2021-07-271-0/+455
* command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim2021-07-231-3/+3
* cmd: part: Correct error handlingAnders Dellien2021-07-231-1/+1
* cmd: pinmux: support pin name in status commandPatrick Delaunay2021-07-231-9/+37
* cmd: pinmux: update result of do_statusPatrick Delaunay2021-07-231-14/+17
* treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USBTom Rini2021-07-181-1/+1
* usb: Add correct depends for CMD_USB_MASS_STORAGETom Rini2021-07-071-0/+1
* cmd: net: add a 'net list' command to list network devsTim Harvey2021-07-061-0/+46
* env: efi: fix a wrong address dereferenceAKASHI Takahiro2021-07-051-2/+1
* Merge branch 'next'Tom Rini2021-07-055-11/+272
|\
| * Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-283-6/+21
| |\
| * | cmd: mtd: expand <name> argument definition in command helpMarek BehĂșn2021-06-241-1/+1
| * | cmd: mtd: print device OF path in listingMarek BehĂșn2021-06-241-0/+7
| * | cmd: ti: pd: Add debug command for K3 power domainsTero Kristo2021-06-113-0/+194
| * | clk: add support for setting clk rate from cmdlineTero Kristo2021-06-111-2/+51
| * | clk: fix clock tree dump to properly dump out every registered clockTero Kristo2021-06-111-8/+19
* | | Revert "TEST: USB_HOST not USB"Tom Rini2021-06-301-1/+1
* | | TEST: USB_HOST not USBTom Rini2021-06-301-1/+1
* | | efidebug: correct display of BootOrderHeinrich Schuchardt2021-06-281-1/+1
| |/ |/|
* | mmc: Update environment variable with active partitionReuben Dowle2021-06-221-5/+9
* | cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.Dimitri John Ledkov2021-06-181-0/+8
* | cmd: Add dependency for ums commandPatrick Delaunay2021-06-091-1/+4
|/
* efi_loader: simplify accessing variablesHeinrich Schuchardt2021-05-251-15/+18
* efi_loader: use efi_create_indexed_name()Heinrich Schuchardt2021-05-251-23/+14
* efi_loader: simplify show_efi_boot_order()Heinrich Schuchardt2021-05-251-14/+1
* efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt2021-05-251-12/+1
* stackprot: Make our test a bit more complexTom Rini2021-05-241-0/+7
* cmd: mvebu: Rename rx_training to mvebu_comphy_rx_trainingStefan Roese2021-05-163-11/+10
* cmd: add support for a new "extension" commandKory Maincent2021-05-133-0/+180
* fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent2021-05-131-49/+0
* x86: Correct regwidth prompt in cbsysinfoSimon Glass2021-05-101-1/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-05-071-0/+10
|\
| * cmd/exception: support ebreak exception on RISC-VHeinrich Schuchardt2021-05-051-0/+10
* | cmd: gpt: Add option to write GPT partitions to environment variableFarhan Ali2021-05-041-8/+38
|/
* Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini2021-04-291-1/+1
|\
| * cmd: dfu: Propagate error if dfu gadget failsMichal Simek2021-04-231-1/+1