2016-10-28 16:14:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2017-12-01 21:32:26 +00:00
|
|
|
PKG_NAME:=ls-rcw
|
2020-03-14 05:07:50 +00:00
|
|
|
PKG_VERSION:=LSDK-20.04
|
2016-10-28 16:14:32 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
2018-07-03 03:07:06 +00:00
|
|
|
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/rcw
|
2020-03-14 05:07:50 +00:00
|
|
|
PKG_SOURCE_VERSION:=5689bf9c9f087f50aaa0d91b43d8a791fedbedd3
|
|
|
|
PKG_MIRROR_HASH:=45709aa92f84fea8100b472a29762bfe69a333e6aca7a4fc4edc8cc3e10bf44e
|
2017-01-19 08:18:57 +00:00
|
|
|
|
2016-10-28 16:14:32 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2020-04-01 08:47:41 +00:00
|
|
|
define Package/layerscape-rcw
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
TITLE:=NXP Layerscape RCW binaries
|
|
|
|
DEPENDS:=@TARGET_layerscape
|
2016-10-28 16:14:32 +00:00
|
|
|
endef
|
|
|
|
|
2020-04-01 08:47:41 +00:00
|
|
|
BOARDS := \
|
2018-07-03 03:07:06 +00:00
|
|
|
ls1012ardb \
|
2020-04-01 08:47:41 +00:00
|
|
|
ls1012afrdm \
|
layerscape: add ls1012afrwy support and drop ls1012afrdm
ls1012afrdm was no longer supported in NXP Layerscape SDK.
Instead a new board ls1012afrwy was introduced in LSDK.
This patch is to drop ls1012afrdm and add ls1012afrwy support.
Since only 2MB NOR flash could be used, we just put u-boot
and firmware on NOR flash, and put kernel/dtb/rootfs on SD
card.
The Layerscape FRWY-LS1012A board is an ultra-low-cost
development platform for LS1012A Series Communication
Processors built on Arm Cortex-A53. This tool refines the
FRDM-LS1012A with more features for a better hands-on experience
for IoT, edge computing, and various advanced embedded
applications. Features include easy access to processor I/O,
low-power operation, micro SD card storage, an M2 connector, a
small form factor, and expansion board options via mikroBUS Click
Module. The MicroBUS Module provides easy expansion via hundreds
of powerful modules supporting sensors, actuators, memories,
and displays.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
2018-07-18 08:56:07 +00:00
|
|
|
ls1012afrwy \
|
2018-07-03 03:07:06 +00:00
|
|
|
ls1043ardb \
|
2019-04-15 08:56:55 +00:00
|
|
|
ls1043ardb-sdboot \
|
2018-07-03 03:07:06 +00:00
|
|
|
ls1046ardb \
|
2019-04-15 08:56:55 +00:00
|
|
|
ls1046ardb-sdboot \
|
2018-07-03 03:07:06 +00:00
|
|
|
ls1088ardb \
|
2018-07-18 06:14:40 +00:00
|
|
|
ls1088ardb-sdboot \
|
2018-07-10 03:58:59 +00:00
|
|
|
ls2088ardb \
|
|
|
|
ls1021atwr
|
2018-07-03 03:07:06 +00:00
|
|
|
|
2020-04-01 08:47:41 +00:00
|
|
|
RCW_ls1012ardb :=ls1012ardb/R_SPNH_3508/rcw_1000_default.bin
|
|
|
|
RCW_ls1012afrdm :=ls1012afrdm/N_SSNP_3305/rcw_800.bin
|
|
|
|
RCW_ls1012afrwy :=ls1012afrwy/N_SSNP_3305/rcw_1000_default.bin
|
|
|
|
RCW_ls1043ardb :=ls1043ardb/RR_FQPP_1455/rcw_1600.bin
|
|
|
|
RCW_ls1043ardb-sdboot :=ls1043ardb/RR_FQPP_1455/rcw_1600_sdboot.bin
|
|
|
|
RCW_ls1046ardb :=ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin
|
|
|
|
RCW_ls1046ardb-sdboot :=ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_sdboot.bin
|
|
|
|
RCW_ls1088ardb :=ls1088ardb/FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_qspi.bin
|
|
|
|
RCW_ls1088ardb-sdboot :=ls1088ardb/FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_sd.bin
|
|
|
|
RCW_ls2088ardb :=ls2088ardb/FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800.bin
|
|
|
|
RCW_ls1021atwr :=ls1021atwr/SSR_PNS_30/rcw_1200.bin
|
|
|
|
|
|
|
|
define Build/InstallDev
|
|
|
|
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
|
|
|
|
$(foreach board,$(BOARDS), \
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/$(RCW_$(board)) $(STAGING_DIR_IMAGE)/$(board)-rcw.bin;)
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,layerscape-rcw))
|