2016-10-28 16:14:32 +00: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
|
|
|
|
|
2016-12-01 15:01:27 +00:00
|
|
|
PKG_NAME:=uboot-layerscape
|
2018-07-04 04:20:41 +00:00
|
|
|
PKG_VERSION:=lsdk-1806
|
2016-12-01 15:01:27 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
2018-07-04 04:20:41 +00:00
|
|
|
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot
|
|
|
|
PKG_SOURCE_VERSION:=b3f98d438eefd1b355efdec0b50af5813ff8d0e1
|
|
|
|
PKG_MIRROR_HASH:=59e35957055658e7fdefb16b92f954356985a8191942d93f254861c75c47b32b
|
2016-10-28 16:14:32 +00:00
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
2016-10-28 16:14:32 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=layerscape
|
2017-06-29 03:19:07 +00:00
|
|
|
BUILD_SUBTARGET:=armv8_64b
|
2017-01-23 09:50:22 +00:00
|
|
|
BUILD_DEVICES:=$(1)
|
|
|
|
UBOOT_IMAGE:=u-boot-dtb.bin
|
2018-07-17 09:42:47 +00:00
|
|
|
ENV_SIZE:=0x2000
|
2018-07-04 04:20:41 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define U-Boot/ls1012ardb
|
|
|
|
NAME:=NXP LS1012ARDB
|
|
|
|
UBOOT_CONFIG:=ls1012ardb_qspi
|
2018-07-17 09:42:47 +00:00
|
|
|
ENV_SIZE:=0x40000
|
2018-07-04 04:20:41 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define U-Boot/ls1012afrdm
|
|
|
|
NAME:=NXP LS1012AFRDM
|
|
|
|
UBOOT_CONFIG:=ls1012afrdm_qspi
|
2018-07-17 09:42:47 +00:00
|
|
|
ENV_SIZE:=0x40000
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
define U-Boot/ls1043ardb
|
2018-07-04 04:20:41 +00:00
|
|
|
NAME:=NXP LS1043ARDB
|
2018-07-17 09:42:47 +00:00
|
|
|
ENV_SIZE:=0x20000
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|
|
|
|
|
2018-07-18 06:14:40 +00:00
|
|
|
define U-Boot/ls1043ardb-sdboot
|
|
|
|
NAME:=NXP LS1043ARDB SD Card Boot
|
|
|
|
UBOOT_CONFIG:=ls1043ardb_sdcard
|
|
|
|
UBOOT_IMAGE:=u-boot-with-spl-pbl.bin
|
|
|
|
endef
|
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
define U-Boot/ls1046ardb
|
2018-07-04 04:20:41 +00:00
|
|
|
NAME:=NXP LS1046ARDB
|
2017-01-23 09:50:22 +00:00
|
|
|
UBOOT_CONFIG:=ls1046ardb_qspi
|
2016-12-07 16:07:42 +00:00
|
|
|
endef
|
|
|
|
|
2018-07-18 06:14:40 +00:00
|
|
|
define U-Boot/ls1046ardb-sdboot
|
|
|
|
NAME:=NXP LS1046ARDB SD Card Boot
|
|
|
|
UBOOT_CONFIG:=ls1046ardb_sdcard
|
|
|
|
UBOOT_IMAGE:=u-boot-with-spl-pbl.bin
|
|
|
|
endef
|
|
|
|
|
2017-10-16 03:22:04 +00:00
|
|
|
define U-Boot/ls1088ardb
|
2018-07-04 04:20:41 +00:00
|
|
|
NAME:=NXP LS1088ARDB
|
2017-10-16 03:22:04 +00:00
|
|
|
UBOOT_CONFIG:=ls1088ardb_qspi
|
|
|
|
endef
|
|
|
|
|
2018-07-18 06:14:40 +00:00
|
|
|
define U-Boot/ls1088ardb-sdboot
|
|
|
|
NAME:=NXP LS1088ARDB SD Card Boot
|
|
|
|
UBOOT_CONFIG:=ls1088ardb_sdcard_qspi
|
|
|
|
UBOOT_IMAGE:=u-boot-with-spl.bin
|
|
|
|
endef
|
|
|
|
|
2017-10-16 03:22:04 +00:00
|
|
|
define U-Boot/ls2088ardb
|
2018-07-04 04:20:41 +00:00
|
|
|
NAME:=NXP LS2088ARDB
|
2017-10-16 03:22:04 +00:00
|
|
|
UBOOT_CONFIG:=ls2080ardb
|
|
|
|
endef
|
|
|
|
|
2018-07-10 03:58:59 +00:00
|
|
|
define U-Boot/ls1021atwr
|
|
|
|
NAME:=NXP LS1021ATWR
|
|
|
|
BUILD_SUBTARGET:=armv7
|
|
|
|
UBOOT_CONFIG:=ls1021atwr_nor
|
|
|
|
ENV_SIZE:=0x20000
|
|
|
|
endef
|
|
|
|
|
2018-07-18 06:14:40 +00:00
|
|
|
define U-Boot/ls1021atwr-sdboot
|
|
|
|
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
|
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
UBOOT_TARGETS := \
|
2018-07-04 04:20:41 +00:00
|
|
|
ls1012ardb \
|
|
|
|
ls1012afrdm \
|
|
|
|
ls1043ardb \
|
2018-07-18 06:14:40 +00:00
|
|
|
ls1043ardb-sdboot \
|
2018-07-04 04:20:41 +00:00
|
|
|
ls1046ardb \
|
2018-07-18 06:14:40 +00:00
|
|
|
ls1046ardb-sdboot \
|
2018-07-04 04:20:41 +00:00
|
|
|
ls1088ardb \
|
2018-07-18 06:14:40 +00:00
|
|
|
ls1088ardb-sdboot \
|
2018-07-10 03:58:59 +00:00
|
|
|
ls2088ardb \
|
2018-07-18 06:14:40 +00:00
|
|
|
ls1021atwr \
|
|
|
|
ls1021atwr-sdboot
|
2016-10-28 16:14:32 +00:00
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
define Build/InstallDev
|
2017-01-27 15:06:31 +00:00
|
|
|
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
|
2018-07-04 04:20:41 +00:00
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) \
|
|
|
|
$(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-uboot.bin
|
2018-07-17 09:42:47 +00:00
|
|
|
$(PKG_BUILD_DIR)/tools/mkenvimage -s $(ENV_SIZE) \
|
|
|
|
-o $(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-uboot-env.bin \
|
|
|
|
files/$(BUILD_VARIANT)-uEnv.txt
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
define Package/u-boot/install/default
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 09:50:22 +00:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|