summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
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
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