summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-12-02Revert "global_data: Drop spl_handoff"Simon Glass
2024-11-22cmd: improve description of the cdp commandHeinrich Schuchardt
2024-11-22net: lwip: wget: update help stringJerome Forissier
2024-11-14cmd: upl: initialize unit test stateHeinrich Schuchardt
2024-11-14lwip: fix code style issuesJerome Forissier
2024-11-14Merge patch series "cmd: hash: correct parameter count check"Tom Rini
2024-11-14cmd: hash: correct parameter count checkHeinrich Schuchardt
2024-11-12net: lwip: Enable https:// support for wgetIlias Apalodimas
2024-11-09efi_loader: Allow reporting the host defaultsSimon Glass
2024-11-04bootmenu: add reprint checkWeijie Gao
2024-11-04menu: add support to check if menu needs to be reprintedWeijie Gao
2024-11-03sandbox: Add a way to show the sandbox memory-mappingSimon Glass
2024-11-03sandbox: Convert sb command to use new macroSimon Glass
2024-11-03x86: coreboot: Allow building an expo for editing CMOS configSimon Glass
2024-11-03x86: coreboot: Add a command to check and update CMOS RAMSimon Glass
2024-11-03x86: coreboot: Show the option tableSimon Glass
2024-11-03bootstd: Avoid showing an invalid buffer addressSimon Glass
2024-11-03bootstd: cros: Correct the x86-setup addressSimon Glass
2024-10-30cmd/eficonfig: capitalize 'enter description'Heinrich Schuchardt
2024-10-29cmd: fat: Make do_fat_size staticIlias Apalodimas
2024-10-29cmd: simplify network definitions in MakefileHeinrich Schuchardt
2024-10-28cmd: sbi: Add FWFT, MPXY extensionsHeinrich Schuchardt
2024-10-25Merge patch series "Allow showing the memory map"Tom Rini
2024-10-25meminfo: Show the lmb recordsSimon Glass
2024-10-25cmd: Update the meminfo command to show the memory mapSimon Glass
2024-10-25cmd: Move meminfo command into its own fileSimon Glass
2024-10-25Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-24cmd: nvedit: Mark a few functions staticAndy Shevchenko
2024-10-24cmd: bcb: introduce 'ab_dump' command to print BCB block contentDmitry Rokosov
2024-10-24cmd: bcb: change strcmp() usage style in the do_bcb_ab_select()Dmitry Rokosov
2024-10-24treewide: bcb: move ab_select command to bcb subcommandsDmitry Rokosov
2024-10-24cmd: bcb: rework the command to U_BOOT_LONGHELP approachDmitry Rokosov
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