summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from SOC_FAMILY to MACHINEOVERRIDESZhenhua Luo2016-09-0930-51/+60
| | | | | | | | | MACHINEOVERRIDES way is more straightforward than SOC_FAMILY, so migrate from SOC_FAMILY to MACHINEOVERRIDES for NXP QorIQ PPC targets. This also aligns with NXP MCU i.MX. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t2080: switch to new UBOOT_CONFIG formatTing Liu2016-07-044-14/+19
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t104x: switch to new UBOOT_CONFIG formatTing Liu2016-07-044-12/+20
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t1024: switch to new UBOOT_CONFIG formatTing Liu2016-07-042-6/+10
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t1023: switch to new UBOOT_CONFIG formatTing Liu2016-07-042-8/+12
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p5040: switch to new UBOOT_CONFIG formatTing Liu2016-07-042-8/+6
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p5020: switch to new UBOOT_CONFIG formatTing Liu2016-07-042-8/+7
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p4080ds: switch to new UBOOT_CONFIG formatTing Liu2016-07-041-2/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p3041ds: switch to new UBOOT_CONFIG formatTing Liu2016-07-041-3/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p2041rdb: switch to new UBOOT_CONFIG formatTing Liu2016-07-041-3/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* remove not supported e500v2 machinesTing Liu2016-06-239-226/+0
| | | | | | | | Remove the below machines which are not supported/tested: bsc9131rdb, bsc9132qds, p1010rdb, p1020rdb, p1021rdb, p1022ds p1023rdb, p1025twr, p2020rdb Signed-off-by: Ting Liu <ting.liu@nxp.com>
* qemu: rename to qemu-qoriqTing Liu2016-06-231-2/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* openssl: rename to openssl-qoriqTing Liu2016-06-231-1/+1
| | | | | | | | | | The QorIQ version of openssl needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. The recipe is now called 'openssl-qoriq' and it provides openssl so the preferrence is set just for QorIQ based machines. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* cryptodev: rename to cryptodev-qoriqTing Liu2016-06-231-3/+3
| | | | | | | | The QorIQ version of cryptodev needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* qemu: upgrade to v2.4 plus fsl patchesTing Liu2016-06-231-1/+1
| | | | | | | Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/qemu.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
* adjust MACHINEOVERRIDES orderingTing Liu2016-06-237-8/+18
| | | | | | | | | Change it from: MACHINEOVERRIDES="e6500:qoriq:qoriq-ppc:b4:b4420:b4420qds" to: MACHINEOVERRIDES="qoriq:qoriq-ppc:e6500:b4:b4420:b4420qds" Signed-off-by: Ting Liu <ting.liu@nxp.com>
* qoriq-ppc.inc: abstract common bit to qoriq.incTing Liu2016-06-232-22/+24
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* rename qoriq-base.inc to qoriq-ppc.incTing Liu2016-06-237-9/+6
| | | | | | To align with qoriq-arm/qoriq-arm64 in future. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t4240: update dtb pathTing Liu2016-06-234-8/+8
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t4160: update dtb pathTing Liu2016-06-232-2/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t2080: update dtb pathTing Liu2016-06-234-8/+8
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t104x: update dtb pathTing Liu2016-06-234-8/+12
| | | | | | | * add dsar dtb Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t1024: update dtb pathTing Liu2016-06-232-2/+6
| | | | | | | | * remove capwap dtb * add usdpaa-shared-interfaces dtb Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t1023: update dtb pathZhenhua Luo2016-06-232-2/+6
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p5040: update dtb pathTing Liu2016-06-232-4/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p5020: update dtb pathTing Liu2016-06-232-4/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p4080ds: update dtb pathTing Liu2016-06-231-2/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p3041ds: update dtb pathTing Liu2016-06-231-2/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p2041rdb: update dtb pathTing Liu2016-06-231-2/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* c293pcie: update dtb pathTing Liu2016-06-231-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4860: update dtb pathTing Liu2016-06-232-4/+7
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4420: update dtb pathTing Liu2016-06-232-2/+6
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t4240: disable virtual terminal supportTing Liu2016-06-234-4/+11
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t4160: disable virtual terminal supportTing Liu2016-06-232-2/+8
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t2080: disable virtual terminal supportTing Liu2016-06-234-0/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* t104x: disable virtual terminal supportTing Liu2016-06-234-0/+4
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t1024: disable virtual terminal supportTing Liu2016-06-232-2/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* t1023: disable virtual terminal supportTing Liu2016-06-232-0/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p5040: disable virtual terminal supportTing Liu2016-06-232-0/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p5020: disable virtual terminal supportTing Liu2016-06-232-1/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p4080ds: disable virtual terminal supportTing Liu2016-06-231-0/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p3041ds: disable virtual terminal supportTing Liu2016-06-231-0/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* p2041rdb: disable virtual terminal supportTing Liu2016-06-231-0/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* c293pcie: disable virtual terminal supportTing Liu2016-06-231-1/+3
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4860: disable virtual terminal supportTing Liu2016-06-232-2/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* b4420: disable virtual terminal supportTing Liu2016-06-232-2/+2
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* cryptodev: set PREFERRED_VERSION to 1.7Ting Liu2016-01-081-0/+3
| | | | | | | | | FSL released its own cryptodev based on 1.7, but not all the codes were upstreamed. Default cryptodev to 1.7 to avoid openssl build issue. Fix [Yocto: #8872] Signed-off-by: Ting Liu <ting.liu@nxp.com>
* update machine DESCRIPTION/UBOOT_CONFIG/EXTRA_IMAGEDEPENDSTing Liu2015-12-2839-141/+358
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* move layer specific bbappend to dynamic-layersTing Liu2015-12-281-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* adjust MACHINEOVERRIDES orderingTing Liu2015-08-137-7/+7
| | | | | | | | | | | | | | | | FILESPATH is in part built by using MACHINEOVERRIDES and the path is built working right to left. Use =. instead of .= to prepend (e6500-64b:qoriq-ppc) to (soc:board). Take t2080rdb-64b as example, change from: FILESOVERRIDES="powerpc64:t2:t2080:t2080rdb-64b:qoriq-ppc:e6500-64b:poky" MACHINEOVERRIDES="t2:t2080:t2080rdb-64b:qoriq-ppc:e6500-64b" To: FILESOVERRIDES="powerpc64:e6500-64b:qoriq-ppc:t2:t2080:t2080rdb-64b:poky" MACHINEOVERRIDES="e6500-64b:qoriq-ppc:t2:t2080:t2080rdb-64b" Signed-off-by: Ting Liu <ting.liu@freescale.com>