2013-11-13 18:49:22 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=u-boot
|
2014-03-06 07:16:18 +08:00
|
|
|
PKG_VERSION:=2014.01-rc1
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_SOURCE_URL:= \
|
|
|
|
http://mirror2.openwrt.org/sources \
|
|
|
|
ftp://ftp.denx.de/pub/u-boot
|
|
|
|
PKG_SOURCE_VERSION:=1552fe43c3e827d56c9cd212fba3dcba
|
2013-11-13 18:49:22 +08:00
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define uboot/Default
|
|
|
|
TITLE:=
|
|
|
|
CONFIG:=
|
|
|
|
IMAGE:=
|
|
|
|
endef
|
|
|
|
|
2014-01-12 01:17:17 +08:00
|
|
|
define uboot/A10-OLinuXino-Lime
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for the A10 OLinuXino LIME
|
2014-01-12 01:17:17 +08:00
|
|
|
endef
|
|
|
|
|
2013-11-13 18:49:22 +08:00
|
|
|
define uboot/A13-OLinuXino
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for the A13 OlinuXino
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
2014-01-13 03:16:35 +08:00
|
|
|
define uboot/A20-OLinuXino_MICRO
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for A20 OLinuXino MICRO
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
2014-06-02 02:47:14 +08:00
|
|
|
define uboot/bananapi
|
|
|
|
TITLE:=U-Boot 2014.01-rc1 for BananaPi
|
|
|
|
endef
|
|
|
|
|
2013-11-13 18:49:22 +08:00
|
|
|
define uboot/Cubieboard
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for Cubieboard
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define uboot/Cubieboard2
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for Cubieboard2
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
2014-01-13 03:16:35 +08:00
|
|
|
define uboot/Cubietruck
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for Cubietruck
|
2014-01-13 03:16:35 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define uboot/Hackberry
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for the Hackbeery
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
2014-01-04 18:09:52 +08:00
|
|
|
define uboot/pcDuino
|
2014-03-06 07:16:18 +08:00
|
|
|
TITLE:=U-Boot 2014.01-rc1 for pcDuino
|
2014-01-04 18:09:52 +08:00
|
|
|
endef
|
|
|
|
|
2014-05-01 03:37:56 +08:00
|
|
|
define uboot/pcDuino3
|
|
|
|
TITLE:=U-Boot 2014.01-rc1 for pcDuino3
|
|
|
|
endef
|
|
|
|
|
2014-06-02 02:47:14 +08:00
|
|
|
UBOOTS:=A10-OLinuXino-Lime A13-OLinuXino A20-OLinuXino_MICRO bananapi Cubieboard Cubieboard2 Cubietruck Hackberry pcDuino pcDuino3
|
2013-11-13 18:49:22 +08:00
|
|
|
|
|
|
|
define Package/uboot/template
|
|
|
|
define Package/uboot-sunxi-$(1)
|
|
|
|
SECTION:=boot
|
|
|
|
CATEGORY:=Boot Loaders
|
|
|
|
DEPENDS:=@TARGET_sunxi
|
|
|
|
TITLE:=$(2)
|
|
|
|
URL:=http://www.denx.de/wiki/U-Boot
|
|
|
|
VARIANT:=$(1)
|
|
|
|
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
define BuildUBootPackage
|
|
|
|
$(eval $(uboot/Default))
|
|
|
|
$(eval $(uboot/$(1)))
|
|
|
|
$(call Package/uboot/template,$(1),$(TITLE))
|
|
|
|
endef
|
|
|
|
|
|
|
|
ifdef BUILD_VARIANT
|
|
|
|
$(eval $(call uboot/$(BUILD_VARIANT)))
|
|
|
|
UBOOT_CONFIG:=$(if $(CONFIG),$(CONFIG),$(BUILD_VARIANT))
|
|
|
|
UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_VARIANT)-u-boot.bin)
|
|
|
|
endif
|
|
|
|
|
|
|
|
define Build/Configure
|
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
2013-11-29 18:59:51 +08:00
|
|
|
USE_PRIVATE_LIBGCC=yes $(UBOOT_CONFIG)_config
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
|
|
CROSS_COMPILE=$(TARGET_CROSS)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/uboot/install/default
|
|
|
|
$(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1)
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/u-boot.bin \
|
|
|
|
$(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-u-boot.bin
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/spl/sunxi-spl.bin \
|
2014-01-31 23:53:53 +08:00
|
|
|
$(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-spl.bin
|
2013-11-13 18:49:22 +08:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/u-boot-sunxi-with-spl.bin \
|
2014-01-31 23:53:53 +08:00
|
|
|
$(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-u-boot-with-spl.bin
|
|
|
|
$(CP) uEnv.txt \
|
|
|
|
$(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-uEnv.txt
|
2013-11-13 18:49:22 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/uboot/install/template
|
|
|
|
define Package/uboot-sunxi-$(1)/install
|
|
|
|
$(call Package/uboot/install/default,$(2))
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(foreach u,$(UBOOTS), \
|
|
|
|
$(eval $(call Package/uboot/install/template,$(u),$(u))) \
|
|
|
|
)
|
|
|
|
|
|
|
|
$(foreach u,$(UBOOTS), \
|
|
|
|
$(eval $(call BuildUBootPackage,$(u))) \
|
|
|
|
$(eval $(call BuildPackage,uboot-sunxi-$(u))) \
|
|
|
|
)
|