diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-02-17 16:49:28 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-02-17 16:50:32 -0500 |
commit | 516eff31f6ac2781714701356946ad463acba1cb (patch) | |
tree | 7a15b22a3156f7012cb05460989aad35662cea67 /conf | |
parent | 3c67c9357c8d6803d137534c6ee036cb6557c41e (diff) | |
download | meta-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.inc | 5 | ||||
-rw-r--r-- | conf/machine/include/keystone.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 5 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 5 |
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 |
4 | MACHINE_KERNEL_PR = "r52" | 4 | MACHINE_KERNEL_PR = "r52" |
5 | 5 | ||
6 | |||
7 | KERNEL_IMAGETYPE = "uImage" | 6 | KERNEL_IMAGETYPE = "uImage" |
8 | 7 | ||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" | 8 | PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" |
10 | |||
11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
10 | |||
12 | UBOOT_MACHINE = "davinci_dvevm_config" | 11 | UBOOT_MACHINE = "davinci_dvevm_config" |
13 | 12 | ||
14 | UBOOT_ENTRYPOINT = "0x80008000" | 13 | UBOOT_ENTRYPOINT = "0x80008000" |
@@ -19,6 +18,4 @@ EXTRA_IMAGEDEPENDS += "u-boot" | |||
19 | SERIAL_CONSOLE ?= "115200 ttyS0" | 18 | SERIAL_CONSOLE ?= "115200 ttyS0" |
20 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | 19 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" |
21 | 20 | ||
22 | #ROOT_FLASH_SIZE = "29" | ||
23 | |||
24 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" | 21 | MACHINE_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" | |||
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa15.inc | 4 | require conf/machine/include/tune-cortexa15.inc |
5 | |||
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | 6 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" |
7 | PREFERRED_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 |
8 | MACHINE_KERNEL_PR = "r5" | 10 | MACHINE_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" | |||
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_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 |
7 | MACHINE_KERNEL_PR = "r123" | 7 | MACHINE_KERNEL_PR = "r123" |
8 | 8 | ||
9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE = "uImage" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | ||
12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
13 | |||
11 | UBOOT_ENTRYPOINT = "0x80008000" | 14 | UBOOT_ENTRYPOINT = "0x80008000" |
12 | UBOOT_LOADADDRESS = "0x80008000" | 15 | UBOOT_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" | |||
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_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 |
7 | MACHINE_KERNEL_PR = "r17" | 7 | MACHINE_KERNEL_PR = "r17" |
8 | 8 | ||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" | ||
10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
11 | |||
9 | KERNEL_IMAGETYPE = "uImage" | 12 | KERNEL_IMAGETYPE = "uImage" |
10 | 13 | ||
11 | UBOOT_ENTRYPOINT = "0x80008000" | 14 | UBOOT_ENTRYPOINT = "0x80008000" |