summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-30expo: Test some cedit actionsSimon Glass
2025-05-30expo: Move cedit-state fields into expoSimon Glass
2025-05-30expo: Create a rendering test for ceditSimon Glass
2025-05-30expo: Destroy the cedit expo when doneSimon Glass
2025-05-30expo: Add a function to poll for inputSimon Glass
2025-05-30expo: Add CLI context to the expoSimon Glass
2025-05-30abuf: Add a way to printf() into a bufferSimon Glass
2025-05-30abuf: Add a function to copy a bufferSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
2025-05-29Merge patch series "Update kbuild"Tom Rini
2025-05-29kbuild: add -Werror=strict-prototypes flag unconditionallyIlias Apalodimas
2025-05-29kbuild: make -r/-R effective in top Makefile for old Make versionsIlias Apalodimas
2025-05-29kbuild: remove unused archmrproperIlias Apalodimas
2025-05-29kbuild: strip whitespace in cmd_record_mcount findstringIlias Apalodimas
2025-05-29kbuild: hardcode genksyms path and remove GENKSYMS variableIlias Apalodimas
2025-05-29kbuild: generate modules.order only when CONFIG_MODULES=yIlias Apalodimas
2025-05-29kbuild: refactor quiet_modtagIlias Apalodimas
2025-05-29kbuild: remove redundant quiet_modtag for $(obj-m)Ilias Apalodimas
2025-05-29kbuild: remove redundant 'set -e' from cmd_* definesIlias Apalodimas
2025-05-29kbuild: remove trailing semicolon from cmd_* passed to if_changed_ruleIlias Apalodimas
2025-05-29kbuild: change if_changed_rule for multi-line recipeIlias Apalodimas
2025-05-29kbuild: refactor modversions build rulesIlias Apalodimas
2025-05-29kbuild: remove redundant 'set -e' from sub_cmd_record_mcountIlias Apalodimas
2025-05-29kbuild: let fixdep directly write to .*.cmd filesIlias Apalodimas
2025-05-29kbuild: move archive command to scripts/Makefile.libIlias Apalodimas
2025-05-29kbuild: remove unnecessary in-subshell executionIlias Apalodimas
2025-05-29kbuild: add real-prereqs shorthand for $(filter-out FORCE, $^)Ilias Apalodimas
2025-05-29kbuild: simplify rules of data compression with size appendingIlias Apalodimas
2025-05-29kbuild: skip 'addtree' and 'flags' magic for external module buildIlias Apalodimas
2025-05-29kbuild: remove redundant target cleaning on failureIlias Apalodimas
2025-05-29kbuild: remove redundant 'set -e' from filechk_offsetsIlias Apalodimas
2025-05-29kbuild: Enable dtc graph_port warning by defaultIlias Apalodimas
2025-05-29kbuild: disable dtc simple_bus_reg warnings by defaultIlias Apalodimas
2025-05-29kbuild: de-duplicate fixdep usageIlias Apalodimas
2025-05-29Merge patch series "Enable env in SCSI"Tom Rini
2025-05-29configs: qcs9100: Enable env in SCSIVaradarajan Narayanan
2025-05-29env: Add support for storing env variables in SCSI devicesVaradarajan Narayanan
2025-05-29scsi: Implement get_blk() functionVaradarajan Narayanan
2025-05-29disk: part: implement generic function part_get_info_by_uuid()Varadarajan Narayanan
2025-05-29scripts/setlocalversion: Reinstate .scmversion supportMarek Vasut
2025-05-29Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-05-29Merge patch series "Remove clocks from R5 dtsi for missed boards."Tom Rini
2025-05-29arm: dts: k3-am62a7-phycore-r5*: Remove clocks from main_timer0Manorit Chawdhry
2025-05-29arm: dts: k3-am625-verdin-r5*: Remove clocks from main_timer0Manorit Chawdhry
2025-05-29arm: dts: k3-am625-phycore-r5*: Remove clocks from main_timer0Manorit Chawdhry
2025-05-29arm: dts: k3-am625-beagleplay-r5*: Remove clocks from main_timer0Manorit Chawdhry
2025-05-29Merge patch series "Print Reset Reason for K3 based devices"Tom Rini
2025-05-29arm: mach-k3: am62x: Implement get_reset_reason()Wadim Egorov
2025-05-29arm: mach-k3: Detect and print reset reasonWadim Egorov
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini