diff options
Diffstat (limited to 'extras/conf/machine/include')
-rw-r--r-- | extras/conf/machine/include/davinci.inc | 24 | ||||
-rw-r--r-- | extras/conf/machine/include/ti814x.inc | 26 | ||||
-rw-r--r-- | extras/conf/machine/include/ti816x.inc | 26 |
3 files changed, 76 insertions, 0 deletions
diff --git a/extras/conf/machine/include/davinci.inc b/extras/conf/machine/include/davinci.inc new file mode 100644 index 00000000..80198449 --- /dev/null +++ b/extras/conf/machine/include/davinci.inc | |||
@@ -0,0 +1,24 @@ | |||
1 | require conf/machine/include/tune-arm926ejs.inc | ||
2 | |||
3 | # Increase this everytime you change something in the kernel | ||
4 | MACHINE_KERNEL_PR = "r51" | ||
5 | |||
6 | |||
7 | KERNEL_IMAGETYPE = "uImage" | ||
8 | |||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" | ||
10 | |||
11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
12 | UBOOT_MACHINE = "davinci_dvevm_config" | ||
13 | |||
14 | UBOOT_ENTRYPOINT = "0x80008000" | ||
15 | UBOOT_LOADADDRESS = "0x80008000" | ||
16 | |||
17 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
18 | |||
19 | SERIAL_CONSOLE ?= "115200 ttyS0" | ||
20 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | ||
21 | |||
22 | #ROOT_FLASH_SIZE = "29" | ||
23 | |||
24 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" | ||
diff --git a/extras/conf/machine/include/ti814x.inc b/extras/conf/machine/include/ti814x.inc new file mode 100644 index 00000000..475a2127 --- /dev/null +++ b/extras/conf/machine/include/ti814x.inc | |||
@@ -0,0 +1,26 @@ | |||
1 | SOC_FAMILY = "ti814x" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa8.inc | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
8 | |||
9 | # Increase this everytime you change something in the kernel | ||
10 | MACHINE_KERNEL_PR = "r2" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_MACHINE = "ti8148_evm_config_nand" | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
17 | UBOOT_LOADADDRESS = "0x80008000" | ||
18 | |||
19 | # Only build u-boot | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
21 | |||
22 | # Ship all kernel modules | ||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" | ||
25 | SERIAL_CONSOLE = "115200 ttyO0" | ||
26 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" | ||
diff --git a/extras/conf/machine/include/ti816x.inc b/extras/conf/machine/include/ti816x.inc new file mode 100644 index 00000000..2fe40067 --- /dev/null +++ b/extras/conf/machine/include/ti816x.inc | |||
@@ -0,0 +1,26 @@ | |||
1 | SOC_FAMILY = "ti816x" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa8.inc | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
8 | |||
9 | # Increase this everytime you change something in the kernel | ||
10 | MACHINE_KERNEL_PR = "r2" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_MACHINE = "ti8168_evm_config" | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
17 | UBOOT_LOADADDRESS = "0x80008000" | ||
18 | |||
19 | # Only build u-boot | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
21 | |||
22 | # Ship all kernel modules | ||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" | ||
25 | SERIAL_CONSOLE = "115200 ttyO2" | ||
26 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" | ||