From 8b03227a7996edc037638062783618af8939f0f3 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 12 May 2012 18:09:52 +0300 Subject: [PATCH] move omap3430 to omap3, to match 1.5.15.2766 --- Kbuild | 2 +- Makefile | 3 ++- .../3rdparty/{dc_omap3430_linux => dc_omap3_linux}/Kbuild | 0 .../{dc_omap3430_linux => dc_omap3_linux}/kbuild/Makefile | 0 .../3rdparty/{dc_omap3430_linux => dc_omap3_linux}/omaplfb.h | 0 .../omaplfb_displayclass.c | 0 .../{dc_omap3430_linux => dc_omap3_linux}/omaplfb_linux.c | 0 services4/system/{omap3430 => omap3}/oemfuncs.h | 0 services4/system/{omap3430 => omap3}/sysconfig.c | 0 services4/system/{omap3430 => omap3}/sysconfig.h | 0 services4/system/{omap3430 => omap3}/sysinfo.h | 0 services4/system/{omap3430 => omap3}/syslocal.h | 0 services4/system/{omap3430 => omap3}/sysutils.c | 0 services4/system/{omap3430 => omap3}/sysutils_linux.c | 0 14 files changed, 3 insertions(+), 2 deletions(-) rename services4/3rdparty/{dc_omap3430_linux => dc_omap3_linux}/Kbuild (100%) rename services4/3rdparty/{dc_omap3430_linux => dc_omap3_linux}/kbuild/Makefile (100%) rename services4/3rdparty/{dc_omap3430_linux => dc_omap3_linux}/omaplfb.h (100%) rename services4/3rdparty/{dc_omap3430_linux => dc_omap3_linux}/omaplfb_displayclass.c (100%) rename services4/3rdparty/{dc_omap3430_linux => dc_omap3_linux}/omaplfb_linux.c (100%) rename services4/system/{omap3430 => omap3}/oemfuncs.h (100%) rename services4/system/{omap3430 => omap3}/sysconfig.c (100%) rename services4/system/{omap3430 => omap3}/sysconfig.h (100%) rename services4/system/{omap3430 => omap3}/sysinfo.h (100%) rename services4/system/{omap3430 => omap3}/syslocal.h (100%) rename services4/system/{omap3430 => omap3}/sysutils.c (100%) rename services4/system/{omap3430 => omap3}/sysutils_linux.c (100%) diff --git a/Kbuild b/Kbuild index 9b8debf..73f873c 100644 --- a/Kbuild +++ b/Kbuild @@ -58,7 +58,7 @@ pvrsrvkm-y := $(FILES:.c=.o) ifeq ($(TI_PLATFORM),ti8168) obj-y := services4/3rdparty/dc_ti8168_linux/ else -obj-y := services4/3rdparty/dc_omap3430_linux/ +obj-y := services4/3rdparty/dc_omap3_linux/ endif obj-y += services4/3rdparty/bufferclass_ti/ diff --git a/Makefile b/Makefile index 01fbb7d..de598ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -export KERNELDIR = /opt/oe/stuff/build/tmp/work/beagleboard-angstrom-linux-gnueabi/linux-omap-2.6.29-r44/git/ +#export KERNELDIR = /opt/oe/stuff/build/tmp/work/beagleboard-angstrom-linux-gnueabi/linux-omap-2.6.29-r44/git/ +export TI_PLATFORM ?= omap3 export KERNEL_PATH=$(KERNELDIR) export KERNEL_SRC=$(KERNELDIR) diff --git a/services4/3rdparty/dc_omap3430_linux/Kbuild b/services4/3rdparty/dc_omap3_linux/Kbuild similarity index 100% rename from services4/3rdparty/dc_omap3430_linux/Kbuild rename to services4/3rdparty/dc_omap3_linux/Kbuild diff --git a/services4/3rdparty/dc_omap3430_linux/kbuild/Makefile b/services4/3rdparty/dc_omap3_linux/kbuild/Makefile similarity index 100% rename from services4/3rdparty/dc_omap3430_linux/kbuild/Makefile rename to services4/3rdparty/dc_omap3_linux/kbuild/Makefile diff --git a/services4/3rdparty/dc_omap3430_linux/omaplfb.h b/services4/3rdparty/dc_omap3_linux/omaplfb.h similarity index 100% rename from services4/3rdparty/dc_omap3430_linux/omaplfb.h rename to services4/3rdparty/dc_omap3_linux/omaplfb.h diff --git a/services4/3rdparty/dc_omap3430_linux/omaplfb_displayclass.c b/services4/3rdparty/dc_omap3_linux/omaplfb_displayclass.c similarity index 100% rename from services4/3rdparty/dc_omap3430_linux/omaplfb_displayclass.c rename to services4/3rdparty/dc_omap3_linux/omaplfb_displayclass.c diff --git a/services4/3rdparty/dc_omap3430_linux/omaplfb_linux.c b/services4/3rdparty/dc_omap3_linux/omaplfb_linux.c similarity index 100% rename from services4/3rdparty/dc_omap3430_linux/omaplfb_linux.c rename to services4/3rdparty/dc_omap3_linux/omaplfb_linux.c diff --git a/services4/system/omap3430/oemfuncs.h b/services4/system/omap3/oemfuncs.h similarity index 100% rename from services4/system/omap3430/oemfuncs.h rename to services4/system/omap3/oemfuncs.h diff --git a/services4/system/omap3430/sysconfig.c b/services4/system/omap3/sysconfig.c similarity index 100% rename from services4/system/omap3430/sysconfig.c rename to services4/system/omap3/sysconfig.c diff --git a/services4/system/omap3430/sysconfig.h b/services4/system/omap3/sysconfig.h similarity index 100% rename from services4/system/omap3430/sysconfig.h rename to services4/system/omap3/sysconfig.h diff --git a/services4/system/omap3430/sysinfo.h b/services4/system/omap3/sysinfo.h similarity index 100% rename from services4/system/omap3430/sysinfo.h rename to services4/system/omap3/sysinfo.h diff --git a/services4/system/omap3430/syslocal.h b/services4/system/omap3/syslocal.h similarity index 100% rename from services4/system/omap3430/syslocal.h rename to services4/system/omap3/syslocal.h diff --git a/services4/system/omap3430/sysutils.c b/services4/system/omap3/sysutils.c similarity index 100% rename from services4/system/omap3430/sysutils.c rename to services4/system/omap3/sysutils.c diff --git a/services4/system/omap3430/sysutils_linux.c b/services4/system/omap3/sysutils_linux.c similarity index 100% rename from services4/system/omap3430/sysutils_linux.c rename to services4/system/omap3/sysutils_linux.c -- 2.39.5