aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians...WIP/08Dec2022Tom Rini20-100/+2175
2022-12-08Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-8/+11
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich1-3/+6
2022-12-08dfu: Make DFU virtual backend SPL friendlyPatrick Delaunay1-1/+1
2022-12-08usb: gadget: dfu: Fix check of transfer directionHugo SIMELIERE1-4/+4
2022-12-08Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini12-228/+301
2022-12-08Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/cust...Tom Rini1-1/+1
2022-12-08riscv: use imply instead of select for SPL_SEPARATE_BSSZong Li1-1/+1
2022-12-08common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payloadKautuk Consul1-1/+1
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul5-5/+57
2022-12-08lib: Add common semihosting libraryKautuk Consul6-226/+247
2022-12-07ARM: stm32: Increment WDT by default on DHSOMMarek Vasut2-0/+4
2022-12-07ARM: stm32: Increment boot counter in SPL on DHSOMMarek Vasut2-0/+2
2022-12-07ARM: stm32: Enable assorted ST specific commands on DHSOMMarek Vasut2-0/+8
2022-12-07ARM: stm32: Add version variable to DHSOMMarek Vasut2-0/+2
2022-12-07ARM: stm32: Add boot counter to DHSOMMarek Vasut2-0/+10
2022-12-07ARM: dts: stm32: Drop MMCI interrupt-namesMarek Vasut3-7/+0
2022-12-07ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DKYann Gautier1-1/+1
2022-12-07adc: stm32mp15: add support of generic channels bindingOlivier Moysan1-6/+45
2022-12-07adc: stm32mp15: split channel init into several routinesOlivier Moysan1-10/+34
2022-12-07arm: dts: stm32mp13: add support of RCC driverGabriel Fernandez5-79/+54
2022-12-07clk: stm32mp13: introduce STM32MP13 RCC driverGabriel Fernandez6-0/+1690
2022-12-07dt-bindings: stm32mp13: add clock & reset support for STM32MP13Gabriel Fernandez3-3/+331
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...WIP/06Dec2022Tom Rini8-8/+82
2022-12-05Prepare v2023.01-rc3v2023.01-rc3Tom Rini2-2/+2
2022-12-05Merge branch '2022-12-05-add-IPv6-support'Tom Rini20-16/+1852
2022-12-05configs: Add IPV6 config to sandbox_flattree_defconfigViacheslav Mitrofanov1-0/+1
2022-12-05configs: Add IPV6 config to sandbox64_defconfigViacheslav Mitrofanov1-0/+1
2022-12-05configs: Add IPV6 config to sandbox_defconfigViacheslav Mitrofanov1-0/+1
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov1-0/+18
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov1-0/+20
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov1-0/+25
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov1-0/+29
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov1-0/+55
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov8-2/+197
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov3-7/+103
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov1-1/+22
2022-12-05net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov2-64/+459
2022-12-05net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacksViacheslav Mitrofanov1-0/+48
2022-12-05net: ipv6: Enable IPv6 typeconversion specifierViacheslav Mitrofanov1-6/+1
2022-12-05net: ipv6: Add string_to_ip6 converterViacheslav Mitrofanov2-0/+113
2022-12-05net: ipv6: Add Neighbor Discovery Protocol (NDP)Viacheslav Mitrofanov3-0/+392
2022-12-05net: ipv6: Add callbacks declarations to get access to IPv6 variablesViacheslav Mitrofanov2-0/+20
2022-12-05net: ipv6: Add IPv6 build optionsViacheslav Mitrofanov2-0/+11
2022-12-05net: ipv6: Add IPv6 basic primitivesViacheslav Mitrofanov2-0/+400
2022-12-05sandbox: fix sound driverHeinrich Schuchardt1-6/+5
2022-12-05doc: man-page for the sound commandHeinrich Schuchardt2-0/+42
2022-12-05cmd: fix long text for sound commandHeinrich Schuchardt1-1/+1
2022-12-05test: test sandbox sound driver more rigorouslyHeinrich Schuchardt3-0/+30
2022-12-05sound: avoid endless loopHeinrich Schuchardt1-1/+4