summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-11cmd: optee: fix hello subcommand argument checkVincent Stehlé
2025-04-11Merge tag 'efi-2025-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-04-11cmd: fwu: Dump custom fields from mdata structureMichal Simek
2025-04-11efi_loader: binary_run: register an initrdAdriano Cordova
2025-04-10drivers: scsi: Add 'erase' supportVaradarajan Narayanan
2025-04-10dm: blk: Add 'erase' generic block device commandsVaradarajan Narayanan
2025-04-10fastboot: lift restrictions on !NET_LWIP for USBMichael Walle
2025-04-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08cmd: spl: annotate switch/case fallthroughAndre Przywara
2025-04-08cmd: pmic: annotate switch/case fallthroughAndre Przywara
2025-04-08Merge branch 'next'Tom Rini
2025-04-07Revert "Merge patch series "pxe: Precursor series for supporting read_all() i...Tom Rini
2025-04-04Merge patch series "cmd: fuse: Introduce fuse writebuff sub-system and clean up"Tom Rini
2025-04-04cmd: fuse: Add fuse writebuff sub-system commandHarsha Vardhan V M
2025-04-04cmd: fuse: Remove custom string functionsHarsha Vardhan V M
2025-04-03acpi: Support checking checksumsSimon Glass
2025-04-03sandbox: acpi: Avoid a warning about FADTSimon Glass
2025-04-03boot: Consider non-bootable partitionsSimon Glass
2025-04-03x86: Update mtrr command to support 64-bit valuesSimon Glass
2025-04-03x86: Add functions to convert between mtrr size and maskSimon Glass
2025-04-02Merge patch series "fs: exfat: Add exfat port based on exfat-fuse"Tom Rini
2025-04-02cmd: fs: Add generic rm implementationMarek Vasut
2025-04-02cmd: fs: Add generic mkdir implementationMarek Vasut
2025-04-01cmd: Correct dependency for CMD_LINK_LOCALTom Rini
2025-03-31cmd: Kconfig: Fix submenu for network commandsPaul Barker
2025-03-31net: lwip: remove superfluous newline at tftp help textMichael Walle
2025-03-26blkmap: add an attribute to preserve the mem mappingSughosh Ganu
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-18Merge patch series "pxe: Precursor series for supporting read_all() in extlin...Tom Rini
2025-03-18net: Provide a function to run network operationsSimon Glass
2025-03-18net: Drop #ifdef in parse_args()Simon Glass
2025-03-18net: Refactor part of netboot_common() into a functionSimon Glass
2025-03-18net: Return the size from parse_args()Simon Glass
2025-03-18net: Return the address and size from parse_addr_size()Simon Glass
2025-03-18net: Return the load address from parse_args()Simon Glass
2025-03-18net: Simplify parse_args()Simon Glass
2025-03-18net: Tidy up the comments to parse_args()Simon Glass
2025-03-18net: Keep the bootstage functions togetherSimon Glass
2025-03-18x86: Drop the unnecessary base_ptr argument to zboot_dump()Simon Glass
2025-03-18bootstd: Correct display of kernel versionSimon Glass
2025-03-18x86: Move the bootm state for zimage into cmd/Simon Glass
2025-03-18x86: Rename state to bmiSimon Glass
2025-03-18x86: Drop duplicate definition of zimage_dump()Simon Glass
2025-03-18x86: Make do_zboot_states() staticSimon Glass
2025-03-17cmd: version: Get information about GCC and LD backMichal Simek
2025-03-14meminfo: add memory details for armv8Ilias Apalodimas
2025-03-13cmd: Drop last reference to CMD_REISERFSTom Rini
2025-03-11net: lwip: add support for built-in root certificatesJerome Forissier