2010-08-22 16:48:28 +00:00
|
|
|
#
|
2014-05-20 12:45:02 +00:00
|
|
|
# Copyright (C) 2010-2014 OpenWrt.org
|
2010-08-22 16:48:28 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2017-10-11 17:19:06 +00:00
|
|
|
PKG_VERSION:=2017.09
|
2010-08-22 16:48:28 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2017-10-11 17:19:06 +00:00
|
|
|
PKG_HASH:=b2d15f2cf5f72e706025cde73d67247c6da8cd35f7e10891eefe7d9095089744
|
2014-02-15 23:53:07 +00:00
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
2010-08-22 16:48:28 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=kirkwood
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/dockstar
|
|
|
|
NAME:=Seagate DockStar
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=seagate_dockstar
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/dockstar_second_stage
|
|
|
|
NAME:=Seagate DockStar (second stage)
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=seagate_dockstar
|
2014-02-15 23:53:07 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/goflexhome
|
|
|
|
NAME:=the Seagate GoFlexHome/GoFlexNet
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=seagate_goflexhome seagate_goflexnet
|
2014-02-16 00:14:26 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/ib62x0
|
|
|
|
NAME:=RaidSonic ICY BOX NAS6210 and NAS6220
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=raidsonic_ib-nas62x0
|
2014-02-15 23:53:07 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/ib62x0_second_stage
|
|
|
|
NAME:=RaidSonic ICY BOX NAS6210 and NAS6220 (second stage)
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=raidsonic_ib-nas62x0
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/iconnect
|
|
|
|
NAME:=Iomega iConnect Wireless
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=iom_iconnect-1.1
|
2010-10-04 09:49:49 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/iconnect_second_stage
|
|
|
|
NAME:=Iomega iConnect Wireless (second stage)
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=iom_iconnect-1.1
|
2014-02-15 23:53:07 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/nsa310
|
|
|
|
NAME:=Zyxel NSA310
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=zyxel_nsa310b
|
2017-01-22 13:43:51 +00:00
|
|
|
endef
|
|
|
|
|
2017-02-06 10:39:21 +00:00
|
|
|
define U-Boot/nsa325
|
|
|
|
NAME:=Zyxel NSA325v1 and v2
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=zyxel_nsa325
|
2017-02-06 10:39:21 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/pogo_e02
|
|
|
|
NAME:=Cloud Engines Pogoplug E02
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=cloudengines_pogoe02
|
2014-02-15 23:53:07 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/pogo_e02_second_stage
|
|
|
|
NAME:=Cloud Engines Pogoplug E02 (second stage)
|
2017-12-28 09:39:19 +00:00
|
|
|
BUILD_DEVICES:=cloudengines_pogoe02
|
2014-05-23 08:17:01 +00:00
|
|
|
endef
|
|
|
|
|
2018-01-02 14:54:07 +00:00
|
|
|
define U-Boot/pogoplugv4
|
|
|
|
NAME:=Cloud Engines Pogoplug V4
|
|
|
|
BUILD_DEVICES:=cloudengines_pogoplugv4
|
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
UBOOT_TARGETS := \
|
2014-02-15 23:53:07 +00:00
|
|
|
dockstar dockstar_second_stage \
|
2014-02-16 00:14:26 +00:00
|
|
|
goflexhome \
|
2014-02-15 23:53:07 +00:00
|
|
|
ib62x0 ib62x0_second_stage \
|
|
|
|
iconnect iconnect_second_stage \
|
2017-01-22 13:43:51 +00:00
|
|
|
nsa310 \
|
2017-02-06 10:39:21 +00:00
|
|
|
nsa325 \
|
2018-01-02 14:54:07 +00:00
|
|
|
pogo_e02 pogo_e02_second_stage \
|
|
|
|
pogoplugv4
|
2010-08-22 16:48:28 +00:00
|
|
|
|
|
|
|
define Build/Configure
|
2014-11-30 03:55:44 +00:00
|
|
|
$(if $(findstring _second_stage,$(BUILD_VARIANT)),
|
|
|
|
$(CP) \
|
|
|
|
$(PKG_BUILD_DIR)/configs/$(subst _second_stage,,$(BUILD_VARIANT))_defconfig \
|
|
|
|
$(PKG_BUILD_DIR)/configs/$(BUILD_VARIANT)_defconfig
|
|
|
|
echo CONFIG_SECOND_STAGE=y >> $(PKG_BUILD_DIR)/configs/$(BUILD_VARIANT)_defconfig
|
|
|
|
)
|
2014-02-15 23:53:07 +00:00
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
2014-11-30 03:55:44 +00:00
|
|
|
$(BUILD_VARIANT)_config V=1
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Compile
|
2014-02-15 23:53:07 +00:00
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
2010-10-04 09:49:49 +00:00
|
|
|
u-boot.kwb \
|
2010-08-22 16:48:28 +00:00
|
|
|
CROSS_COMPILE=$(TARGET_CROSS)
|
2014-02-15 23:53:07 +00:00
|
|
|
mkimage -A $(ARCH) -O linux -T kernel -C none \
|
|
|
|
-a 0x600000 -e 0x600000 \
|
2017-01-23 08:25:26 +00:00
|
|
|
-n 'U-Boot uImage' \
|
2014-02-15 23:53:07 +00:00
|
|
|
-d $(PKG_BUILD_DIR)/u-boot.bin $(PKG_BUILD_DIR)/u-boot.img
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define Package/u-boot/install
|
|
|
|
$(CP) \
|
|
|
|
$(PKG_BUILD_DIR)/u-boot.bin \
|
|
|
|
$(PKG_BUILD_DIR)/u-boot.kwb \
|
|
|
|
$(PKG_BUILD_DIR)/u-boot.img \
|
|
|
|
$(1)/
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define Build/InstallDev
|
|
|
|
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
|
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tools/kwboot $(STAGING_DIR_HOST)/bin/
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|