2016-06-07 21:58:58 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 Ben Whitten <ben.whitten@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_VERSION:=2016.05
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2016-12-16 16:32:10 +00:00
|
|
|
PKG_HASH:=87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8956dcb171
|
2016-06-07 21:58:58 +00:00
|
|
|
|
2017-01-23 09:00:17 +00:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
2016-06-07 21:58:58 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2017-01-23 09:00:17 +00:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=at91
|
2018-01-08 22:42:31 +00:00
|
|
|
HIDDEN:=1
|
2017-01-23 09:00:17 +00:00
|
|
|
UBOOT_IMAGE:=u-boot.bin boot.bin
|
2016-06-07 21:58:58 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 09:00:17 +00:00
|
|
|
define U-Boot/at91sam9m10g45ek_nandflash
|
|
|
|
NAME:=AT91SAM9M10G45-EK board (NandFlash)
|
2017-09-13 18:51:19 +00:00
|
|
|
BUILD_SUBTARGET:=legacy
|
2017-10-13 21:40:03 +00:00
|
|
|
BUILD_DEVICES:=at91sam9m10g45ek
|
2016-06-07 21:58:58 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 09:00:17 +00:00
|
|
|
define U-Boot/at91sam9x5ek_nandflash
|
|
|
|
NAME:=AT91SAM9X5-EK board (NandFlash)
|
2017-09-13 18:51:19 +00:00
|
|
|
BUILD_SUBTARGET:=legacy
|
2017-10-13 21:40:03 +00:00
|
|
|
BUILD_DEVICES:=at91sam9g15ek at91sam9g25ek at91sam9g35ek at91sam9x25ek at91sam9x35ek
|
2016-06-07 21:58:58 +00:00
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d3_xplained_nandflash
|
|
|
|
NAME:=SAMA5D3 Xplained board (NandFlash)
|
2017-09-13 18:51:20 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d3_xplained
|
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d3_xplained_mmc
|
|
|
|
NAME:=SAMA5D3 Xplained board (SDcard)
|
2017-09-13 18:51:20 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d3_xplained
|
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d2_xplained_spiflash
|
|
|
|
NAME:=SAMA5D2 Xplained board (SPI Flash)
|
2017-09-13 18:51:21 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d2_xplained
|
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d2_xplained_mmc
|
|
|
|
NAME:=SAMA5D2 Xplained board (SDcard/EMMC)
|
2017-09-13 18:51:21 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d2_xplained
|
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d4_xplained_spiflash
|
|
|
|
NAME:=SAMA5D4 Xplained board (SPI Flash)
|
2017-09-13 18:51:22 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d4_xplained
|
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d4_xplained_mmc
|
|
|
|
NAME:=SAMA5D4 Xplained board (SDcard)
|
2017-09-13 18:51:22 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d4_xplained
|
|
|
|
endef
|
|
|
|
|
2017-10-13 21:40:03 +00:00
|
|
|
define U-Boot/sama5d4_xplained_nandflash
|
|
|
|
NAME:=SAMA5D4 Xplained board (NandFlash)
|
2017-09-13 18:51:22 +00:00
|
|
|
BUILD_SUBTARGET:=sama5
|
|
|
|
BUILD_DEVICES:=at91-sama5d4_xplained
|
|
|
|
endef
|
|
|
|
|
2017-01-23 09:00:17 +00:00
|
|
|
UBOOT_TARGETS := \
|
2016-06-07 21:58:58 +00:00
|
|
|
at91sam9m10g45ek_nandflash \
|
2017-09-13 18:51:20 +00:00
|
|
|
at91sam9x5ek_nandflash \
|
2017-10-13 21:40:03 +00:00
|
|
|
sama5d3_xplained_nandflash \
|
|
|
|
sama5d3_xplained_mmc \
|
|
|
|
sama5d2_xplained_mmc \
|
|
|
|
sama5d2_xplained_spiflash \
|
|
|
|
sama5d4_xplained_mmc \
|
|
|
|
sama5d4_xplained_spiflash \
|
|
|
|
sama5d4_xplained_nandflash
|
2016-06-07 21:58:58 +00:00
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
|
|
|
CROSS_COMPILE=$(TARGET_CROSS) \
|
2018-01-04 19:43:23 +00:00
|
|
|
KCFLAGS="$(filter-out -fstack-protector -mfloat-abi=hard, $(TARGET_CFLAGS)) -mfloat-abi=soft"
|
2016-06-07 21:58:58 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 09:00:17 +00:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|