summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2026-07-09Merge tag 'i2c-updates-for-2026.10-rc1' of https://git.u-boot-project.org/u-b...Tom Rini
2026-07-09cmd: kconfig: i2c: add missing I2C API dependencyJulien Stephan
2026-07-08cmd: ubi: allow creating volume with all free spaces in ubi_create_volWeijie Gao
2026-07-08cmd: ubi: export more APIs to publicWeijie Gao
2026-07-08cmd: ubi: reorganize command messagesWeijie Gao
2026-07-08cmd: ubi: change all positive error return value to negativeWeijie Gao
2026-07-08cmd: ubi: change the type of parameter dynamic to boolWeijie Gao
2026-07-08cmd: ubifs: mark string parameters with constWeijie Gao
2026-07-08cmd: ubi: use void * for buf parameter in ubi_volume_readWeijie Gao
2026-07-08cmd: ubi: mark read-only function parameters with constWeijie Gao
2026-07-06Merge branch 'next'Tom Rini
2026-07-03drivers: sysreset: revert support for args in requestQuentin Schulz
2026-06-26cmd: fastboot: Add keyed abort optionSam Day
2026-06-25Kconfig: cmd: restyleJohan Jonker
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-23net: lwip: introduce net_lwip_eth_stop() functionDavid Lechner
2026-06-10bootmenu: fix incorrect menu quitting logicWeijie Gao
2026-06-09cmd: mmc: fix help and parameter verification with MMC_SPEED_MODE_SET not setMarkus Niebel
2026-06-05cmd: date: validate date using rtc_month_days()Markus Niebel
2026-06-05cmd_date: make mk_date() staticAlexander Feilke
2026-05-25cros_ec: Sync ec_commands.h from upstream Chrome OS ECSimon Glass
2026-05-25Merge tag 'v2026.07-rc3' into nextTom Rini
2026-05-22virtio: cmd: Depend on VIRTIO_BLKDaniel Palmer
2026-05-18cmd: ufetch: only show comma separator if there was a previous featureQuentin Schulz
2026-05-18cmd: ufetch: show net feature when NET_LWIP is selectedQuentin Schulz
2026-05-18cmd: boot: fix edl being shown when not supportedQuentin Schulz
2026-05-12cmd: part: support lookup by UUIDDario Binacchi
2026-05-01efi_loader: centralize messaging for efi_init_obj_listHeinrich Schuchardt
2026-05-01cmd/bootefi: move efi_init_obj_list() to the start of do_bootefiHeinrich Schuchardt
2026-04-29Merge branch 'master' of git://source.denx.de/u-boot-usbTom Rini
2026-04-29cmd: ums: Switch HW partition before block accessMarek Vasut
2026-04-27Merge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
2026-04-27rename NET to NET_LEGACYQuentin Schulz
2026-04-27cmd: boot: Add '-edl' option to reset command documentationVaradarajan Narayanan
2026-04-23cmd: fpga: Fix wrong preprocessor guard for loadb help textMichal Simek
2026-04-22cli: flush stdin before enabling cliGregor Herburger
2026-04-22console: add console_flush_stdin()Gregor Herburger
2026-04-13arm: Add ARMv8-M aarch32 supportMarek Vasut
2026-04-08cmd/scsi: drop scsi reset commandDavid Lechner
2026-04-07w1: Correct dependencies for CMD_W1Tom Rini
2026-04-07cmd: Correct dependencies for CMD_BOOTDTom Rini
2026-04-07env: remote: Disallow CMD_SAVEENVTom Rini
2026-04-03cmd: Add missing dependency to CMD_PMCTom Rini
2026-04-03loads: Add LMB as a dependencyTom Rini
2026-04-03lmb: Correct dependency around CMD_BOOT[IMZ]Tom Rini
2026-04-03sata: Rework the CMD_SATA and SATA symbolsTom Rini
2026-04-02cmd: test: add bug-compatibility special case for 'test -n'Rasmus Villemoes
2026-03-31Merge tag 'net-20260331' of https://source.denx.de/u-boot/custodians/u-boot-n...Tom Rini
2026-03-31cmd: dhcp: Select CMD_BOOTPMarek Vasut