2013-11-13 10:49:22 +00:00
|
|
|
#
|
2016-01-15 20:27:32 +00:00
|
|
|
# Copyright (C) 2013-2016 OpenWrt.org
|
2017-01-04 14:19:31 +00:00
|
|
|
# Copyright (C) 2017 Yousong Zhou
|
2013-11-13 10:49:22 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
2015-07-31 21:58:31 +00:00
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
2013-11-13 10:49:22 +00:00
|
|
|
|
2023-06-07 10:13:11 +00:00
|
|
|
PKG_VERSION:=2023.04
|
2017-01-23 12:41:49 +00:00
|
|
|
|
2023-06-07 10:13:11 +00:00
|
|
|
PKG_HASH:=e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341
|
2017-01-23 12:41:49 +00:00
|
|
|
|
2017-01-04 14:19:31 +00:00
|
|
|
PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
|
2014-11-29 23:45:53 +00:00
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2017-01-05 09:58:00 +00:00
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=sunxi
|
|
|
|
UBOOT_IMAGE:=u-boot-sunxi-with-spl.bin
|
|
|
|
UENV:=default
|
|
|
|
HIDDEN:=1
|
|
|
|
endef
|
2015-12-22 13:04:31 +00:00
|
|
|
|
2020-03-16 14:37:54 +00:00
|
|
|
define U-Boot/a64-olinuxino
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Olimex A64-OLinuXino
|
|
|
|
BUILD_DEVICES:=olimex_a64-olinuxino
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-olimex_a64-olinuxino:trusted-firmware-a-sunxi-a64
|
2020-03-16 14:37:54 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2020-03-16 14:37:54 +00:00
|
|
|
endef
|
|
|
|
|
2020-03-16 14:37:54 +00:00
|
|
|
define U-Boot/a64-olinuxino-emmc
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Olimex A64-OLinuXino eMMC
|
|
|
|
BUILD_DEVICES:=olimex_a64-olinuxino-emmc
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-olimex_a64-olinuxino-emmc:trusted-firmware-a-sunxi-a64
|
2020-03-16 14:37:54 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2020-03-16 14:37:54 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/A10-OLinuXino-Lime
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa8
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=A10 OLinuXino LIME
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a10-olinuxino-lime
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define U-Boot/A13-OLinuXino
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa8
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=A13 OlinuXino
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a13-olinuxino
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
2015-01-09 19:19:35 +00:00
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/A20-OLinuXino-Lime
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=A20 OLinuXino LIME
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a20-olinuxino-lime
|
2014-09-28 23:20:36 +00:00
|
|
|
endef
|
|
|
|
|
2017-05-19 01:14:08 +00:00
|
|
|
define U-Boot/A20-OLinuXino-Lime2
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=A20 OLinuXino LIME2
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a20-olinuxino-lime2
|
2017-05-19 01:14:08 +00:00
|
|
|
endef
|
|
|
|
|
2017-09-18 22:13:44 +00:00
|
|
|
define U-Boot/A20-OLinuXino-Lime2-eMMC
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=A20 OLinuXino LIME2 eMMC
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a20-olinuxino-lime2-emmc
|
2017-09-18 22:13:44 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/A20-OLinuXino_MICRO
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=A20 OLinuXino MICRO
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a20-olinuxino-micro
|
2015-01-20 22:50:52 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Bananapi
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Bananapi
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=lemaker_bananapi
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
2016-03-29 11:42:14 +00:00
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Bananapro
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Bananapro
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=lemaker_bananapro
|
2015-12-22 13:04:31 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Cubieboard
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa8
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Cubieboard
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=cubietech_a10-cubieboard
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
2013-11-13 10:49:22 +00:00
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Cubieboard2
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Cubieboard2
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=cubietech_cubieboard2
|
2013-11-13 10:49:22 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Cubietruck
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Cubietruck
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=cubietech_cubietruck
|
2013-11-13 10:49:22 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Hummingbird_A31
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Hummingbird A31 board
|
2013-11-13 10:49:22 +00:00
|
|
|
endef
|
2017-01-23 12:41:49 +00:00
|
|
|
|
2017-11-23 20:25:46 +00:00
|
|
|
define U-Boot/Marsboard_A10
|
2017-10-22 20:21:25 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa8
|
2022-10-10 15:08:27 +00:00
|
|
|
NAME:=HAOYU Marsboard A10
|
|
|
|
BUILD_DEVICES:=haoyu_a10-marsboard
|
2017-10-22 20:21:25 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Mele_M9
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Mele M9 (A31)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=mele_m9
|
2013-11-13 10:49:22 +00:00
|
|
|
endef
|
2017-01-23 12:41:49 +00:00
|
|
|
|
|
|
|
define U-Boot/OLIMEX_A13_SOM
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa8
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Olimex A13 SOM
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=olimex_a13-olimex-som
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define U-Boot/Linksprite_pcDuino
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa8
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Linksprite pcDuino
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=linksprite_a10-pcduino
|
2013-11-13 10:49:22 +00:00
|
|
|
endef
|
2017-01-23 12:41:49 +00:00
|
|
|
|
|
|
|
define U-Boot/Linksprite_pcDuino3
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Linksprite pcDuino3
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=linksprite_pcduino3
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
|
|
|
|
2021-01-11 15:09:23 +00:00
|
|
|
define U-Boot/Linksprite_pcDuino3_Nano
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Linksprite pcDuino3 Nano
|
|
|
|
BUILD_DEVICES:=linksprite_pcduino3-nano
|
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/Lamobo_R1
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Lamobo R1
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=lamobo_lamobo-r1
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
|
|
|
|
2017-10-19 03:18:38 +00:00
|
|
|
define U-Boot/nanopi_m1_plus
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=NanoPi M1 Plus (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-m1-plus
|
2017-10-19 03:18:38 +00:00
|
|
|
endef
|
|
|
|
|
2020-08-11 20:03:53 +00:00
|
|
|
define U-Boot/zeropi
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=ZeroPi (H3)
|
|
|
|
BUILD_DEVICES:=friendlyarm_zeropi
|
|
|
|
endef
|
|
|
|
|
2019-12-05 14:21:28 +00:00
|
|
|
define U-Boot/nanopi_neo_air
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=U-Boot for NanoPi NEO Air (H3)
|
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-neo-air
|
|
|
|
endef
|
|
|
|
|
2017-09-23 00:47:19 +00:00
|
|
|
define U-Boot/nanopi_neo
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=U-Boot for NanoPi NEO (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-neo
|
2017-09-23 00:47:19 +00:00
|
|
|
endef
|
|
|
|
|
2020-10-12 18:51:34 +00:00
|
|
|
define U-Boot/nanopi_r1
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=U-Boot for NanoPi R1 (H3)
|
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-r1
|
|
|
|
endef
|
|
|
|
|
2017-09-26 20:41:56 +00:00
|
|
|
define U-Boot/orangepi_r1
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Orange Pi R1 (H2+)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-r1
|
2017-09-26 20:41:56 +00:00
|
|
|
endef
|
|
|
|
|
2018-09-30 14:42:03 +00:00
|
|
|
define U-Boot/orangepi_zero
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Orange Pi Zero (H2+)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-zero
|
2018-09-30 14:42:03 +00:00
|
|
|
endef
|
|
|
|
|
2019-02-20 13:17:45 +00:00
|
|
|
define U-Boot/orangepi_one
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Orange Pi One (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-one
|
2019-02-20 13:17:45 +00:00
|
|
|
endef
|
|
|
|
|
2020-04-24 07:58:53 +00:00
|
|
|
define U-Boot/orangepi_one_plus
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Orange Pi One Plus (H6)
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-orangepi_one_plus:trusted-firmware-a-sunxi-h6
|
2020-04-24 07:58:53 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-one-plus
|
|
|
|
UENV:=h6
|
|
|
|
ATF:=h6
|
|
|
|
endef
|
|
|
|
|
2018-02-25 18:08:57 +00:00
|
|
|
define U-Boot/orangepi_pc
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Orange Pi PC (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-pc
|
2018-02-25 18:08:57 +00:00
|
|
|
endef
|
|
|
|
|
2019-03-01 19:30:47 +00:00
|
|
|
define U-Boot/orangepi_pc_plus
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Orange Pi PC Plus (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-pc-plus
|
2019-03-01 19:30:47 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/orangepi_plus
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Orange Pi Plus (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-plus
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
|
|
|
|
2017-10-23 20:33:00 +00:00
|
|
|
define U-Boot/orangepi_2
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Orange Pi 2 (H3)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-2
|
2017-10-23 20:33:00 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define U-Boot/pangolin
|
2017-07-15 18:35:57 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2017-01-23 12:41:49 +00:00
|
|
|
NAME:=Theobroma A31-yQ7 devboard
|
|
|
|
UENV:=pangolin
|
|
|
|
endef
|
|
|
|
|
2020-10-18 18:05:23 +00:00
|
|
|
define U-Boot/libretech_all_h3_cc_h5
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Libre Computer ALL-H3-CC H5
|
|
|
|
BUILD_DEVICES:=libretech_all-h3-cc-h5
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-libretech_all_h3_cc_h5:trusted-firmware-a-sunxi-a64
|
2020-10-18 18:05:23 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2020-10-18 18:05:23 +00:00
|
|
|
endef
|
|
|
|
|
2017-12-28 17:21:15 +00:00
|
|
|
define U-Boot/nanopi_neo_plus2
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=NanoPi NEO Plus2 (H5)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-neo-plus2
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-nanopi_neo_plus2:trusted-firmware-a-sunxi-a64
|
2017-12-28 17:21:15 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2017-12-28 17:21:15 +00:00
|
|
|
endef
|
|
|
|
|
2018-09-19 20:31:26 +00:00
|
|
|
define U-Boot/nanopi_neo2
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=NanoPi NEO2 (H5)
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-neo2
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-nanopi_neo2:trusted-firmware-a-sunxi-a64
|
2018-09-19 20:31:26 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2018-09-19 20:31:26 +00:00
|
|
|
endef
|
|
|
|
|
2021-10-16 10:02:40 +00:00
|
|
|
define U-Boot/nanopi_r1s_h5
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=NanoPi R1S (H5)
|
|
|
|
BUILD_DEVICES:=friendlyarm_nanopi-r1s-h5
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-nanopi_r1s_h5:trusted-firmware-a-sunxi-a64
|
2021-10-16 10:02:40 +00:00
|
|
|
UENV:=a64
|
|
|
|
ATF:=a64
|
|
|
|
endef
|
|
|
|
|
2017-07-15 20:53:35 +00:00
|
|
|
define U-Boot/pine64_plus
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Pine64 Plus A64
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=pine64_pine64-plus
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-pine64_plus:trusted-firmware-a-sunxi-a64
|
2017-07-15 20:53:35 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2017-07-15 20:53:35 +00:00
|
|
|
endef
|
|
|
|
|
2020-03-25 11:55:45 +00:00
|
|
|
define U-Boot/bananapi_m2_plus_h3
|
2019-02-15 15:08:53 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
2020-03-25 11:55:45 +00:00
|
|
|
NAME:=Bananapi M2 Plus H3
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=sinovoip_bananapi-m2-plus
|
2019-02-15 15:08:53 +00:00
|
|
|
endef
|
|
|
|
|
2020-03-05 20:54:53 +00:00
|
|
|
define U-Boot/Sinovoip_BPI_M3
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Bananapi M3
|
|
|
|
BUILD_DEVICES:=sinovoip_bananapi-m3
|
|
|
|
endef
|
|
|
|
|
2018-03-19 09:52:46 +00:00
|
|
|
define U-Boot/sopine_baseboard
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Sopine Baseboard
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=pine64_sopine-baseboard
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-sopine_baseboard:trusted-firmware-a-sunxi-a64
|
2018-03-19 09:52:46 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2018-03-19 09:52:46 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
2018-01-27 22:46:32 +00:00
|
|
|
define U-Boot/orangepi_zero_plus
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Xunlong Orange Pi Zero Plus
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-zero-plus
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-orangepi_zero_plus:trusted-firmware-a-sunxi-a64
|
2018-01-27 22:46:32 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2018-01-27 22:46:32 +00:00
|
|
|
endef
|
|
|
|
|
2018-07-30 09:33:03 +00:00
|
|
|
define U-Boot/orangepi_pc2
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Xunlong Orange Pi PC2
|
2019-12-05 23:11:56 +00:00
|
|
|
BUILD_DEVICES:=xunlong_orangepi-pc2
|
2022-12-26 18:58:14 +00:00
|
|
|
DEPENDS:=+PACKAGE_u-boot-orangepi_pc2:trusted-firmware-a-sunxi-a64
|
2018-07-30 09:33:03 +00:00
|
|
|
UENV:=a64
|
2020-04-29 09:02:27 +00:00
|
|
|
ATF:=a64
|
2018-07-30 09:33:03 +00:00
|
|
|
endef
|
|
|
|
|
2023-09-01 22:18:18 +00:00
|
|
|
define U-Boot/orangepi_zero2
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
|
|
|
NAME:=Xunlong Orange Pi Zero2
|
|
|
|
BUILD_DEVICES:=xunlong_orangepi-zero2
|
|
|
|
DEPENDS:=+PACKAGE_u-boot-orangepi_zero2:trusted-firmware-a-sunxi-h616
|
|
|
|
UENV:=h616
|
|
|
|
ATF:=h616
|
|
|
|
endef
|
|
|
|
|
2020-02-09 17:27:48 +00:00
|
|
|
define U-Boot/Bananapi_M2_Ultra
|
2019-09-07 16:28:18 +00:00
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Bananapi M2 Ultra
|
2020-10-18 12:26:55 +00:00
|
|
|
BUILD_DEVICES:=sinovoip_bananapi-m2-ultra
|
2019-09-07 16:28:18 +00:00
|
|
|
endef
|
|
|
|
|
2021-01-18 08:00:42 +00:00
|
|
|
define U-Boot/bananapi_m2_berry
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Bananapi M2 Berry
|
|
|
|
BUILD_DEVICES:=sinovoip_bananapi-m2-berry
|
|
|
|
endef
|
|
|
|
|
2023-08-13 00:29:06 +00:00
|
|
|
define U-Boot/bananapi_p2_zero
|
|
|
|
BUILD_SUBTARGET:=cortexa7
|
|
|
|
NAME:=Bananapi P2 Zero
|
|
|
|
BUILD_DEVICES:=sinovoip_bananapi-p2-zero
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
UBOOT_TARGETS := \
|
2020-03-16 14:37:54 +00:00
|
|
|
a64-olinuxino \
|
2020-03-16 14:37:54 +00:00
|
|
|
a64-olinuxino-emmc \
|
2017-01-23 12:41:49 +00:00
|
|
|
A10-OLinuXino-Lime \
|
|
|
|
A13-OLinuXino \
|
|
|
|
A20-OLinuXino-Lime \
|
2017-05-19 01:14:08 +00:00
|
|
|
A20-OLinuXino-Lime2 \
|
2017-09-18 22:13:44 +00:00
|
|
|
A20-OLinuXino-Lime2-eMMC \
|
2017-01-23 12:41:49 +00:00
|
|
|
A20-OLinuXino_MICRO \
|
2020-03-25 11:55:45 +00:00
|
|
|
bananapi_m2_plus_h3 \
|
2017-01-23 12:41:49 +00:00
|
|
|
Bananapi \
|
2021-01-18 08:00:42 +00:00
|
|
|
bananapi_m2_berry \
|
2023-08-13 00:29:06 +00:00
|
|
|
bananapi_p2_zero \
|
2020-02-09 17:27:48 +00:00
|
|
|
Bananapi_M2_Ultra \
|
2017-01-23 12:41:49 +00:00
|
|
|
Bananapro \
|
|
|
|
Cubieboard \
|
|
|
|
Cubieboard2 \
|
|
|
|
Cubietruck \
|
|
|
|
Hummingbird_A31 \
|
2017-11-23 20:25:46 +00:00
|
|
|
Marsboard_A10 \
|
2017-01-23 12:41:49 +00:00
|
|
|
Mele_M9 \
|
|
|
|
OLIMEX_A13_SOM \
|
|
|
|
Linksprite_pcDuino \
|
|
|
|
Linksprite_pcDuino3 \
|
2021-01-11 15:09:23 +00:00
|
|
|
Linksprite_pcDuino3_Nano \
|
2017-01-23 12:41:49 +00:00
|
|
|
Lamobo_R1 \
|
2017-10-19 03:18:38 +00:00
|
|
|
nanopi_m1_plus \
|
2020-08-11 20:03:53 +00:00
|
|
|
zeropi \
|
2017-09-23 00:47:19 +00:00
|
|
|
nanopi_neo \
|
2019-12-05 14:21:28 +00:00
|
|
|
nanopi_neo_air \
|
2017-12-28 17:21:15 +00:00
|
|
|
nanopi_neo_plus2 \
|
2018-09-19 20:31:26 +00:00
|
|
|
nanopi_neo2 \
|
2020-10-12 18:51:34 +00:00
|
|
|
nanopi_r1 \
|
2021-10-16 10:02:40 +00:00
|
|
|
nanopi_r1s_h5 \
|
2018-09-30 14:42:03 +00:00
|
|
|
orangepi_zero \
|
2017-09-26 20:41:56 +00:00
|
|
|
orangepi_r1 \
|
2019-02-20 13:17:45 +00:00
|
|
|
orangepi_one \
|
2020-04-24 07:58:53 +00:00
|
|
|
orangepi_one_plus \
|
2018-02-25 18:08:57 +00:00
|
|
|
orangepi_pc \
|
2019-03-01 19:30:47 +00:00
|
|
|
orangepi_pc_plus \
|
2017-01-23 12:41:49 +00:00
|
|
|
orangepi_plus \
|
2017-10-23 20:33:00 +00:00
|
|
|
orangepi_2 \
|
2018-07-30 09:33:03 +00:00
|
|
|
orangepi_pc2 \
|
2023-09-01 22:18:18 +00:00
|
|
|
orangepi_zero2 \
|
2017-07-15 20:53:35 +00:00
|
|
|
pangolin \
|
2018-01-27 22:46:32 +00:00
|
|
|
pine64_plus \
|
2020-03-05 20:54:53 +00:00
|
|
|
Sinovoip_BPI_M3 \
|
2018-03-19 09:52:46 +00:00
|
|
|
sopine_baseboard \
|
2020-10-18 18:05:23 +00:00
|
|
|
orangepi_zero_plus \
|
|
|
|
libretech_all_h3_cc_h5
|
2017-01-23 12:41:49 +00:00
|
|
|
|
|
|
|
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
|
|
|
|
|
2017-07-15 20:53:35 +00:00
|
|
|
UBOOT_MAKE_FLAGS += \
|
2023-06-07 10:13:11 +00:00
|
|
|
BL31=$(STAGING_DIR_IMAGE)/bl31_sunxi-$(ATF).bin SCP=/dev/null
|
2017-07-15 20:53:35 +00:00
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
define Build/InstallDev
|
2017-01-27 15:18:05 +00:00
|
|
|
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) $(STAGING_DIR_IMAGE)/$(BUILD_DEVICES)-u-boot-with-spl.bin
|
2017-01-23 12:41:49 +00:00
|
|
|
mkimage -C none -A arm -T script -d uEnv-$(UENV).txt \
|
2017-01-27 15:18:05 +00:00
|
|
|
$(STAGING_DIR_IMAGE)/$(BUILD_DEVICES)-boot.scr
|
2017-01-23 12:41:49 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/u-boot/install/default
|
2013-11-13 10:49:22 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 12:41:49 +00:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|