aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
AgeCommit message (Collapse)Author
2022-07-14conf/machine/ls1046ardb.conf: Add DTB fsl-ls1046a-rdb-usdpaa-shared.dtbJun Zhu
LS1046A add shared MAC DTB from Kernel 5.10 Signed-off-by: Jun Zhu <junzhu@nxp.com>
2021-08-12layer: Convert to new override syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11layerscape: not set u-boot-dtb.bin in UBOOT_CONFIGTing Liu
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>
2021-04-22ls1043/ls1046: use _prepend to adjust dtb orderTing Liu
When generating fitImage, the default configuration uses the first dtb file in KERNEL_DEVICETREE. Change to _prepend to adjust the dtb order, thus changing the default configuration in fitImage if using nxp BSP. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2021-04-20ls1043/ls1046: support WIC image generationTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16atf: rename to qoriq-atfTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-05-25ls1043a/ls1046a: add back usdpaa dtb for dpdkTing Liu
For the DPAA platforms, usdpaa dtb is actually used for DPDK. DPDK specific Device Tree file is configured to provide userspace applications with network interfaces. Build it on NXP bsp only. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-05-19ls1046ardb: fix duplicate dtb issueTing Liu
fsl-ls1046a-rdb-sdk.dtb is listed twice and one is supposed to be fsl-ls1046a-qds-sdk.dtb. This is due to a typo in previous commit: 41c93da5a ls1043a/ls1046a: append non-upstream dtb on NXP bsp only Fix it with fsl-ls1046a-qds-sdk.dtb. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-05-15ls1043a/ls1046a: append non-upstream dtb on NXP bsp onlyTing Liu
dtb with -sdk suffix only exist in kernel from NXP bsp. Append them in machine configuration file only when using NXP bsp. Also, add the dtb which already exist in pure mainline kernel. This avoids failure when building pure mainline kernel. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-05-15qoriq: remove usdpaa dtb from KERNEL_DEVICETREETing Liu
usdpaa is unsupported feature now, and usdpaa dts does not exist in pure mainline kernel. It only exist in kernel from NXP bsp. Remove them to avoid failure when building pure mainline kernel. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2019-11-06ls1046ardb: add qds dtbChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-08-15optee: Add optee as a machine feature to all supported boardsAlban Bedel
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>
2019-07-12ls1046ardb: add ls2-phyChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12ls1046ardb: add qe-ucodeChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12ls1046ardb: rename UEFI_NORBOOT -> UEFI_QSPIBOOTChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-31Remove .bin sufix from RCW in machine configChunrong Guo
* support _sben suffix RCW Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2019-01-14ls1046ardb: update machine configChunrong Guo
*update UBOOT_CONFIG *add UEFI_NORBOOT,RCWQSPI and RCWSD var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2018-07-12ls1046ardb: use kernel-fitimageChunrong Guo
*Inhert kernel-fitimage bbclass *Update KERNEL_IMAGETYPES *UBOOT_DTB_LOADADDRESS instead of DTB_LOAD Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-21ls1046ardb: add ppa-opteeChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-10ls1046ardb: update KERNEL_DEFCONFIGChunrong Guo
*make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-28ls1046ardb:add DTB_LOADChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-28ls1046ardb: update u-boot configsChunrong Guo
*sdcard boot need the below binary for secure boot u-boot-spl.bin and u-boot-dtb.bin Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-21ls1046ardb:update UBOOT_CONFIGChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-30add itbimage supportChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-21ls1046ardb: update the devicetreeZongchun Yu
Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-21ls1046ardb: add uefiChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17ls1046ardb: build emmc u-bootTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11ls1046ardb: add machine confZhenhua Luo
Support the NXP aarch64 based ls1046a reference design board. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>