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-03-15 06:37:48 +00:00
|
|
|
PKG_VERSION:=2017.03
|
2010-08-22 16:48:28 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2017-03-15 06:37:48 +00:00
|
|
|
PKG_HASH:=f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f
|
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
|
|
|
|
BUILD_DEVICES:=$(patsubst %_second_stage,%,$(1))
|
2010-08-22 16:48:28 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/dockstar
|
|
|
|
NAME:=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)
|
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
|
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
|
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)
|
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
|
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)
|
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-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
|
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/pogo_e02
|
|
|
|
NAME:=Cloud Engines Pogoplug E02
|
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)
|
2014-05-23 08:17:01 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 08:25:26 +00:00
|
|
|
define U-Boot/sheevaplug
|
|
|
|
NAME:=SheevaPlug
|
2012-07-14 23:54:20 +00:00
|
|
|
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 \
|
2014-05-23 08:17:01 +00:00
|
|
|
pogo_e02 pogo_e02_second_stage \
|
2014-02-15 23:53:07 +00:00
|
|
|
sheevaplug
|
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))
|