rk2928: add pack-kernel-rk2928.sh
author黄涛 <huangtao@rock-chips.com>
Tue, 11 Sep 2012 07:50:25 +0000 (15:50 +0800)
committer黄涛 <huangtao@rock-chips.com>
Tue, 11 Sep 2012 07:50:25 +0000 (15:50 +0800)
pack-kernel-rk2928.sh [new file with mode: 0755]

diff --git a/pack-kernel-rk2928.sh b/pack-kernel-rk2928.sh
new file mode 100755 (executable)
index 0000000..fee0f67
--- /dev/null
@@ -0,0 +1,49 @@
+#!/bin/bash
+set -e
+
+FILES=(
+# arch
+arch/arm/mach-rk2928/clock_data.c
+arch/arm/mach-rk2928/ddr*.c
+)
+
+DIRS=(
+)
+
+EXCLUDES=(
+pack-kernel*
+
+arch/arm/plat-rk/vpu*.c
+
+arch/arm/mach-rk30/*.c
+arch/arm/mach-rk30/*.h
+arch/arm/mach-rk30/*.S
+arch/arm/mach-rk30/*.inc
+arch/arm/mach-rk30/Makefile*
+arch/arm/mach-rk30/include
+arch/arm/configs/rk30*
+
+arch/arm/mach-rk29/*.c
+arch/arm/mach-rk29/*.h
+arch/arm/mach-rk29/*.S
+arch/arm/mach-rk29/Makefile*
+arch/arm/mach-rk29/include
+arch/arm/configs/rk29_*
+
+drivers/*rk28*.c
+include/*rk28*
+
+drivers/staging/rk29/vivante
+drivers/staging/rk29/ipp/rk29-ipp.c
+
+drivers/video/rockchip/lcdc/rk30*
+drivers/video/rockchip/hdmi/chips/rk30/rk30*
+drivers/video/rockchip/hdmi/chips/rk30/hdcp/rk30*
+
+arch/arm/mach-rk2928/*fpga*
+arch/arm/configs/*fpga*
+
+)
+
+defconfig=${2-rk2928_sdk_defconfig}
+. pack-kernel-common.sh