aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-10spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLYDai Okamura
2022-12-10mtd: nand: mxs_nand_spl: don't read useless pagesDario Binacchi
2022-12-10mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi
2022-12-10cmd: mtd: check if a block has to be skipped or erasedDario Binacchi
2022-12-10mtd: nand: make Samsung SLC NAND usable againMichael Trimarchi
2022-12-10mtd: rawnand: omap_gpmc: Reduce .bss usageRoger Quadros
2022-12-10mtd: rawnand: nand_spl_loaders: Fix cast type build warningRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Optimize NAND readsRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Fix build warning on 64-bit platformsRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Enable build for K2/K3 platformsRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.hRoger Quadros
2022-12-10cmd: nand: Extend nand info to print ecc informationMichael Trimarchi
2022-12-08Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians...Tom Rini
2022-12-08Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich
2022-12-08dfu: Make DFU virtual backend SPL friendlyPatrick Delaunay
2022-12-08usb: gadget: dfu: Fix check of transfer directionHugo SIMELIERE
2022-12-08Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2022-12-08Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/cust...Tom Rini
2022-12-08riscv: use imply instead of select for SPL_SEPARATE_BSSZong Li
2022-12-08common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payloadKautuk Consul
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul
2022-12-08lib: Add common semihosting libraryKautuk Consul
2022-12-07ARM: stm32: Increment WDT by default on DHSOMMarek Vasut
2022-12-07ARM: stm32: Increment boot counter in SPL on DHSOMMarek Vasut
2022-12-07ARM: stm32: Enable assorted ST specific commands on DHSOMMarek Vasut
2022-12-07ARM: stm32: Add version variable to DHSOMMarek Vasut
2022-12-07ARM: stm32: Add boot counter to DHSOMMarek Vasut
2022-12-07ARM: dts: stm32: Drop MMCI interrupt-namesMarek Vasut
2022-12-07ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DKYann Gautier
2022-12-07adc: stm32mp15: add support of generic channels bindingOlivier Moysan
2022-12-07adc: stm32mp15: split channel init into several routinesOlivier Moysan
2022-12-07arm: dts: stm32mp13: add support of RCC driverGabriel Fernandez
2022-12-07clk: stm32mp13: introduce STM32MP13 RCC driverGabriel Fernandez
2022-12-07dt-bindings: stm32mp13: add clock & reset support for STM32MP13Gabriel Fernandez
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-12-05Prepare v2023.01-rc3Tom Rini
2022-12-05Merge branch '2022-12-05-add-IPv6-support'Tom Rini
2022-12-05configs: Add IPV6 config to sandbox_flattree_defconfigViacheslav Mitrofanov
2022-12-05configs: Add IPV6 config to sandbox64_defconfigViacheslav Mitrofanov
2022-12-05configs: Add IPV6 config to sandbox_defconfigViacheslav Mitrofanov
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov
2022-12-05net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov