summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-05-29include/net.h: Drop <env.h>Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <net.h>Tom Rini
2025-05-29net: dc2114x: Include env.h to permit reading the environmentSimon Glass
2025-05-29net: Include env.h in pcap.cSimon Glass
2025-05-29net: Include byteorder in net6.hSimon Glass
2025-05-29technexion: Include env.h to permit reading the environmentSimon Glass
2025-05-29liebherr: Include env.h to permit reading the environmentSimon Glass
2025-05-29google: Include env.h to permit reading the environmentSimon Glass
2025-05-29freescale: Include env.h to permit reading the environmentSimon Glass
2025-05-29amlogic: Include env.h to permit reading the environmentSimon Glass
2025-05-29synology: Include env.h to permit reading the environmentSimon Glass
2025-05-29tegra: Include env.h to permit reading the environmentSimon Glass
2025-05-29advantech: Include env.h in imx8qm_dmsse20_a1Simon Glass
2025-05-29toradex: Include env.h to permit reading the environmentSimon Glass
2025-05-29ronetix: Include env.h to permit reading the environmentSimon Glass
2025-05-29phytec: Include env.h to permit reading the environmentSimon Glass
2025-05-29venice: Include env.h to permit reading the environmentSimon Glass
2025-05-29net: Include string.h in net-legacy.hSimon Glass
2025-05-29imx8ulp_evk: Include env.h to permit reading the environmentSimon Glass
2025-05-29dhelectronics: Include env.h to permit reading the environmentSimon Glass
2025-05-29congatec: Include env.h to permit reading the environmentSimon Glass
2025-05-29net: Remove env_get_ip helper() functionTom Rini
2025-05-29Merge patch series "Start removing <env.h> from headers when not required"Tom Rini
2025-05-29include/command.h: Drop <env.h>Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-29gpio: pca953x: Add missing <asm/byteorder.h>Tom Rini
2025-05-29cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>Tom Rini
2025-05-29global: Add <linux/string.h> instead of long indirect include pathTom Rini
2025-05-29Merge patch series "regex patches"Tom Rini
2025-05-29test: slre: add tests for regex libraryRasmus Villemoes
2025-05-29doc: document test commandRasmus Villemoes
2025-05-29test: slre: add tests for character rangesRasmus Villemoes
2025-05-29slre: implement support for ranges in character classesRasmus Villemoes
2025-05-29test: slre: add test cases for escape char in character classRasmus Villemoes
2025-05-29slre: fix matching of escape sequence used inside character classRasmus Villemoes
2025-05-29slre: refactor is_any_but()Rasmus Villemoes
2025-05-29test: slre: add some (negative) character class testsRasmus Villemoes
2025-05-29test: slre: add more test casesRasmus Villemoes
2025-05-29slre: drop wrong "anchored" optimizationRasmus Villemoes