diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-11 00:26:12 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:57:00 +0100 |
commit | 5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2 (patch) | |
tree | 3fb973d6f99000cff83e46f94ff0c1d5b84fc353 /meta/conf/machine | |
parent | 149f2262135ca87608783a8801c9c2d978d8c8ef (diff) | |
download | poky-5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/tune-ppce300c2.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/mpc8315e-rdb.conf | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-ppce300c2.inc b/meta/conf/machine/include/tune-ppce300c2.inc new file mode 100644 index 0000000000..067a7b100c --- /dev/null +++ b/meta/conf/machine/include/tune-ppce300c2.inc | |||
@@ -0,0 +1,2 @@ | |||
1 | TARGET_CC_ARCH = "-mcpu=e300c2 -msoft-float" | ||
2 | BASE_PACKAGE_ARCH = "ppce300" | ||
diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf new file mode 100644 index 0000000000..a2aeea92a5 --- /dev/null +++ b/meta/conf/machine/mpc8315e-rdb.conf | |||
@@ -0,0 +1,16 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | TARGET_ARCH = "powerpc" | ||
5 | PACKAGE_EXTRA_ARCHS = "ppce300" | ||
6 | TARGET_FPU = "spe" | ||
7 | |||
8 | require conf/machine/include/tune-ppc603e.inc | ||
9 | |||
10 | KERNEL_IMAGETYPE = "uImage" | ||
11 | |||
12 | SERIAL_CONSOLE = "115200 ttyS0" | ||
13 | |||
14 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | ||
15 | |||
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" | ||