summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021atwr.conf
Commit message (Collapse)AuthorAgeFilesLines
* machines: Adjust for using new location of tune files from coreKhem Raj2021-08-181-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layerscape: not set u-boot-dtb.bin in UBOOT_CONFIGTing Liu2021-05-111-4/+4
| | | | | | | | | | | | | | | 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>
* ls1021atwr: update UBOOT_CONFIGChunrong Guo2019-12-031-6/+6
| | | | 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>
* ls1021atwr: add KERNEL_IMAGETYPESChunrong Guo2018-02-211-0/+2
| | | | | | | *support building packaging and installing multi types of kernel images Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *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>
* ls1021atwr: update UBOOT_CONFIGChunrong Guo2017-09-211-2/+3
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: update kernel configChunrong Guo2017-08-071-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: switch to new UBOOT_CONFIG formatTing Liu2017-03-171-5/+5
| | | | | | | Append the binary name if the final binary is not u-boot.bin. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Update machine description fieldsDaiane Angolini2017-02-081-2/+2
| | | | | | | | Change description fields from Freescale to NXP in machine files to align to 2016 corporate transfer to NXP. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador2016-09-081-2/+2
| | | | | | | | | | The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qoriq-arm.inc: move DEFAULTTUNE/UBOOT_ENTRYPOINT to ls1021atwr.confTing Liu2016-07-221-1/+3
| | | | | | | the specific values are for ls1021atwr. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: support QSPI and IFC in SD bootTing Liu2016-04-191-3/+4
| | | | | | | | QSPI and IFC are both supported in SD boot. Build two SD boot images, one supports IFC; the other supports QSPI. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: disable virtual terminal supportZhenhua Luo2016-04-191-0/+2
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr.conf: add the supported board revisionZhenhua Luo2016-04-191-1/+1
| | | | | | Only ls1021atwr rev1.0 is supported. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Update ls1021atwr machine confZhenhua Luo2016-04-191-6/+5
| | | | | | | | | | * update the DESCRIPTION to provide more details * add sdcard, lpuart and qspi in UBOOT_CONFIG * add KERNEL_DEFCONFIG * remove duplicated variables which are in qoriq-arm.inc Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+26
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>