-
- Downloads
stm32: add new stm32 target
New stm32 target introduces support for stm32mp1 based devices. For now it includes an initial support of the STM32MP135F-DK device. The specifications bellow only list supported features. Specifications -------------- SOC: STM32MP135FAF7 RAM: 512 MiB Storage: SD Card Ethernet: 2x 100 Mbps Wireless: 2.4GHz Cypress CYW43455 (802.11b/g/n) LEDs: Heartbeat (Blue) Buttons: 1x Reset, 1x User (USER2) USB: 4x 2.0 Type-A Signed-off-by:Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
Showing
- target/linux/stm32/Makefile 24 additions, 0 deletionstarget/linux/stm32/Makefile
- target/linux/stm32/base-files/etc/board.d/02_network 18 additions, 0 deletionstarget/linux/stm32/base-files/etc/board.d/02_network
- target/linux/stm32/base-files/lib/preinit/79_move_config 15 additions, 0 deletionstarget/linux/stm32/base-files/lib/preinit/79_move_config
- target/linux/stm32/base-files/lib/upgrade/platform.sh 181 additions, 0 deletionstarget/linux/stm32/base-files/lib/upgrade/platform.sh
- target/linux/stm32/image/Makefile 63 additions, 0 deletionstarget/linux/stm32/image/Makefile
- target/linux/stm32/image/extlinux.conf 4 additions, 0 deletionstarget/linux/stm32/image/extlinux.conf
- target/linux/stm32/image/gen_stm32_sdcard_img.sh 35 additions, 0 deletionstarget/linux/stm32/image/gen_stm32_sdcard_img.sh
- target/linux/stm32/modules.mk 256 additions, 0 deletionstarget/linux/stm32/modules.mk
- target/linux/stm32/patches-6.6/001-net-stmmac-dwmac-stm32-use-devm_stmmac_probe_config_.patch 69 additions, 0 deletions...et-stmmac-dwmac-stm32-use-devm_stmmac_probe_config_.patch
- target/linux/stm32/patches-6.6/002-net-stmmac-dwmac-stm32-refactor-clock-config.patch 241 additions, 0 deletions....6/002-net-stmmac-dwmac-stm32-refactor-clock-config.patch
- target/linux/stm32/patches-6.6/003-net-stmmac-dwmac-stm32-Separate-out-external-clock-r.patch 125 additions, 0 deletions...et-stmmac-dwmac-stm32-Separate-out-external-clock-r.patch
- target/linux/stm32/patches-6.6/004-net-stmmac-dwmac-stm32-Separate-out-external-clock-s.patch 132 additions, 0 deletions...et-stmmac-dwmac-stm32-Separate-out-external-clock-s.patch
- target/linux/stm32/patches-6.6/005-net-stmmac-dwmac-stm32-Extract-PMCR-configuration.patch 71 additions, 0 deletions...5-net-stmmac-dwmac-stm32-Extract-PMCR-configuration.patch
- target/linux/stm32/patches-6.6/006-net-stmmac-dwmac-stm32-Clean-up-the-debug-prints.patch 83 additions, 0 deletions...06-net-stmmac-dwmac-stm32-Clean-up-the-debug-prints.patch
- target/linux/stm32/patches-6.6/007-net-stmmac-dwmac-stm32-Mask-support-for-PMCR-configu.patch 101 additions, 0 deletions...et-stmmac-dwmac-stm32-Mask-support-for-PMCR-configu.patch
- target/linux/stm32/patches-6.6/008-net-stmmac-dwmac-stm32-add-management-of-stm32mp13-f.patch 94 additions, 0 deletions...et-stmmac-dwmac-stm32-add-management-of-stm32mp13-f.patch
- target/linux/stm32/patches-6.6/009-ARM-dts-stm32-add-ETZPC-as-a-system-bus-for-STM32MP1.patch 1192 additions, 0 deletions...RM-dts-stm32-add-ETZPC-as-a-system-bus-for-STM32MP1.patch
- target/linux/stm32/patches-6.6/010-ARM-dts-stm32-put-ETZPC-as-an-access-controller-for-.patch 265 additions, 0 deletions...RM-dts-stm32-put-ETZPC-as-an-access-controller-for-.patch
- target/linux/stm32/patches-6.6/011-ARM-dts-stm32-add-ethernet1-2-RMII-pins-for-STM32MP1.patch 126 additions, 0 deletions...RM-dts-stm32-add-ethernet1-2-RMII-pins-for-STM32MP1.patch
- target/linux/stm32/patches-6.6/012-ARM-dts-stm32-add-ethernet1-and-ethernet2-support-on.patch 108 additions, 0 deletions...RM-dts-stm32-add-ethernet1-and-ethernet2-support-on.patch
target/linux/stm32/Makefile
0 → 100644
target/linux/stm32/image/Makefile
0 → 100644
target/linux/stm32/image/extlinux.conf
0 → 100644
target/linux/stm32/modules.mk
0 → 100644
This diff is collapsed.