From f7b4a8fc9762e498a8e08b74001676cfdd9fc030 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 16 Jun 2011 11:15:24 +0200 Subject: add 814x and 816x machine configs Signed-off-by: Koen Kooi --- conf/machine/include/ti814x.inc | 26 ++++++++++++++++++++++++++ conf/machine/include/ti816x.inc | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 conf/machine/include/ti814x.inc create mode 100644 conf/machine/include/ti816x.inc (limited to 'conf/machine/include') diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc new file mode 100644 index 00000000..3e7ee763 --- /dev/null +++ b/conf/machine/include/ti814x.inc @@ -0,0 +1,26 @@ +TARGET_ARCH = "arm" +SOC_FAMILY = "ti814x" + +require conf/machine/include/tune-cortexa8.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" + +# Increase this everytime you change something in the kernel +MACHINE_KERNEL_PR = "r1" + +KERNEL_IMAGETYPE = "uImage" + +UBOOT_ARCH = "arm" +UBOOT_MACHINE = "ti8148_evm_config_nand" +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + +# Only build u-boot +EXTRA_IMAGEDEPENDS += "u-boot" + +# Ship all kernel modules +IMAGE_FSTYPES ?= "jffs2 tar.bz2" +EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" +SERIAL_CONSOLE = "115200 ttyO0" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc new file mode 100644 index 00000000..4de567bb --- /dev/null +++ b/conf/machine/include/ti816x.inc @@ -0,0 +1,26 @@ +TARGET_ARCH = "arm" +SOC_FAMILY = "ti816x" + +require conf/machine/include/tune-cortexa8.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" + +# Increase this everytime you change something in the kernel +MACHINE_KERNEL_PR = "r1" + +KERNEL_IMAGETYPE = "uImage" + +UBOOT_ARCH = "arm" +UBOOT_MACHINE = "ti816x_evm_config" +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + +# Only build u-boot +EXTRA_IMAGEDEPENDS += "u-boot" + +# Ship all kernel modules +IMAGE_FSTYPES += "jffs2 tar.bz2" +EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" +SERIAL_CONSOLE = "115200 ttyO2" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" -- cgit v1.2.3-54-g00ecf