1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported

* There is no support for these platforms from meta-ti.
* If someone is willing to maintain them, please let us know or feel free to
  take it to a separate layer.
* Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2013-03-05 16:06:05 -05:00
parent f5b282271c
commit c586bd9a66
20 changed files with 0 additions and 8494 deletions

View File

@@ -1,9 +0,0 @@
#@TYPE: Machine
#@NAME: AM389x evm
#@DESCRIPTION: Machine configuration for the AM389x evm
require conf/machine/include/ti814x.inc
IMAGE_FSTYPES += "ubi tar.gz"
MACHINE_FEATURES += "sgx"

View File

@@ -1,9 +0,0 @@
#@TYPE: Machine
#@NAME: am389x evm
#@DESCRIPTION: Machine configuration for the am389x evm
require conf/machine/include/ti816x.inc
IMAGE_FSTYPES += "ubi tar.gz"
MACHINE_FEATURES += "sgx"

View File

@@ -1,7 +0,0 @@
#@TYPE: Machine
#@NAME: c6a814x evm
#@DESCRIPTION: Machine configuration for the c6a814x evm
require conf/machine/include/ti814x.inc
MACHINE_FEATURES += "sgx"

View File

@@ -1,7 +0,0 @@
#@TYPE: Machine
#@NAME: c6a816x evm
#@DESCRIPTION: Machine configuration for the c6a816x evm
require conf/machine/include/ti816x.inc
MACHINE_FEATURES += "sgx"

View File

@@ -1,7 +0,0 @@
#@TYPE: Machine
#@NAME: DM814x evm
#@DESCRIPTION: Machine configuration for the DM814x evm
require conf/machine/include/ti814x.inc
MACHINE_FEATURES += "sgx"

View File

@@ -1,26 +0,0 @@
SOC_FAMILY = "ti814x"
require conf/machine/include/soc-family.inc
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 = "r2"
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"

View File

@@ -1,26 +0,0 @@
SOC_FAMILY = "ti816x"
require conf/machine/include/soc-family.inc
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 = "r2"
KERNEL_IMAGETYPE = "uImage"
UBOOT_ARCH = "arm"
UBOOT_MACHINE = "ti8168_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"

View File

@@ -1,17 +0,0 @@
require u-boot.inc
FILESPATHPKG =. "u-boot-psp-git:"
COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm"
SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;branch=${BRANCH};protocol=git"
BRANCH_ti814x = "ti81xx-master"
SRCREV_pn-${PN}_ti814x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0"
LIC_FILES_CHKSUM_pn-${PN}_ti814x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
BRANCH_ti816x = "ti81xx-master"
SRCREV_pn-${PN}_ti816x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0"
LIC_FILES_CHKSUM_pn-${PN}_ti816x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
S = "${WORKDIR}/git"

View File

@@ -1,29 +0,0 @@
Section "Module"
Load "extmod"
Load "dbe"
Load "glx"
Load "freetype"
Load "type1"
Load "record"
Load "dri"
EndSection
Section "Monitor"
Identifier "Builtin Default Monitor"
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
Monitor "Builtin Default Monitor"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
EndSection

View File

@@ -1,29 +0,0 @@
Section "Module"
Load "extmod"
Load "dbe"
Load "glx"
Load "freetype"
Load "type1"
Load "record"
Load "dri"
EndSection
Section "Monitor"
Identifier "Builtin Default Monitor"
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
Monitor "Builtin Default Monitor"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
EndSection

View File

@@ -1,45 +0,0 @@
From 1d43359e415cada4607d0d21b7de07c740616386 Mon Sep 17 00:00:00 2001
From: Amarinder Bindra <a-bindra@ti.com>
Date: Wed, 7 Dec 2011 20:54:56 +0530
Subject: [PATCH] ti814x: added code for disabling the least significant bit of TI814x_HDMI_MUX_ADDR before vps init
Signed-off-by: Amarinder Bindra <a-bindra@ti.com>
---
drivers/video/ti81xx/vpss/core.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/drivers/video/ti81xx/vpss/core.c b/drivers/video/ti81xx/vpss/core.c
index eb9c074..80008b9 100644
--- a/drivers/video/ti81xx/vpss/core.c
+++ b/drivers/video/ti81xx/vpss/core.c
@@ -41,7 +41,7 @@
#define VPS_DRIVER_NAME "vpss"
-
+#define TI814x_HDMI_MUX_ADDR (0x481C52C8)
#ifdef DEBUG
unsigned int vpss_debug;
@@ -148,6 +148,17 @@ static int __init vps_init(void)
{
VPSSDBG("core init\n");
+ /* This mux is for configuring the pixel clock to Venc through HDMI or PLL*/
+ u32 reg_value;
+ u32 reg_base;
+
+ reg_base = (u32)ioremap(TI814x_HDMI_MUX_ADDR, 0x10);
+ reg_value = __raw_readl(reg_base);
+ reg_value &= 0xFFFFFFFE;
+
+ __raw_writel(reg_value, reg_base);
+ iounmap((u32 *)TI814x_HDMI_MUX_ADDR);
+
if (platform_driver_probe(&vps_driver, vps_probe)) {
VPSSERR("failed to register ti81xx-vpss driver\n");
return -ENODEV;
--
1.7.1

View File

@@ -1 +0,0 @@
dm814x-evm

View File

@@ -1 +0,0 @@
dm816x-evm

View File

@@ -1 +0,0 @@
dm814x-evm

View File

@@ -1 +0,0 @@
dm816x-evm

View File

@@ -1,28 +0,0 @@
require multi-kernel.inc
DESCRIPTION = "Linux kernel for TI81xx processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm"
# This is on the ti81xx-master branch
SRCREV = "745a06cb913ad7a9ab44855aa36d8c012cd5793b"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=ti81xx-master \
file://0001-ti814x-added-code-for-disabling-the-least-significan.patch \
file://defconfig"
S = "${WORKDIR}/git"
# Perf in 2.6.37-psp doesn't build, so disable it
do_compile_perf() {
:
}
do_install_perf() {
:
}