summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Support specifying dtb in ${boot_syslinux_conf}Hal Feng1-0/+6
2023-11-29cmd: eeprom: Add StarFive VisionFive 2 board supportJianlong Huang3-28/+44
2023-11-29cmd/eeprom: fix data type issue for parse_numeric_paramJianlong.Huang1-2/+2
2023-09-11cmd: fastboot: Fix failure to enter fastbootXingyu Wu1-2/+2
2023-09-07cmd: fastboot: Add presetting on StarFive SoC before fastbootXingyu Wu1-0/+8
2021-09-13Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-8/+54
2021-09-11efi_loader: eliminate EFI_CALL() in nvedit_efi.cHeinrich Schuchardt1-5/+4
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2-8/+54
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-0/+1
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-7/+12
2021-08-26cmd: boot: Update reset usage messageMichal Simek1-1/+2
2021-08-26cmd: pwm: Remove additional pwm descriptionMichal Simek1-3/+4
2021-08-06cmd: date: rtc: Update command to read the first RTC with seq 0Michal Simek1-3/+6
2021-08-05pci: Drop old code from pci commandSimon Glass1-212/+0
2021-08-04cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli1-2/+2
2021-08-04cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli1-1/+2
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-5/+4
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass41-95/+95
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass85-384/+385
2021-08-02x86: cmd: hob: Fix display of resource type for system memoryBin Meng1-1/+1
2021-08-02x86: cmd: hob: Fix the command usage and help messagesBin Meng1-4/+3
2021-08-01fdt: Show the type of devicetree with fdt addrSimon Glass1-2/+3
2021-08-01fdt: Tidy up the code a bit with fdt addrSimon Glass1-24/+13
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass3-15/+15
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-1/+1
2021-07-27cmd: setexpr: add format string handlingRoland Gaudig5-178/+295
2021-07-27cmd: printf: add helper functions from busyboxRoland Gaudig1-0/+121
2021-07-27cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig1-0/+455
2021-07-24command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim1-3/+3
2021-07-23cmd: part: Correct error handlingAnders Dellien1-1/+1
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay1-9/+37
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay1-14/+17
2021-07-19treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USBTom Rini1-1/+1
2021-07-08usb: Add correct depends for CMD_USB_MASS_STORAGETom Rini1-0/+1
2021-07-06cmd: net: add a 'net list' command to list network devsTim Harvey1-0/+46
2021-07-05env: efi: fix a wrong address dereferenceAKASHI Takahiro1-2/+1
2021-07-05Merge branch 'next'Tom Rini5-11/+272
2021-06-30Revert "TEST: USB_HOST not USB"Tom Rini1-1/+1
2021-06-30TEST: USB_HOST not USBTom Rini1-1/+1
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini3-6/+21
2021-06-28efidebug: correct display of BootOrderHeinrich Schuchardt1-1/+1
2021-06-24cmd: mtd: expand <name> argument definition in command helpMarek BehĂșn1-1/+1
2021-06-24cmd: mtd: print device OF path in listingMarek BehĂșn1-0/+7
2021-06-22mmc: Update environment variable with active partitionReuben Dowle1-5/+9
2021-06-18cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.Dimitri John Ledkov1-0/+8
2021-06-11cmd: ti: pd: Add debug command for K3 power domainsTero Kristo3-0/+194
2021-06-11clk: add support for setting clk rate from cmdlineTero Kristo1-2/+51
2021-06-11clk: fix clock tree dump to properly dump out every registered clockTero Kristo1-8/+19
2021-06-09cmd: Add dependency for ums commandPatrick Delaunay1-1/+4
2021-05-25efi_loader: simplify accessing variablesHeinrich Schuchardt1-15/+18