aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/12Dec2022Tom Rini1-3/+17
2022-12-12Merge tag 'u-boot-stm32-20221212' of https://source.denx.de/u-boot/custodians...Tom Rini2-1/+5
2022-12-12dm: pmic: ignore disabled node in pmic_bind_childrenPatrick Delaunay1-0/+4
2022-12-12phy: usbphyc: use regulator_set_enable_if_allowed for disabling vbus supplyPatrick Delaunay1-1/+1
2022-12-12arm: mvebu: Espressobin: Fix default env variablesDerek LaHousse1-3/+17
2022-12-11Merge tag 'u-boot-nand-20221211' of https://source.denx.de/u-boot/custodians/...WIP/11Dec2022Tom Rini10-50/+81
2022-12-10spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLYDai Okamura1-2/+2
2022-12-10mtd: nand: mxs_nand_spl: don't read useless pagesDario Binacchi1-1/+1
2022-12-10mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi2-3/+1
2022-12-10cmd: mtd: check if a block has to be skipped or erasedDario Binacchi1-8/+20
2022-12-10mtd: nand: make Samsung SLC NAND usable againMichael Trimarchi1-2/+5
2022-12-10mtd: rawnand: omap_gpmc: Reduce .bss usageRoger Quadros1-3/+4
2022-12-10mtd: rawnand: nand_spl_loaders: Fix cast type build warningRoger Quadros1-1/+1
2022-12-10mtd: rawnand: omap_gpmc: Optimize NAND readsRoger Quadros1-21/+28
2022-12-10mtd: rawnand: omap_gpmc: Fix build warning on 64-bit platformsRoger Quadros1-2/+2
2022-12-10mtd: rawnand: omap_gpmc: Enable build for K2/K3 platformsRoger Quadros1-1/+1
2022-12-10mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.hRoger Quadros1-0/+8
2022-12-10cmd: nand: Extend nand info to print ecc informationMichael Trimarchi1-6/+8
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