summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/mpc8315e-rdb.conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Split into distro and bsp componentsRichard Purdie2012-09-051-31/+0
| | | | | | | | | | | | | Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpc8315e: switch to Xorg instead of kdriveRoss Burton2012-09-021-2/+5
| | | | | | | | | All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr. (From meta-yocto rev: 17fbc364b231499c9a056b33de6a4321ecbd3d30) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpc8315: build u-boot v2012.04 by default.Paul Gortmaker2012-07-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validated on real hardware: U-Boot 2012.04.01 (Jun 29 2012 - 13:48:03)MPC83XX Reset Status: Software Hard, External/Internal Soft, External/Internal Hard CPU: e300c3, MPC8315E, Rev: 1.2 at 400 MHz, CSB: 133.333 MHz Board: Freescale MPC8315ERDB Rev 1.0 I2C: ready DRAM: 128 MiB (DDR2, 32-bit, ECC off, 266.667 MHz) Flash: 8 MiB NAND: 32 MiB PCIE0: No link PCIE1: No link In: serial Out: serial Err: serial Net: eTSEC0, eTSEC1 Hit any key to stop autoboot: 0 [YOCTO #943] (From meta-yocto rev: 91b1d4b32b362b0ce00d974b277be6bcd8e29110) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: mpc8315e-rdb change preferred version to 3.4Paul Gortmaker2012-07-111-1/+1
| | | | | | | | | | | | | | Update the yocto hardware reference platform to use the 3.4 kernel by default. This platform is supported in mainline, so no patch carry forward or similar is required. Tested via NFS booting the kernel on real hardware with 3.4.1 and things just work as-is. (From meta-yocto rev: fbe1be490172993140db31472d14652d8ed45624) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: remove kernel26 machine feature usageTom Zanussi2012-04-171-1/+1
| | | | | | | kernel26 is now obsolete so remove it from the machine configs that use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Don't poke around providers which aren't machine specific/safeRichard Purdie2011-12-061-1/+0
| | | | | | | | | | Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0Bruce Ashfield2011-08-241-1/+3
| | | | | | | Updating two more yocto hardware reference platforms to use the 3.0 kernel by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* mpc8315e-rdb: add kernel modules to rootfsJingdong Lu2011-08-231-0/+2
| | | | | | | Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
* meta-yocto: allow for virtual/kernel overrideDarren Hart2011-08-181-1/+1
| | | | | | | | Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto machine configs to allow the user or other layers to override it. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock2011-07-261-1/+1
| | | | | | | | | | Now that we have a pristine copy of the variables available at launch time we can use them when looking to inherit the OS's environment. (Bitbake rev: 21c21fcc5871e81d8d497b6baed605cdd74c4571) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Sync with TARGET_ARCH removal changesRichard Purdie2011-07-251-2/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpc8315e-rdb: Set TARGET_FPU correctKumar Gala2011-07-221-1/+1
| | | | | | | | | The MPC8315E has a e300c3 core in it with 'classic' or normal PPC floating point. 'SPE' floating point is what exists on the e500v2 core. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* machine confs: Add xserver-kdrive as PREFERRED_PROVIDERSaul Wold2011-05-271-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-031-0/+20
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>