summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2025-12-05led: remove support for red LED in legacy APIQuentin Schulz
2025-12-05led: remove support for green status led in legacy APIQuentin Schulz
2025-12-05led: remove coloured_LED_init, yellow and blue status LEDs in legacy APIQuentin Schulz
2025-12-05Merge patch series "test: let UNIT_TEST imply CONSOLE_RECORD"Tom Rini
2025-12-05cmd: fix 'fdt get value'Heinrich Schuchardt
2025-12-04Merge patch series "Add support for SM3 secure hash"Tom Rini
2025-12-04tpm2: add sm3 256 hash supportHeiko Schocher
2025-12-04lib: sm3: implement U-Boot partsHeiko Schocher
2025-12-03Merge patch series "led: remove u-boot,boot-led and u-boot,error-led + add cm...Tom Rini
2025-12-03cmd: led: fix help text for blink subcommandQuentin Schulz
2025-11-24Merge tag 'v2026.01-rc3' into nextTom Rini
2025-11-18cmd: mtd: benchmark: use lldiv() instead of 64-bit divisionMikhail Kshevetskiy
2025-11-18cmd/part.c: implement "part name" subcommandRasmus Villemoes
2025-11-18disk/part.c: ensure strings in struct disk_partition are valid after successf...Rasmus Villemoes
2025-11-06qfw: Add more fields and a heading to qfw listSimon Glass
2025-11-03Merge patch series "Remove usage of CMD_BOOTx from SPL code"Tom Rini
2025-11-03spl: remove usage of CMD_BOOTx from image parsingAnshul Dalal
2025-11-03Merge patch series "Convert extension support to UCLASS and adds its support ...Tom Rini
2025-11-03boot: extension: Move overlay apply custom logic to command levelKory Maincent (TI.com)
2025-11-03boot: Remove legacy extension board supportKory Maincent (TI.com)
2025-11-03boot: Add UCLASS support for extension boardsKory Maincent (TI.com)
2025-11-03boot: Move extension board support from cmd/ to boot/Kory Maincent (TI.com)
2025-10-28cmd: mtd: Prevent use of uninitialised variableAndrew Goodbody
2025-10-26efi_loader: efi_console: support editable input fieldsCasey Connolly
2025-10-22net: make dhcp_run() common for NET and NET_LWIPJerome Forissier
2025-10-22net: Remove BOOTP_VENDOREX supportTom Rini
2025-10-15cmd: ti: Add DDRSS Inline ECC Error Injection commandGeorgi Vlaev
2025-10-14cmd: sf: align erase and write on erase block boundaryViorel Suman
2025-10-13bootstd: Fix bootflow info for efi_mgrSam Protsenko
2025-10-10iotrace: Finish migrating this to KconfigTom Rini
2025-10-10Merge branch 'uboot-05102025' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2025-10-09Merge patch series "firmware: scmi: various update"Tom Rini
2025-10-09cmd: scmi: Add pin control protocol namePeng Fan
2025-10-09Merge tag 'ubi-for-2026.01-rc1' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-10-08cmd: Update dependencies on CMD_IRQTom Rini
2025-10-08cmd: Make CMD_MP depend on the CPU framework being disabledTom Rini
2025-10-08Kconfig: Make further use of testing for !COMPILE_TESTTom Rini
2025-10-08thermal: Convert .get_temp() return value to millicelsiusMarek Vasut
2025-10-08ubi: extend support for LED activityYegor Yefremov
2025-10-07cmd/dma: implement dmareset commandbriansune
2025-10-05cmd: mtd: add benchmark option to the helpMikhail Kshevetskiy
2025-10-05cmd: mtd: fix speed measurement in the speed benchmarkMikhail Kshevetskiy
2025-10-05cmd: mtd: add nand_read_test command supportMikhail Kshevetskiy
2025-10-05cmd: mtd: add nand_write_test command supportMikhail Kshevetskiy
2025-10-05cmd: mtd: add markbad command supportMikhail Kshevetskiy
2025-10-03cmd: spl: Remove ATAG support from this commandTom Rini
2025-09-24imls: remove return parenthesesOsama Abdelkader
2025-09-16cmd: terminal: avoid serial_reinit_all() with DM_SERIAL enabledAditya Dutt
2025-09-02memtest: remove use of vu_long typedef in mem_test_altRasmus Villemoes
2025-09-02memtest: only call schedule() once for every 256 wordsRasmus Villemoes