|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
|
|
|
PKG_NAME:=ls-rcw
|
|
|
|
PKG_VERSION:=lsdk-1903
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
|
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/rcw
|
|
|
|
PKG_SOURCE_VERSION:=f1377876cc06a87ec8afa8a3412ca7c8455861f2
|
|
|
|
PKG_MIRROR_HASH:=a9c97755809994a668ee5f0e535cef9f344fc5523c4299ac76f26c63976c80bc
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/Config
|
|
|
|
define Package/layerscape-rcw-$(1)
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
TITLE:=$(2)
|
|
|
|
DEPENDS:=@TARGET_layerscape
|
|
|
|
CONFIG:=$(3)
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1012ardb
|
|
|
|
TITLE:=NXP LS1012ARDB RCW binary
|
|
|
|
CONFIG:=ls1012ardb/R_SPNH_3508/rcw_1000_default.bin.swapped
|
|
|
|
endef
|
|
|
|
|
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>
6 years ago
|
|
|
define Package/layerscape-rcw/ls1012afrwy
|
|
|
|
TITLE:=NXP LS1012AFRWY RCW binary
|
|
|
|
CONFIG:=ls1012afrwy/N_SSNP_3305/rcw_1000_default.bin.swapped
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1043ardb
|
|
|
|
TITLE:=NXP LS1043ARDB RCW binary
|
|
|
|
CONFIG:=ls1043ardb/RR_FQPP_1455/rcw_1600.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1043ardb-sdboot
|
|
|
|
TITLE:=NXP LS1043ARDB SD card boot RCW binary
|
|
|
|
CONFIG:=ls1043ardb/RR_FQPP_1455/rcw_1600_sdboot.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1046ardb
|
|
|
|
TITLE:=NXP LS1046ARDB RCW binary
|
|
|
|
CONFIG:=ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin.swapped
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1046ardb-sdboot
|
|
|
|
TITLE:=NXP LS1046ARDB SD card boot RCW binary
|
|
|
|
CONFIG:=ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_sdboot.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1088ardb
|
|
|
|
TITLE:=NXP LS1088ARDB RCW binary
|
|
|
|
CONFIG:=ls1088ardb/FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_qspi.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1088ardb-sdboot
|
|
|
|
TITLE:=NXP LS1088ARDB SD card boot RCW binary
|
|
|
|
CONFIG:=ls1088ardb/FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_sd.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls2088ardb
|
|
|
|
TITLE:=NXP LS2088ARDB RCW binary
|
|
|
|
CONFIG:=ls2088ardb/FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/ls1021atwr
|
|
|
|
TITLE:=NXP LS1021ATWR RCW binary
|
|
|
|
CONFIG:=ls1021atwr/SSR_PNS_30/rcw_1200.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/layerscape-rcw/Install
|
|
|
|
define Package/layerscape-rcw-$(1)/install
|
|
|
|
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/$(CONFIG) $(STAGING_DIR_IMAGE)/$(1)-rcw.bin
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
RCWS := \
|
|
|
|
ls1012ardb \
|
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>
6 years ago
|
|
|
ls1012afrwy \
|
|
|
|
ls1043ardb \
|
|
|
|
ls1043ardb-sdboot \
|
|
|
|
ls1046ardb \
|
|
|
|
ls1046ardb-sdboot \
|
|
|
|
ls1088ardb \
|
|
|
|
ls1088ardb-sdboot \
|
|
|
|
ls2088ardb \
|
|
|
|
ls1021atwr
|
|
|
|
|
|
|
|
$(foreach rcw,$(RCWS), \
|
|
|
|
$(eval $(Package/layerscape-rcw/$(rcw))) \
|
|
|
|
$(eval $(call Package/layerscape-rcw/Config,$(rcw),$(TITLE),$(CONFIG))) \
|
|
|
|
$(eval $(call Package/layerscape-rcw/Install,$(rcw))) \
|
|
|
|
$(eval $(call BuildPackage,layerscape-rcw-$(rcw))) \
|
|
|
|
)
|