summaryrefslogtreecommitdiffstats
path: root/conf/machine/lx2160ardb.conf
Commit message (Collapse)AuthorAgeFilesLines
* lx2160ardb: update rcw to support rev2 boardTing Liu2021-10-151-3/+3
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* layerscape: not set u-boot-dtb.bin in UBOOT_CONFIGTing Liu2021-05-111-2/+2
| | | | | | | | | | | | | | | The u-boot binary name is u-boot-fit-dtb.bin if CONFIG_MULTI_DTB_FIT is set. Below build error appears due to no u-boot-dtb.bin generated: | cp: cannot stat '.../u-boot-dtb.bin': No such file or directory | WARNING: exit code 1 from a shell command. Regardless of CONFIG_OF_SEPARATE or CONFIG_MULTI_DTB_FIT being set, the binary is copied as u-boot.bin which is used in uboot-config.bbclass by default. Not set u-boot-dtb.bin in UBOOT_CONFIG, just use the default u-boot.bin. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* atf: rename to qoriq-atfTing Liu2020-12-161-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* lx2160ardb: not use specific rcw for SD bootTing Liu2020-05-141-1/+1
| | | | | | | PBI command for Boot source is added by TF-A during its compilation, no need to use spevific RCW for SD boot. Use the generic one. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* lx2160ardb: define RCWEMMCTing Liu2020-05-061-0/+1
| | | | | | | | | | | | | | | | | 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>
* lx2160ardb: add qds dtbChunrong Guo2019-11-061-1/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* optee: Add optee as a machine feature to all supported boardsAlban Bedel2019-08-151-0/+2
| | | | | | | | | | | | Currently we assume that all qoriq arm64 boards support optee, however that might not be the case for boards added by other layers building on top of meta-freescale. To better support this case add a machine feature to indicate if a given machine has optee support. Add the new optee feature to all qoriq arm64 except ls2080ardb as it doesn't seems to be supported by optee. Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
* Remove .bin sufix from RCW in machine configChunrong Guo2019-01-311-2/+2
| | | | | | | * support _sben suffix RCW Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* lx2160ardb: add machine configChunrong Guo2019-01-141-0/+33
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>