summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-02-17 16:49:28 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-02-17 16:50:32 -0500
commit516eff31f6ac2781714701356946ad463acba1cb (patch)
tree7a15b22a3156f7012cb05460989aad35662cea67 /conf
parent3c67c9357c8d6803d137534c6ee036cb6557c41e (diff)
downloadmeta-ti-516eff31f6ac2781714701356946ad463acba1cb.tar.gz
machines: set default virtual/bootloader for remaining machines
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/davinci.inc5
-rw-r--r--conf/machine/include/keystone.inc2
-rw-r--r--conf/machine/include/omap3.inc5
-rw-r--r--conf/machine/include/ti33x.inc5
4 files changed, 11 insertions, 6 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index 71eca709..756a1e58 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -3,12 +3,11 @@ require conf/machine/include/tune-arm926ejs.inc
3# Increase this everytime you change something in the kernel 3# Increase this everytime you change something in the kernel
4MACHINE_KERNEL_PR = "r52" 4MACHINE_KERNEL_PR = "r52"
5 5
6
7KERNEL_IMAGETYPE = "uImage" 6KERNEL_IMAGETYPE = "uImage"
8 7
9PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" 8PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
10
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot" 9PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
10
12UBOOT_MACHINE = "davinci_dvevm_config" 11UBOOT_MACHINE = "davinci_dvevm_config"
13 12
14UBOOT_ENTRYPOINT = "0x80008000" 13UBOOT_ENTRYPOINT = "0x80008000"
@@ -19,6 +18,4 @@ EXTRA_IMAGEDEPENDS += "u-boot"
19SERIAL_CONSOLE ?= "115200 ttyS0" 18SERIAL_CONSOLE ?= "115200 ttyS0"
20EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" 19EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
21 20
22#ROOT_FLASH_SIZE = "29"
23
24MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" 21MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index b77bccdf..bd447d49 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -2,7 +2,9 @@ SOC_FAMILY = "keystone"
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5
5PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" 6PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
6 8
7# Increase this everytime you change something in the kernel 9# Increase this everytime you change something in the kernel
8MACHINE_KERNEL_PR = "r5" 10MACHINE_KERNEL_PR = "r5"
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index f038b0c7..8ebbb085 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -2,12 +2,15 @@ SOC_FAMILY = "omap3"
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4require conf/machine/include/tune-cortexa8.inc 4require conf/machine/include/tune-cortexa8.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-omap" 5
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r123" 7MACHINE_KERNEL_PR = "r123"
8 8
9KERNEL_IMAGETYPE = "uImage" 9KERNEL_IMAGETYPE = "uImage"
10 10
11PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
12PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
13
11UBOOT_ENTRYPOINT = "0x80008000" 14UBOOT_ENTRYPOINT = "0x80008000"
12UBOOT_LOADADDRESS = "0x80008000" 15UBOOT_LOADADDRESS = "0x80008000"
13 16
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 713a30ae..93c50424 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -2,10 +2,13 @@ SOC_FAMILY = "ti33x"
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4require conf/machine/include/tune-cortexa8.inc 4require conf/machine/include/tune-cortexa8.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 5
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r17" 7MACHINE_KERNEL_PR = "r17"
8 8
9PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
10PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
11
9KERNEL_IMAGETYPE = "uImage" 12KERNEL_IMAGETYPE = "uImage"
10 13
11UBOOT_ENTRYPOINT = "0x80008000" 14UBOOT_ENTRYPOINT = "0x80008000"