summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c67c93)
raw | patch | inline | side by side (parent: 3c67c93)
author | Denys Dmytriyenko <denys@ti.com> | |
Sun, 17 Feb 2013 21:49:28 +0000 (16:49 -0500) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Sun, 17 Feb 2013 21:50:32 +0000 (16:50 -0500) |
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
index 71eca709ce343166574ce8e4a03a8fcc29e95f68..756a1e5874fe8b53f541263fb4f4cf9ef5a56540 100644 (file)
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r52"
-
KERNEL_IMAGETYPE = "uImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
-
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+
UBOOT_MACHINE = "davinci_dvevm_config"
UBOOT_ENTRYPOINT = "0x80008000"
SERIAL_CONSOLE ?= "115200 ttyS0"
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
-#ROOT_FLASH_SIZE = "29"
-
MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"
index b77bccdf0ef033b243a1a9c72225f05581949a83..bd447d49926f3176727984c8682b5a955fe14800 100644 (file)
require conf/machine/include/soc-family.inc
require conf/machine/include/tune-cortexa15.inc
+
PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r5"
index f038b0c73a12cb43d524bc0fea1a8770c58ff6bc..8ebbb085ac68bf64cb910d421abb71942b0873b6 100644 (file)
require conf/machine/include/soc-family.inc
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 = "r123"
KERNEL_IMAGETYPE = "uImage"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
index 713a30ae48100b9fa7e83b1eddb0077652d715b4..93c50424fc792cb8d562ef7c82d470dfe399bad7 100644 (file)
require conf/machine/include/soc-family.inc
require conf/machine/include/tune-cortexa8.inc
-PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
+
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r17"
+PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+
KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "0x80008000"