summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-10-24cmd: nvedit: Mark a few functions staticAndy Shevchenko
2024-10-20Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-10-18Merge tag 'dm-pull-17oct24-take2' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2024-10-18cmd: upl: correct printf codeHeinrich Schuchardt
2024-10-18x86: Enable RTC command by defaultSimon Glass
2024-10-18x86: Add msr commandSimon Glass
2024-10-18x86: Add a cpuid commandSimon Glass
2024-10-18video: Allow querying the font sizeSimon Glass
2024-10-18cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NETHeinrich Schuchardt
2024-10-17cmd: irq: Move do_irqinfo() prototype to a header fileAndy Shevchenko
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-16cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=yJerome Forissier
2024-10-16net: lwip: add wget commandJerome Forissier
2024-10-16net: split cmd/net.c into cmd/net.c and cmd/net-common.cJerome Forissier
2024-10-16net: lwip: add dns commandJerome Forissier
2024-10-16net: lwip: add ping commandJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-15bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch
2024-10-15boot: Add logic to enable booting from fallback optionMartyn Welch
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass
2024-10-10Merge patch series "led: introduce LED boot and activity function"Tom Rini
2024-10-10ubi: implement support for LED activityChristian Marangi
2024-10-10mtd: implement support for LED activityChristian Marangi
2024-10-09cmd: clk: simplify clk commandHeinrich Schuchardt
2024-10-09cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLKHeinrich Schuchardt
2024-10-09efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILESimon Glass
2024-10-07cmd: Make bootvx independent of bootelfDaniel Palmer
2024-10-03Merge tag 'u-boot-dfu-next-20241003' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-10-03cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependenciesHeinrich Schuchardt
2024-10-02cmd: booti: adjust the print formatDario Binacchi
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-24Merge patch series "Miscellaneous fixes"Tom Rini
2024-09-24cmd: pxe: CMD_PXE implies CMD_TFTPBOOTJerome Forissier
2024-09-21cmd/efidebug: fix some function descriptionsHeinrich Schuchardt
2024-09-20cmd: sf: prevent overwriting the reserved memoryPrasad Kummari
2024-09-18Merge patch series "Fix various bugs"Tom Rini
2024-09-18cmd: Fix memory-mapping in cmp commandSimon Glass
2024-09-18read: Tidy up use of map_sysmem() in the read commandSimon Glass
2024-09-18mmc: Use map_sysmem() with buffers in the mmc commandSimon Glass
2024-09-18usb: Drop old non-DM codeSimon Glass
2024-09-16cmd: osd: Depend on OSDMarek Vasut
2024-09-16cmd: mmc: Allow using partition name in mmc erase commandTomas Paukrt
2024-09-16mmc: Hide mmc speed command under mmc commandMarek Vasut
2024-09-16Merge tag 'v2024.10-rc5' into nextTom Rini
2024-09-12include: export uuid.hCaleb Connolly