2019-10-25 15:24:38 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2019 Sartura Ltd.
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-01-17 07:37:58 +00:00
|
|
|
PKG_VERSION:=2.4
|
2020-08-19 15:54:51 +00:00
|
|
|
PKG_RELEASE:=1
|
2021-01-17 07:37:58 +00:00
|
|
|
PKG_HASH:=bf3eb3617a74cddd7fb0e0eacbfe38c3258ee07d4c8ed730deef7a175cc3d55b
|
2019-10-25 15:24:38 +00:00
|
|
|
|
|
|
|
PKG_MAINTAINER:=Vladimir Vid <vladimir.vid@sartura.hr>
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
include $(INCLUDE_DIR)/trusted-firmware-a.mk
|
2019-10-25 15:24:38 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/Default
|
|
|
|
BUILD_TARGET:=mvebu
|
|
|
|
BUILD_SUBTARGET:=cortexa53
|
2021-01-17 07:37:58 +00:00
|
|
|
TFA_IMAGE:=flash-image.bin uart-images.tgz.bin
|
2020-09-23 01:25:30 +00:00
|
|
|
UBOOT:=
|
|
|
|
DDR_TOPOLOGY:=
|
|
|
|
CLOCKSPRESET:=
|
2019-10-25 15:24:38 +00:00
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
|
|
|
|
define Trusted-Firmware-A/espressobin-512mb
|
|
|
|
NAME:=Marvell ESPRESSObin (512MB)
|
2019-11-02 12:14:08 +00:00
|
|
|
DEPENDS:=+u-boot-espressobin
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=globalscale_espressobin
|
2019-11-02 12:14:08 +00:00
|
|
|
UBOOT:=espressobin
|
|
|
|
DDR_TOPOLOGY:=0
|
2021-01-17 07:38:53 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
2019-11-02 12:14:08 +00:00
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/espressobin-v3-v5-1gb-1cs
|
|
|
|
NAME:=Marvell ESPRESSObin V3-V5 (1GB 1CS)
|
2019-11-02 12:14:08 +00:00
|
|
|
DEPENDS:=+u-boot-espressobin
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=globalscale_espressobin
|
2019-11-02 12:14:08 +00:00
|
|
|
UBOOT:=espressobin
|
2020-10-06 15:28:31 +00:00
|
|
|
DDR_TOPOLOGY:=4
|
2021-01-17 07:38:53 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
2019-11-02 12:14:08 +00:00
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/espressobin-v3-v5-1gb-2cs
|
|
|
|
NAME:=Marvell ESPRESSObin V3-V5 (1GB, 2CS)
|
2019-11-02 12:14:08 +00:00
|
|
|
DEPENDS:=+u-boot-espressobin
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=globalscale_espressobin
|
2019-11-02 12:14:08 +00:00
|
|
|
UBOOT:=espressobin
|
|
|
|
DDR_TOPOLOGY:=2
|
2021-01-17 07:38:53 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
2019-11-02 12:14:08 +00:00
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/espressobin-v3-v5-2gb
|
|
|
|
NAME:=Marvell ESPRESSObin V3-V5 (2GB)
|
2019-11-02 12:14:08 +00:00
|
|
|
DEPENDS:=+u-boot-espressobin
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=globalscale_espressobin
|
2019-11-02 12:14:08 +00:00
|
|
|
UBOOT:=espressobin
|
|
|
|
DDR_TOPOLOGY:=7
|
2021-01-17 07:38:53 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
2019-11-02 12:14:08 +00:00
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/espressobin-v7-1gb
|
|
|
|
NAME:=Marvell ESPRESSObin V7 (1GB)
|
2019-11-02 12:14:08 +00:00
|
|
|
DEPENDS:=+u-boot-espressobin
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=globalscale_espressobin-v7
|
2019-11-02 12:14:08 +00:00
|
|
|
UBOOT:=espressobin
|
|
|
|
DDR_TOPOLOGY:=5
|
2021-01-17 07:38:53 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
2019-11-02 12:14:08 +00:00
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/espressobin-v7-2gb
|
|
|
|
NAME:=Marvell ESPRESSObin V7 (2GB)
|
2019-11-02 12:14:08 +00:00
|
|
|
DEPENDS:=+u-boot-espressobin
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=globalscale_espressobin-v7
|
2019-11-02 12:14:08 +00:00
|
|
|
UBOOT:=espressobin
|
|
|
|
DDR_TOPOLOGY:=6
|
2021-01-17 07:38:53 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
2019-11-02 12:14:08 +00:00
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
define Trusted-Firmware-A/udpu
|
|
|
|
NAME:=Methode uDPU
|
2019-10-25 15:24:38 +00:00
|
|
|
DEPENDS:=+u-boot-uDPU
|
2020-09-23 01:25:30 +00:00
|
|
|
BUILD_DEVICES:=methode_udpu
|
2019-10-25 15:24:38 +00:00
|
|
|
UBOOT:=uDPU
|
2019-11-02 12:14:08 +00:00
|
|
|
DDR_TOPOLOGY:=0
|
2019-10-25 15:24:38 +00:00
|
|
|
CLOCKSPRESET:=CPU_1000_DDR_800
|
|
|
|
PLAT:=a3700
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
|
|
|
|
TFA_TARGETS:= \
|
|
|
|
espressobin-512mb \
|
|
|
|
espressobin-v3-v5-1gb-1cs \
|
|
|
|
espressobin-v3-v5-1gb-2cs \
|
|
|
|
espressobin-v3-v5-2gb \
|
|
|
|
espressobin-v7-1gb \
|
|
|
|
espressobin-v7-2gb \
|
|
|
|
udpu
|
|
|
|
|
|
|
|
TFA_MAKE_FLAGS += \
|
|
|
|
CROSS_CM3=$(STAGING_DIR_IMAGE)/$(LINARO_NAME)-$(LINARO_RELEASE).$(LINARO_VERSION)/bin/arm-linux-gnueabi- \
|
|
|
|
BL33=$(STAGING_DIR_IMAGE)/$(UBOOT)-u-boot.bin \
|
|
|
|
MV_DDR_PATH=$(STAGING_DIR_IMAGE)/$(MV_DDR_NAME) \
|
|
|
|
WTP=$(STAGING_DIR_IMAGE)/$(A3700_UTILS_NAME) \
|
|
|
|
DDR_TOPOLOGY=$(DDR_TOPOLOGY) \
|
|
|
|
CLOCKSPRESET=$(CLOCKSPRESET) \
|
2021-01-18 15:54:26 +00:00
|
|
|
A3700_UTILS_COMMIT_ID=$(A3700_UTILS_RELEASE) \
|
|
|
|
MV_DDR_COMMIT_ID=$(MV_DDR_RELEASE) \
|
2020-09-23 01:25:30 +00:00
|
|
|
all \
|
2021-01-17 07:37:58 +00:00
|
|
|
mrvl_flash
|
2020-09-23 01:25:30 +00:00
|
|
|
|
2019-10-25 15:24:38 +00:00
|
|
|
A3700_UTILS_NAME:=a3700-utils
|
2021-01-17 07:37:58 +00:00
|
|
|
A3700_UTILS_RELEASE:=5598e150
|
2019-10-25 15:24:38 +00:00
|
|
|
A3700_UTILS_SOURCE=$(A3700_UTILS_NAME)-$(A3700_UTILS_RELEASE).tar.bz2
|
|
|
|
|
|
|
|
define Download/a3700-utils
|
|
|
|
FILE:=$(A3700_UTILS_SOURCE)
|
|
|
|
PROTO:=git
|
|
|
|
URL:=https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git
|
2021-01-17 07:37:58 +00:00
|
|
|
VERSION:=5598e150fa3a1568256c30223fd2b214d729f26a
|
|
|
|
MIRROR_HASH:=4c3a3bed97833d08af4e42995c0c5af6c107f990fd492cd90aa3e79134d2751e
|
2019-10-25 15:24:38 +00:00
|
|
|
SUBDIR:=$(A3700_UTILS_NAME)
|
|
|
|
endef
|
|
|
|
|
|
|
|
MV_DDR_NAME:=mv-ddr-marvell
|
2021-01-17 07:37:58 +00:00
|
|
|
MV_DDR_RELEASE:=6fb99002
|
2019-10-25 15:24:38 +00:00
|
|
|
MV_DDR_SOURCE:=$(MV_DDR_NAME)-$(MV_DDR_RELEASE).tar.bz2
|
|
|
|
|
|
|
|
define Download/mv-ddr-marvell
|
|
|
|
FILE:=$(MV_DDR_SOURCE)
|
|
|
|
PROTO:=git
|
|
|
|
URL:=https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
|
2021-01-17 07:37:58 +00:00
|
|
|
VERSION:=6fb99002be5dec9c7f5375b074f53148dbc0739c
|
|
|
|
MIRROR_HASH:=6836e5ea47618a7ee2f96a1a6bd8218f003789b877e521fdfcb008f2f6475dd6
|
2019-10-25 15:24:38 +00:00
|
|
|
SUBDIR:=$(MV_DDR_NAME)
|
|
|
|
endef
|
|
|
|
|
|
|
|
LINARO_NAME:=gcc-linaro
|
|
|
|
LINARO_RELEASE:=6
|
|
|
|
LINARO_VERSION:=5.0-2018.12-$(HOST_ARCH)_arm-linux-gnueabi
|
|
|
|
LINARO_SOURCE=$(LINARO_NAME)-$(LINARO_RELEASE).$(LINARO_VERSION).tar.xz
|
|
|
|
|
|
|
|
define Download/gcc-linaro
|
|
|
|
FILE:=$(LINARO_SOURCE)
|
|
|
|
URL:=https://releases.linaro.org/components/toolchain/binaries/latest-$(LINARO_RELEASE)/arm-linux-gnueabi/
|
|
|
|
HASH:=2d4a92d6c8b384ae404b2e02c1c412e3ec18f9b714135acf046b2b1b510e9ace
|
|
|
|
endef
|
|
|
|
|
2021-06-08 02:19:16 +00:00
|
|
|
define Build/Clean
|
|
|
|
rm -rf \
|
|
|
|
$(STAGING_DIR_IMAGE)/$(A3700_UTILS_NAME) \
|
|
|
|
$(STAGING_DIR_IMAGE)/$(MV_DDR_NAME) \
|
|
|
|
$(STAGING_DIR_IMAGE)/$(LINARO_NAME)-$(LINARO_RELEASE).$(LINARO_VERSION)
|
|
|
|
endef
|
|
|
|
|
2019-10-25 15:24:38 +00:00
|
|
|
define Build/Prepare
|
|
|
|
# Download sources
|
|
|
|
$(eval $(call Download,a3700-utils))
|
|
|
|
$(eval $(call Download,mv-ddr-marvell))
|
|
|
|
$(eval $(call Download,gcc-linaro))
|
|
|
|
|
2020-08-19 18:30:25 +00:00
|
|
|
$(call Build/Prepare/Default,)
|
2019-10-25 15:24:38 +00:00
|
|
|
|
|
|
|
mkdir -p $(STAGING_DIR_IMAGE)
|
|
|
|
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(A3700_UTILS_SOURCE)
|
2021-01-18 15:54:26 +00:00
|
|
|
$(call PatchDir/Default,$(STAGING_DIR_IMAGE)/$(A3700_UTILS_NAME),./patches-a3700-utils)
|
2019-10-25 15:24:38 +00:00
|
|
|
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(MV_DDR_SOURCE)
|
2021-01-18 15:54:26 +00:00
|
|
|
$(call PatchDir/Default,$(STAGING_DIR_IMAGE)/$(MV_DDR_NAME),./patches-mv-ddr-marvell)
|
2019-10-25 15:24:38 +00:00
|
|
|
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(LINARO_SOURCE)
|
|
|
|
endef
|
|
|
|
|
2020-09-23 01:25:30 +00:00
|
|
|
$(eval $(call BuildPackage/Trusted-Firmware-A))
|