mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
mpc8315e-rdb: create machine and tuning configuration
BUGID: 423 Introduce the basic mpc8315e BSP. By default this BSP uses the basic 603 tuning and soft-float. There are issues with the e300 tuning and eglibc, and the compiler. Subsequent commits will further tune this BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
149f226213
commit
5ae1e2c9e8
2
meta/conf/machine/include/tune-ppce300c2.inc
Normal file
2
meta/conf/machine/include/tune-ppce300c2.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
TARGET_CC_ARCH = "-mcpu=e300c2 -msoft-float"
|
||||
BASE_PACKAGE_ARCH = "ppce300"
|
||||
16
meta/conf/machine/mpc8315e-rdb.conf
Normal file
16
meta/conf/machine/mpc8315e-rdb.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
#@TYPE: Machine
|
||||
#@DESCRIPTION: Machine configuration for running
|
||||
|
||||
TARGET_ARCH = "powerpc"
|
||||
PACKAGE_EXTRA_ARCHS = "ppce300"
|
||||
TARGET_FPU = "spe"
|
||||
|
||||
require conf/machine/include/tune-ppc603e.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
|
||||
Reference in New Issue
Block a user