[meta-lsi] [PATCH 57/86] conf/machine: Add new mahcines: acp and axm
Daniel Dragomir
daniel.dragomir at windriver.com
Wed Oct 29 08:36:05 PDT 2014
From: Paul Butler <paul.butler at windriver.com>
- Add new machine configuration for the LSI ACP family (powerpc):
acp.conf and for LSI AXM5500 systems: axm
- Set KARCH variable for axm5500 and elpaso machine conf
Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
conf/machine/acp.conf | 20 ++++++++++++++++++++
conf/machine/axm.conf | 24 ++++++++++++++++++++++++
conf/machine/axm5500.conf | 1 +
conf/machine/elpaso.conf | 1 +
4 files changed, 46 insertions(+)
create mode 100644 conf/machine/acp.conf
create mode 100644 conf/machine/axm.conf
diff --git a/conf/machine/acp.conf b/conf/machine/acp.conf
new file mode 100644
index 0000000..151a876
--- /dev/null
+++ b/conf/machine/acp.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: acp
+#@DESCRIPTION: Machine configuration for the LSI ACP family (powerpc)
+
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
+PREFERRED_VERSION_u-boot-lsi ?= "2010.03%"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+
+MACHINE_FEATURES += ""
+
+MACHINE_EXTRA_RRECOMMENDS += ""
+
+require conf/machine/include/tune-ppc476.inc
+
+KARCH = "powerpc"
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x400000"
+KEEPUIMAGE = "no"
+
+SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/axm.conf b/conf/machine/axm.conf
new file mode 100644
index 0000000..ac38164
--- /dev/null
+++ b/conf/machine/axm.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: axm5500
+#@DESCRIPTION: Machine configuration for LSI AXM5500 systems
+
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
+PREFERRED_VERSION_u-boot-lsi ?= "2013.01.01%"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-lsi"
+#PREFERRED_PROVIDER_virtual/bootemu ?= "u-boot-emu"
+
+#EXTRA_IMAGEDEPENDS = "u-boot-lsi u-boot-emu"
+EXTRA_IMAGEDEPENDS = "u-boot-lsi"
+
+MACHINE_FEATURES += "ext3"
+
+MACHINE_EXTRA_RRECOMMENDS += ""
+
+require conf/machine/include/tune-cortexa15.inc
+
+KERNEL_IMAGETYPE = "zImage"
+UBOOT_ENTRYPOINT = "0x400000"
+KEEPUIMAGE = "no"
+
+SERIAL_CONSOLE = "9600 ttyAMA0"
diff --git a/conf/machine/axm5500.conf b/conf/machine/axm5500.conf
index ac38164..e1d84ce 100644
--- a/conf/machine/axm5500.conf
+++ b/conf/machine/axm5500.conf
@@ -17,6 +17,7 @@ MACHINE_EXTRA_RRECOMMENDS += ""
require conf/machine/include/tune-cortexa15.inc
+KARCH = "arm"
KERNEL_IMAGETYPE = "zImage"
UBOOT_ENTRYPOINT = "0x400000"
KEEPUIMAGE = "no"
diff --git a/conf/machine/elpaso.conf b/conf/machine/elpaso.conf
index 077665c..8e0fecd 100644
--- a/conf/machine/elpaso.conf
+++ b/conf/machine/elpaso.conf
@@ -12,6 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS += ""
require conf/machine/include/tune-ppc476.inc
+KARCH = "powerpc"
KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "0x400000"
KEEPUIMAGE = "no"
--
1.8.1.4
More information about the meta-lsi
mailing list