summaryrefslogtreecommitdiffstats
path: root/conf/machine/p5020ds.conf
Commit message (Collapse)AuthorAgeFilesLines
* p5020: 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>
* p5020: disable virtual terminal supportTing Liu2016-06-231-1/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* update machine DESCRIPTION/UBOOT_CONFIG/EXTRA_IMAGEDEPENDSTing Liu2015-12-281-4/+10
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* p2/p3/p5/t2/t4/b4: build usdpaa-shared-interfaces.dtbTing Liu2015-07-201-2/+6
| | | | | | | Also split long line to multiple ones. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* conf/machine/: move common bits to inc filesTing Liu2014-07-151-4/+0
| | | | | | | | | | | * add four new files to hold common bits: include/qoriq-base.inc include/qoriq-default-providers.inc include/qoriq-default-settings.inc include/qoriq-default-versions.inc * add 'qoriq-ppc' into list of MACHINEOVERRIDES Signed-off-by: Ting Liu <b28495@freescale.com>
* move all inc files to folder include/Ting Liu2014-07-151-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* conf/machine/*.conf: Rework information headerChunrong Guo2014-06-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Rework the information header to include a proper name, SoC and maintainer fields. This change has been done for follow boards: - b4420qds-64b - b4420qds - b4860qds-64b - b4860qds - bsc9131rdb - bsc9132qds - c293pcie - p1010rdb - p1020rdb - p1021rdb - p1022ds - p1023rdb - p1025twr - p2020ds - p2020rdb - p2041rdb - p3041ds - p4080ds - p5020ds-64b - p5020ds - p5040ds-64b - p5040ds - t2080qds-64b - t2080qds - t4160qds-64b - t4160qds - t4240qds-64b - t4240qds Signed-off-by: Chunrong Guo <B40290@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* conf/machine/*: make KERNEL_DEFCONFIG overridableTing Liu2014-01-121-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* conf/machine/*: make KERNEL_DEVICETREE overridableTing Liu2014-01-121-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* rework machines to use dtb file in KERNEL_DEVICETREE variableTing Liu2013-08-201-2/+1
| | | | | | | | The linux-dtb.inc has been rework to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. Signed-off-by: Ting Liu <b28495@freescale.com>
* Remove unnecessary variables from machine confZhenhua Luo2013-04-111-2/+0
| | | | | | | 1. USE_VT = "" is duplicated with USE_VT = "0" and is removed. 2. SYSVINIT_ENABLED_GETTYS is useful when USE_VT = "1", so remove it. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* conf/machines: update to use SOC_FAMILYMatthew McClintock2013-02-181-0/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* disable extra inittab changesMatthew McClintock2012-08-141-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* move serial console definitions into machine.conf so they are available for ↵Matthew McClintock2012-08-141-0/+1
| | | | | | all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: change UBOOT_MACHINES to use ?= so they can be overriddenMatthew McClintock2012-08-061-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* machines: Move machine specific variable to machine confKhem Raj2012-07-111-0/+3
| | | | | | | These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* correct dts file for targetsZhenhua Luo2012-07-101-1/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Removed references to SRIO u-boot configurationsDavid Nyström2012-05-311-1/+1
|
* remove reference to usdpaa files that are not in public git treeMatthew McClintock2012-05-161-2/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* define JFFS2_ERASEBLOCK size for all boardsTing Liu2012-05-091-0/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* Add more supported u-boot types for dpaa targetsChunrong Guo2012-04-091-1/+1
| | | | | Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add usdpaa dts into KERNEL_DEVICETREEZhenhua Luo2012-01-051-1/+2
| | | | | | p2041rdb, p3041ds, p3060qds, p4080ds, p5020ds and p5020ds-64b Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Build u-boot for various machinesMatthew McClintock2011-10-201-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Initial commit for FSL Machines, Images, and Distro settingsMatthew McClintock2011-10-041-0/+7
Signed-off-by: Matthew McClintock <msm@freescale.com>