boot: Introduce support for U-Boot support for Airoha EN7581/AN7583
authorChristian Marangi <[email protected]>
Fri, 26 Sep 2025 07:05:21 +0000 (09:05 +0200)
committerChristian Marangi <[email protected]>
Fri, 26 Sep 2025 07:05:21 +0000 (09:05 +0200)
commit04f6769a4a87ed6de4c8a875d35743ca1783e947
tree367fe9caa8d0c9ec847f2640d4b0ec0c51184a3c
parentc5b12fc02ab133be1c18722e9b3c5b93e7772925
boot: Introduce support for U-Boot support for Airoha EN7581/AN7583

Introduce support for U-Boot for Airoha EN7581/AN7583. For EN7581
initial patch are already in U-Boot mainline and doesn't require
backport, for AN7583 some patch are still pending but already posted
upstream.

Also add for now, precompiled binary for ATF BL2 and BL31. Support for
ATF is planned and will come later.

Signed-off-by: Christian Marangi <[email protected]>
17 files changed:
package/boot/uboot-airoha/Makefile [new file with mode: 0644]
package/boot/uboot-airoha/files/an7581-bl2.bin [new file with mode: 0644]
package/boot/uboot-airoha/files/an7581-bl31.bin [new file with mode: 0644]
package/boot/uboot-airoha/files/an7583-bl2.bin [new file with mode: 0644]
package/boot/uboot-airoha/files/an7583-bl31.bin [new file with mode: 0644]
package/boot/uboot-airoha/patches/200-linux-bitfield.h-import-FIELD_PREP_CONST-macro-from-.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/201-mtd-spinand-winbond-add-Winbond-W25N04KV-flash-suppo.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/300-airoha-add-support-for-Airoha-AN7583-SoC.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/301-clk-airoha-add-support-for-Airoha-AN7583-SoC-clock.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/302-reset-airoha-convert-to-regmap-API.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/303-reset-airoha-Add-support-for-Airoha-AN7583-reset.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/304-net-airoha-add-support-for-Airoha-AN7583.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/305-airoha-add-Ethernet-node-in-AN7583-dtsi.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/306-airoha-add-MMC-node-for-Airoha-AN7583.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/500-net-airoha-Fix-spurious-Airoha-Ethernet-stall.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/900-airoha-enable-UBI-support-and-define-default-partiti.patch [new file with mode: 0644]
package/boot/uboot-airoha/patches/901-airoha-add-default-configuration.patch [new file with mode: 0644]