aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2011-03-25 15:21:43 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-30 09:23:24 +0200
commit660340d5a381b82e61a17bbbe483206c93545659 (patch)
tree832e4f4b380798306af53a7dfdcb7ae488501047 /conf/machine
parent2e1c72bde07d34b75349dd7e803a198b3a4ba7dd (diff)
downloadopenembedded-660340d5a381b82e61a17bbbe483206c93545659.tar.gz
omap4430-panda: Switch panda to use new omap4 include + add new SOC_FAMILY
* Add new omap4.inc * Switch machine config to use new omap4 include Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/omap4.inc15
-rw-r--r--conf/machine/omap4430-panda.conf2
2 files changed, 16 insertions, 1 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
new file mode 100644
index 0000000000..a5a920cd24
--- /dev/null
+++ b/conf/machine/include/omap4.inc
@@ -0,0 +1,15 @@
+SOC_FAMILY = "omap4"
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-cortexa8.inc
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r101"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
+
diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf
index d7956906ea..f5f8757533 100644
--- a/conf/machine/omap4430-panda.conf
+++ b/conf/machine/omap4430-panda.conf
@@ -2,7 +2,7 @@
#@NAME: OMAP4430 Panda
#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
-require conf/machine/include/omap3.inc
+require conf/machine/include/omap4.inc
XLOAD_MACHINE = "omap4430panda_config"
XLOAD_LOAD_ADDRESS = 0x40304350