Commit Graph

  • c6bafdae50 mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.h Roger Quadros 2022-10-11 14:49:59 +03:00
  • 308bd74663 cmd: nand: Extend nand info to print ecc information Michael Trimarchi 2022-09-22 15:39:37 +02:00
  • bc71afc3c5 Merge branch '2022-12-09-platform-updates' into next Tom Rini 2022-12-09 17:50:51 -05:00
  • 04150400c9 configs: enable OSPI related configs in AM62x Dhruva Gole 2022-10-27 20:23:11 +05:30
  • 8994ac365a arm: dts: Add OSPI support for AM62-SK Dhruva Gole 2022-10-27 20:23:10 +05:30
  • 8bd8a5d022 arm: dts: k3-am62x: sync dt with linux kernel Dhruva Gole 2022-10-27 20:23:09 +05:30
  • 719bd650c3 configs: introduce configs for the am62a Bryan Brattlof 2022-11-03 19:13:58 -05:00
  • d90c8bc441 board: ti: introduce the basic files needed to support the am62a Bryan Brattlof 2022-11-03 19:13:57 -05:00
  • b6cbcd6155 arm: mach-k3: am62a: introduce auto-generated SoC data Bryan Brattlof 2022-11-03 19:13:56 -05:00
  • b511b371ad arm: mach-k3: introduce basic files to support the am62a Bryan Brattlof 2022-11-03 19:13:55 -05:00
  • e38025c8b5 soc: ti: k3-socinfo: add am62a SoC entry Bryan Brattlof 2022-11-03 19:13:54 -05:00
  • f54febe1b1 ram: k3-ddrss: add am62a controller support Bryan Brattlof 2022-11-03 19:13:53 -05:00
  • 6bdfa69155 arm: dts: introduce am62a7 u-boot dtbs Bryan Brattlof 2022-11-03 19:13:52 -05:00
  • 253802912a arm: dts: introduce am62a7 dtbs from linux kernel Bryan Brattlof 2022-11-03 19:13:51 -05:00
  • ee31be429b ram: k3-ddrss: add auto-generated macros for am62a support Bryan Brattlof 2022-10-24 16:53:28 -05:00
  • 640aecb416 rtc: Add fallbacks for dm functions Sean Anderson 2022-11-22 12:54:52 -05:00
  • 0db588caf9 x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled Sean Anderson 2022-11-22 12:54:51 -05:00
  • 544071ac4a Nokia RX-51: Use ENTRY/ENDPROC for save_boot_params Pali Rohár 2022-11-24 00:45:00 +01:00
  • 0494ab37c2 Merge branch '2022-12-08-assorted-tooling-and-fs-fixes' into next Tom Rini 2022-12-08 15:12:14 -05:00
  • 8f17040877 Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2022-12-08 11:25:08 -05:00
  • 573359d14d Merge https://source.denx.de/u-boot/custodians/u-boot-usb Tom Rini 2022-12-08 11:24:50 -05:00
  • c41e05bab0 board: sam9x60ek: remove nand init from board file Balamanikandan Gunasundar 2022-10-25 16:21:09 +05:30
  • 70cbf2f097 ARM: dts: at91: sam9x60ek: Enable NAND support Balamanikandan Gunasundar 2022-10-25 16:21:08 +05:30
  • 2d35bf2420 ARM: dts: at91: sam9x60: Add nodes for EBI and NAND Balamanikandan Gunasundar 2022-10-25 16:21:07 +05:30
  • 2cf5d0aa8e configs: at91: sam9x60ek: Enable DM based nand driver Balamanikandan Gunasundar 2022-10-25 16:21:06 +05:30
  • 2dc1b8fe17 mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation Balamanikandan Gunasundar 2022-10-25 16:21:05 +05:30
  • 68ddf18dc3 memory: atmel-ebi: add Atmel EBI (External Bus Interface) driver Balamanikandan Gunasundar 2022-10-25 16:21:04 +05:30
  • de32a2a32a mfd: syscon: Add atmel-matrix registers definition Balamanikandan Gunasundar 2022-10-25 16:21:03 +05:30
  • a490e1b7c0 nand: atmel: Add pmecc driver Balamanikandan Gunasundar 2022-10-25 16:21:02 +05:30
  • 6a8dfd5722 nand: atmel: Add DM based NAND driver Balamanikandan Gunasundar 2022-10-25 16:21:01 +05:30
  • bd0ed9a2d2 ata: ahci-pci: Replace magic constant by macro Pali Rohár 2022-12-04 13:31:08 +01:00
  • aeea67f9a0 fs/squashfs: use lldiv function for math Kasper Revsbech 2022-12-01 16:30:32 +01:00
  • 486aef08de u-boot-initial-env: rework make target Max Krummenacher 2022-11-28 09:41:22 +01:00
  • 55b0affd26 firmware: scmi: use protocol node name to bind the scmi regulator driver Patrick Delaunay 2022-11-25 12:56:29 +01:00
  • 28f924f265 tools: mkimage: add new image type "fdt_legacy" Marc Kleine-Budde 2022-11-23 12:55:33 +01:00
  • 72c3f5dbd9 tools: mkimage: don't print error message "Success" in case of failure Marc Kleine-Budde 2022-11-23 12:55:32 +01:00
  • 4b95e8407e tools: fdtgrep: Fix handle leak Mikhail Ilin 2022-11-23 14:31:03 +03:00
  • 17f8a74876 tools: mkimage: Fix nullptr at strchr() Mikhail Ilin 2022-11-23 12:39:36 +03:00
  • 04e6332ec0 fs: ext4: Fix free(NULL) Mikhail Ilin 2022-11-22 11:00:55 +03:00
  • 2d1b2ac13f tool: ifwitool: Fix buffer overflow Mikhail Ilin 2022-11-18 14:50:24 +03:00
  • 164232943c tool: ifwitool: The function localtime() can return NULL. Mikhail Ilin 2022-11-18 11:50:02 +03:00
  • c059a22b77 tools: env: fw_env: Fix unused-result warning Jaehoon Chung 2022-10-13 17:41:21 +09:00
  • 51a0e215ec usb: gadget: rndis: Prevent InformationBufferOffset manipulation Szymon Heidrich 2022-12-05 10:28:23 +01:00
  • bcd4110702 dfu: Make DFU virtual backend SPL friendly Patrick Delaunay 2022-11-30 11:42:02 +01:00
  • 14dc0ab138 usb: gadget: dfu: Fix check of transfer direction Hugo SIMELIERE 2022-11-30 09:29:16 +01:00
  • 9060919822 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv Tom Rini 2022-12-08 08:28:14 -05:00
  • 341ba8d94b Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91 Tom Rini 2022-12-08 08:27:50 -05:00
  • 57b9900cd5 riscv: use imply instead of select for SPL_SEPARATE_BSS Zong Li 2022-11-16 07:08:39 +00:00
  • ac14155a2a common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload Kautuk Consul 2022-12-07 17:12:36 +05:30
  • ae3527f088 arch/riscv: add semihosting support for RISC-V Kautuk Consul 2022-12-07 17:12:35 +05:30
  • 1c03ab9f4b lib: Add common semihosting library Kautuk Consul 2022-12-07 17:12:34 +05:30
  • 2b2e9127cc Merge branch '2022-12-07-Kconfig-migrations' into next Tom Rini 2022-12-07 18:08:01 -05:00
  • e524f3a449 net: Remove eth_legacy.c Tom Rini 2022-11-27 10:25:36 -05:00
  • 9e0bcf8043 qe: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:35 -05:00
  • 2098a3b8fe usb: gadget: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:34 -05:00
  • b8daa6e9ee usb: eth: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:33 -05:00
  • 0a9cbd4f3c usb: eth: smsc95xx: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:32 -05:00
  • 82cdcd5792 usb: eth: r8152: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:31 -05:00
  • 05d654b564 usb: eth: msc7830: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:30 -05:00
  • d9e81b0dd7 usb: eth: asix88179: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:29 -05:00
  • 3aa2003b51 usb: eth: asix: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:28 -05:00
  • 8a9e3464e4 net: keystone_net: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:27 -05:00
  • f8dc288c7f net: cpsw: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:26 -05:00
  • 8f5c7cc96b net: sunxi_emac: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:25 -05:00
  • 61af2af3f7 net: smc911x: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:24 -05:00
  • 85fdaea66c net: sh_eth: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:23 -05:00
  • f1ee1e1ef1 net: rtl8169: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:22 -05:00
  • f6fa0715ce net: rtl8139: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:21 -05:00
  • 36af92ba85 net: phy: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:20 -05:00
  • 32dc677276 net: pcnet: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:19 -05:00
  • fa9ea7607f net: netconsole: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:18 -05:00
  • c7f15a3ee8 net: mvgbe: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:17 -05:00
  • c00e9467bc net: mcfmii: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:16 -05:00
  • 047a086fa3 net: macb: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:15 -05:00
  • cde5a844fb net: ldpaa_eth: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:14 -05:00
  • 3c7e652bbb net: fsl-mc: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:13 -05:00
  • b669c54bfd net: fec_mxc: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:12 -05:00
  • ecca44805d net: ethoc: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:11 -05:00
  • 4fb814f571 net: eepro100: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:10 -05:00
  • 53fa409f59 net: e1000: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:09 -05:00
  • 9f2d365ed3 net: dm9000x: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:08 -05:00
  • acb30ccc7c net: designware: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:07 -05:00
  • d55a003904 net: dc2114x: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:06 -05:00
  • cc2bf624eb net: fm: Remove non-DM_ETH code Tom Rini 2022-11-27 10:25:05 -05:00
  • 2f420f135f net: tsec: Remove non-DM_ETH support code Tom Rini 2022-11-27 10:25:04 -05:00
  • 8457d023b8 global: Remove extraneous DM_ETH imply/select Tom Rini 2022-11-27 10:25:03 -05:00
  • f6301702c1 net: Remove extraneous dependencies Tom Rini 2022-11-27 10:25:02 -05:00
  • 8459276445 chromebook_samus_tpl: Disable SPL networking Tom Rini 2022-11-27 10:25:00 -05:00
  • da752ac3c4 topic_miami*: Disable networking support more fully Tom Rini 2022-11-27 10:24:59 -05:00
  • 3c6ee7bb72 pinecube: Disable networking support more fully Tom Rini 2022-11-27 10:24:58 -05:00
  • 66900cb7c4 LicheePi_Zero: Disable networking support more fully Tom Rini 2022-11-27 10:24:57 -05:00
  • ebef190e13 xenguest_arm64: Disable networking support more fully Tom Rini 2022-11-27 10:24:56 -05:00
  • f708283ab9 ARM: stm32: Increment WDT by default on DHSOM Marek Vasut 2022-12-06 03:35:15 +01:00
  • 1ca617f5fd ARM: stm32: Increment boot counter in SPL on DHSOM Marek Vasut 2022-12-06 03:35:14 +01:00
  • 0eca0b1075 ARM: stm32: Enable assorted ST specific commands on DHSOM Marek Vasut 2022-12-06 03:35:13 +01:00
  • bf98da5feb ARM: stm32: Add version variable to DHSOM Marek Vasut 2022-11-01 23:35:31 +01:00
  • ac803d9cae ARM: stm32: Add boot counter to DHSOM Marek Vasut 2022-10-27 23:17:55 +02:00
  • 666b1a712d ARM: dts: stm32: Drop MMCI interrupt-names Marek Vasut 2022-11-02 14:53:49 +01:00
  • 3068bb60c6 ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DK Yann Gautier 2022-11-02 14:53:48 +01:00
  • a9aa2aef5f adc: stm32mp15: add support of generic channels binding Olivier Moysan 2022-11-23 16:20:16 +01:00