summaryrefslogtreecommitdiffstats
path: root/conf/machine
Commit message (Collapse)AuthorAgeFilesLines
* u-boot_git.bb: lock down SHA for releaseMatthew McClintock2012-11-132-2/+2
| | | | | | | Also update p5040 u-boot builds and add cst-native dep which is required by some machines Signed-off-by: Matthew McClintock <msm@freescale.com>
* set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targetsZhenhua Luo2012-11-132-0/+2
| | | | | | the patches of e5500/e5500-64b support are only available for oprofile-0.9.6. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* set preferred version of oprofile to 0.9.6 for e500mc targetsZhenhua Luo2012-11-131-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot: add additional image for p5040dsTing Liu2012-11-132-2/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDSKhem Raj2012-10-014-8/+4
| | | | | | Delete unused MACHINE_FEATURES_RRECOMMENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add u-boot as an extra image depMatthew McClintock2012-09-254-0/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add additional u-boot and dts for mpc85xxTing Liu2012-09-123-5/+8
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* add nand u-boot in the default build list for p2041rdbZhenhua Luo2012-09-121-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* qemu: make fsl boards use qemu from git.freescale.com for running on targetsMatthew McClintock2012-09-054-0/+4
| | | | | | | This version of qemu will be built and deployed on root file systems. It will not effect the native and nativesdk components of the build. Signed-off-by: Matthew McClintock <msm@freescale.com>
* add fslmachine overridesMatthew McClintock2012-09-054-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add NOR u-boot into the default build list of p1010rdbZhenhua Luo2012-08-091-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update preferred version for linux kernelMatthew McClintock2012-08-084-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: change UBOOT_MACHINES to use ?= so they can be overriddenMatthew McClintock2012-08-0622-22/+22
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* disable extra inittab changesMatthew McClintock2012-07-3022-0/+22
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* move serial console definitions into machine.conf so they are available for ↵Matthew McClintock2012-07-3022-0/+22
| | | | | | all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
* machines: Move machine specific variable to machine confKhem Raj2012-07-2722-0/+66
| | | | | | | These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* machines: Dont lock linux-libc-headers-nativesdk preferred providerKhem Raj2012-07-274-4/+0
| | | | | | | | | | linux-libc-headers-nativesdk is for native bits in an SDK its not required to be locked in machine conf files since nothing depends on machine per se here. If its a mattetr of policy then this should be added to distro conf which in this layer is fsl.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* machine/e500v2.inc: Do not define TARGET_FPUKhem Raj2012-07-181-2/+0
| | | | | | | | | | This is nicely defined in tune-e500v2.inc from oe-core, if we also define it here then oe-core appends to it and it becomes a wrong string 'ppc-efdppc-efd' which then gcc fails to identify and configures itself without e500_double support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* correct dts file for targetsZhenhua Luo2012-06-2116-18/+24
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Fixed meta-toolchain to include the proper linux-libc-headers-nativesdkDavid Nyström2012-06-014-0/+4
|
* Added ?= to PREFERRED provider in machines, and corrected linux ↵David Nyström2012-05-315-18/+15
| | | | | | PREFERRED_VERSION Signed-off-by: Matthew McClintock <msm@freescale.com>
* Removed references to SRIO u-boot configurationsDavid Nyström2012-05-313-3/+3
|
* p1022ds.conf: switch to using xserver-xorg-liteMatthew McClintock2012-05-171-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove reference to usdpaa files that are not in public git treeMatthew McClintock2012-05-166-12/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* define JFFS2_ERASEBLOCK size for all boardsTing Liu2012-05-0922-0/+66
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove p3060qdsMatthew McClintock2012-04-271-9/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add p5040-64b supportChunrong Guo2012-04-261-0/+10
| | | | Signed-off-by: Chunrong Guo <b40290@freescale.com>
* Add more supported u-boot types for dpaa targetsChunrong Guo2012-04-095-5/+5
| | | | | Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* P1023RDS: build NAND u-boot by defaultTing Liu2012-03-221-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: add additional u-boot images for all Freescale boardsChunrong Guo2012-02-2310-15/+21
| | | | Signed-off-by:Chunrong Guo <b40290@freescale.com>
* update p5020ds to use common tune file instead of diff ones for 32/64 bitMatthew McClintock2012-02-232-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* conf/machine/mpc8544ds.conf Signed-off-by: ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* conf/machine/p5040ds.conf Signed-off-by:ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* u-boot: fixup building multiple images and add thsoe images for p1020rdb to ↵Matthew McClintock2012-02-081-1/+3
| | | | | | start with Signed-off-by: Matthew McClintock <msm@freescale.com>
* Move default images types built into image recipesMatthew McClintock2012-01-194-4/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* make all IMAGE_FSTYPES overridableMatthew McClintock2012-01-124-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* p3060qds.conf: Fix typoMatthew McClintock2012-01-111-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add usdpaa dts into KERNEL_DEVICETREEZhenhua Luo2012-01-056-6/+12
| | | | | | p2041rdb, p3041ds, p3060qds, p4080ds, p5020ds and p5020ds-64b Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* e5500: set PREFERRED_PROVIDER_virtual/kernel to linux-qoriq-sdkTing Liu2012-01-021-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* update the kernel defconfig for non-smp targetsZhenhua Luo2011-12-083-3/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* conf/machines: add non-dpaa target boards supportZhenhua Luo2011-12-079-0/+81
| | | | | | | | | | The following boards are added: mpc8536ds.conf, mpc8548cds.conf, p1010rdb.conf, p1020mbg.conf, p1020utm.conf,p1021rdb.conf, p1024rdb.conf, p1025rdb.conf, p2020rdb.conf Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
* add machine configure file for p1023rds and p2041rdbZhenhua Luo2011-11-302-0/+16
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Add u-boot to default imagesMatthew McClintock2011-11-211-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add support for graphics on p1022dsMadeeha Javed2011-11-081-0/+10
| | | | | Signed-off-by: Madeeha Javed <madeeha_javed@mentor.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
* Spawn multiple tty's on first two serial ports by defaultMatthew McClintock2011-11-074-4/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Build u-boot for various machinesMatthew McClintock2011-10-209-2/+10
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Fix to build u-boot images instead of just ext2.gz imagesMatthew McClintock2011-10-194-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add support for p3060qdsMatthew McClintock2011-10-191-0/+7
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Initial commit for FSL Machines, Images, and Distro settingsMatthew McClintock2011-10-0412-0/+140
Signed-off-by: Matthew McClintock <msm@freescale.com>