diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-04-23 15:08:14 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-06 15:52:35 -0300 |
commit | 184f8a51922225f03e8a79ff76797972ca79baf6 (patch) | |
tree | 20e3d86f42030252d15839b200c7b8092d7773d3 /conf | |
parent | 2d84421cd70be36a6a602d635b8707cc591faa1d (diff) | |
download | meta-freescale-184f8a51922225f03e8a79ff76797972ca79baf6.tar.gz |
lx2160ardb: define RCWEMMC
EMMC boot on LX2160A RDB is supported now. Define RCWEMMC for atf
build.
Documents:
What's New in LSDK 20.04:
https://docs.nxp.com/bundle/GUID-51EEFEDB-ABD5-40C0-BEBD-6527B3494D57/page/GUID-01DD18F7-27DC-4A0F-B79B-FBB5CBA5F4C0.html
LX2160A Reference Design Board:
https://www.nxp.com/design/qoriq-developer-resources/layerscape-lx2160a-reference-design-board:LX2160A-RDB
LX2160A Multicore Communications Processor:
https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/layerscape-communication-process/layerscape-lx2160a-multicore-communications-processor:LX2160A
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/lx2160ardb.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 6bdb2510..6409d478 100644 --- a/conf/machine/lx2160ardb.conf +++ b/conf/machine/lx2160ardb.conf | |||
@@ -30,6 +30,7 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | |||
30 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" | 30 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" |
31 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" | 31 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" |
32 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd" | 32 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd" |
33 | RCWEMMC ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" | ||
33 | 34 | ||
34 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" | 35 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" |
35 | USE_VT = "0" | 36 | USE_VT = "0" |