2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=uboot-layerscape
|
2020-11-14 00:52:35 +08:00
|
|
|
PKG_VERSION:=LSDK-20.04-update-290520
|
2021-06-15 17:58:07 +08:00
|
|
|
PKG_RELEASE:=$(AUTORELEASE)
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
2019-01-03 19:29:28 +08:00
|
|
|
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot
|
2020-11-14 00:52:35 +08:00
|
|
|
PKG_SOURCE_VERSION:=1e55b2f9e7f56b76569089b9e950f49c1579580e
|
|
|
|
PKG_MIRROR_HASH:=46aace27e1367f40b424a64215d524a99c3bd62f49057550039e72d5a1ab7edb
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2018-01-15 18:26:41 +08:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
2017-09-06 19:19:45 +08:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2018-01-15 18:26:41 +08:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=layerscape
|
|
|
|
BUILD_SUBTARGET:=armv8_64b
|
|
|
|
BUILD_DEVICES:=$(1)
|
|
|
|
UBOOT_IMAGE:=u-boot-dtb.bin
|
2019-01-03 19:29:28 +08:00
|
|
|
ENV_SIZE:=0x2000
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1012a-frdm
|
2020-07-02 23:30:56 +08:00
|
|
|
NAME:=NXP LS1012AFRDM
|
|
|
|
UBOOT_CONFIG:=ls1012afrdm_tfa
|
|
|
|
ENV_SIZE:=0x40000
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1012a-rdb
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1012ARDB
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1012ardb_tfa
|
2019-01-03 19:29:28 +08:00
|
|
|
ENV_SIZE:=0x40000
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1012a-frwy-sdboot
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1012AFRWY
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1012afrwy_tfa
|
2019-01-03 19:29:28 +08:00
|
|
|
ENV_SIZE:=0x10000
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1043a-rdb
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1043ARDB
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1043ardb_tfa
|
2019-01-03 19:29:28 +08:00
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1043a-rdb-sdboot
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1043ARDB SD Card Boot
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1043ardb_tfa
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
2021-06-14 18:30:08 +08:00
|
|
|
define U-Boot/fsl_ls1046a-frwy
|
|
|
|
NAME:=NXP LS1046AFRWY
|
|
|
|
UBOOT_CONFIG:=ls1046afrwy_tfa
|
|
|
|
endef
|
|
|
|
|
|
|
|
define U-Boot/fsl_ls1046a-frwy-sdboot
|
|
|
|
NAME:=NXP LS1046AFRWY SD Card Boot
|
|
|
|
UBOOT_CONFIG:=ls1046afrwy_tfa
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1046a-rdb
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1046ARDB
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1046ardb_tfa
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1046a-rdb-sdboot
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1046ARDB SD Card Boot
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1046ardb_tfa
|
2018-01-09 14:38:15 +08:00
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1088a-rdb
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1088ARDB
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1088ardb_tfa
|
2018-01-09 14:38:15 +08:00
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1088a-rdb-sdboot
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1088ARDB SD Card Boot
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls1088ardb_tfa
|
2019-01-03 19:29:28 +08:00
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls2088a-rdb
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS2088ARDB
|
2020-02-06 21:45:40 +08:00
|
|
|
UBOOT_CONFIG:=ls2088ardb_tfa
|
2018-01-09 14:38:15 +08:00
|
|
|
endef
|
|
|
|
|
2021-06-14 18:30:08 +08:00
|
|
|
define U-Boot/fsl_lx2160a-rdb
|
|
|
|
NAME:=NXP LX2160ARDB
|
|
|
|
UBOOT_CONFIG:=lx2160ardb_tfa
|
|
|
|
endef
|
|
|
|
|
|
|
|
define U-Boot/fsl_lx2160a-rdb-sdboot
|
|
|
|
NAME:=NXP LX2160ARDB SD Card Boot
|
|
|
|
UBOOT_CONFIG:=lx2160ardb_tfa
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1021a-twr
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1021ATWR
|
|
|
|
BUILD_SUBTARGET:=armv7
|
|
|
|
UBOOT_CONFIG:=ls1021atwr_nor
|
|
|
|
ENV_SIZE:=0x20000
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1021a-twr-sdboot
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1021ATWR SD Card Boot
|
|
|
|
BUILD_SUBTARGET:=armv7
|
|
|
|
UBOOT_CONFIG:=ls1021atwr_sdcard_ifc
|
|
|
|
UBOOT_IMAGE:=u-boot-with-spl-pbl.bin
|
|
|
|
ENV_SIZE:=0x20000
|
|
|
|
endef
|
|
|
|
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
define U-Boot/fsl_ls1021a-iot-sdboot
|
2019-01-03 19:29:28 +08:00
|
|
|
NAME:=NXP LS1021AIOT SD Card Boot
|
|
|
|
BUILD_SUBTARGET:=armv7
|
|
|
|
UBOOT_CONFIG:=ls1021aiot_sdcard
|
|
|
|
UBOOT_IMAGE:=u-boot-with-spl-pbl.bin
|
|
|
|
ENV_SIZE:=0x2000
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
2018-01-15 18:26:41 +08:00
|
|
|
UBOOT_TARGETS := \
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
fsl_ls1012a-frdm \
|
|
|
|
fsl_ls1012a-rdb \
|
|
|
|
fsl_ls1012a-frwy-sdboot \
|
|
|
|
fsl_ls1043a-rdb \
|
|
|
|
fsl_ls1043a-rdb-sdboot \
|
2021-06-14 18:30:08 +08:00
|
|
|
fsl_ls1046a-frwy \
|
|
|
|
fsl_ls1046a-frwy-sdboot \
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
fsl_ls1046a-rdb \
|
|
|
|
fsl_ls1046a-rdb-sdboot \
|
|
|
|
fsl_ls1088a-rdb \
|
|
|
|
fsl_ls1088a-rdb-sdboot \
|
|
|
|
fsl_ls2088a-rdb \
|
2021-06-14 18:30:08 +08:00
|
|
|
fsl_lx2160a-rdb \
|
|
|
|
fsl_lx2160a-rdb-sdboot \
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
fsl_ls1021a-twr \
|
|
|
|
fsl_ls1021a-twr-sdboot \
|
|
|
|
fsl_ls1021a-iot-sdboot
|
2018-01-15 18:26:41 +08:00
|
|
|
|
|
|
|
define Build/InstallDev
|
|
|
|
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
|
2019-01-03 19:29:28 +08:00
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) \
|
|
|
|
$(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-uboot.bin
|
|
|
|
$(PKG_BUILD_DIR)/tools/mkenvimage -s $(ENV_SIZE) \
|
|
|
|
-o $(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-uboot-env.bin \
|
|
|
|
files/$(BUILD_VARIANT)-uEnv.txt
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
2018-01-15 18:26:41 +08:00
|
|
|
define Package/u-boot/install/default
|
2017-09-06 19:19:45 +08:00
|
|
|
endef
|
|
|
|
|
2018-01-15 18:26:41 +08:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|