summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
6 daysMerge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
6 dayssimplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
6 daysrename NET to NET_LEGACYQuentin Schulz
6 dayscmd: boot: Add '-edl' option to reset command documentationVaradarajan Narayanan
10 dayscmd: fpga: Fix wrong preprocessor guard for loadb help textMichal Simek
10 dayscli: flush stdin before enabling cliGregor Herburger
10 daysconsole: 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
2026-03-31net: cmd: Correct dependencies for CMD_PXETom Rini
2026-03-31net: lwip: nfs: Add missing dependencyTom Rini
2026-03-27cmd: part: add part dupcheck subcommandPadmarao Begari
2026-03-25Merge patch series "add [ as alias for test, fix 0/1 argument handling"Tom Rini
2026-03-25cmd: test: fix handling of single-argument form of testRasmus Villemoes
2026-03-25cmd: test: allow using [ as alias for testRasmus Villemoes
2026-03-18Merge patch series "led: remove legacy API"Tom Rini
2026-03-18led: remove legacy APIQuentin Schulz
2026-03-14cmd: efidebug: add ecpt commandVincent Stehlé
2026-02-25cmd: mmc: Drop trailing space in Name: before newlineMarek Vasut
2026-02-18Merge patch series "Implement all missing SMBIOS types required by distro too...Tom Rini
2026-02-18smbios: print the properties only when they exist in a specified version of specRaymond Mao
2026-02-18smbios: add support for dynamic generation of Type 19 tableRaymond Mao
2026-02-18smbios: add support for dynamic generation of Type 17 tableRaymond Mao
2026-02-18smbios: add support for dynamic generation of Type 16 tableRaymond Mao
2026-02-18smbios: add support for dynamic generation of Type 9 system slot tablesRaymond Mao
2026-02-17Merge patch series "treewide: Clean up usage of DECLARE_GLOBAL_DATA_PTR"Tom Rini
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-02-17cmd: mem: Include vsprintf.hPeng Fan
2026-02-09Merge tag 'net-20260209' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2026-02-07Merge patch series "Add command for getting ramsize in scripts"Tom Rini
2026-02-07test: cmd: add test for memsizeFrank Wunderlich
2026-02-07cmd: mem: add command for getting ram size for use in scriptsFrank Wunderlich
2026-02-06net: Stop conflating return value with file size in net_loop()Yuya Hamamachi
2026-02-06cmd: zip: Add missing unmap_sysmem() for buffers in the unzip commandMarek Vasut
2026-02-06cmd: zip: Use map_sysmem() with buffers in the zip commandMarek Vasut
2026-02-06cmd: unzip: Use map_sysmem() with buffers in the gzwrite commandMarek Vasut
2026-02-06gunzip: Fix len parameter in function signatureMarek Vasut
2026-02-04Merge patch series "part: fix partition searching"Tom Rini
2026-02-04cmd: gpt: fix partition search boundariesMikhail Kshevetskiy
2026-02-04net: lwip: Use ipaddr helpersJonas Karlman