summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-09-19 03:46:56 -0700
committerBrian Swetland <swetland@google.com>2010-09-19 03:46:56 -0700
commit61da085b5008298bd6da22d10c5e0cfe70718637 (patch)
tree3092f18c631b495a035d9ab142ef7ae159beeda3
parenta8c60a91233b6ba022a862bf273a62a53d1d8813 (diff)
downloaddevice_samsung_crespo-61da085b5008298bd6da22d10c5e0cfe70718637.zip
device_samsung_crespo-61da085b5008298bd6da22d10c5e0cfe70718637.tar.gz
device_samsung_crespo-61da085b5008298bd6da22d10c5e0cfe70718637.tar.bz2
adjust paths for /vendor/... and add kernel from vendor/crespo
Change-Id: Iebd0548175c668f8c17f0cf73460cacd7d96d8c5
-rwxr-xr-xbcm4329.kobin0 -> 244893 bytes
-rw-r--r--device.mk6
-rwxr-xr-xinit.smdkc110.rc8
-rwxr-xr-xkernelbin0 -> 2392008 bytes
-rw-r--r--system.prop2
5 files changed, 11 insertions, 5 deletions
diff --git a/bcm4329.ko b/bcm4329.ko
new file mode 100755
index 0000000..886defe
--- /dev/null
+++ b/bcm4329.ko
Binary files differ
diff --git a/device.mk b/device.mk
index 4d9a602..bcd7cf7 100644
--- a/device.mk
+++ b/device.mk
@@ -106,6 +106,12 @@ PRODUCT_TAGS += dalvik.gc.type-precise
# PRODUCT_LOCALES expansion must not be a density.
PRODUCT_LOCALES := hdpi
+
+TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
+
+PRODUCT_COPY_FILES += \
+ device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko
+
# See comment at the top of this file. This is where the other
# half of the device-specific product definition file takes care
# of the aspects that require proprietary drivers that aren't
diff --git a/init.smdkc110.rc b/init.smdkc110.rc
index 026e0c9..7c645c3 100755
--- a/init.smdkc110.rc
+++ b/init.smdkc110.rc
@@ -98,7 +98,7 @@ on fs
# Permissions for System Server and daemons.
chown system system /sys/class/backlight/s5p_bl/brightness
-service glgps /system/bin/gpsd/glgps_samsungJupiter -c /system/etc/jupiter.xml
+service glgps /system/vendor/bin/gpsd/glgps_samsungJupiter -c /system/etc/jupiter.xml
user system
group system inet
@@ -109,7 +109,7 @@ service setup_fs /system/bin/setup_fs mmcblk0p3 mmcblk0p4
oneshot
# 3D init
-service pvrsrvinit /system/bin/pvrsrvinit
+service pvrsrvinit /system/vendor/bin/pvrsrvinit
user root
group root
oneshot
@@ -124,13 +124,13 @@ service dhcpcd /system/bin/dhcpcd -ABKL
oneshot
service hciattach /system/bin/brcm_patchram_plus -d --enable_hci \
- --baudrate 921600 --patchram system/etc/firmware/bcm4329.hcd /dev/s3c2410_serial0
+ --baudrate 921600 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0
user bluetooth
group bluetooth net_bt_admin
disabled
oneshot
# sensor service
- service akmd8973 /system/bin/akmd8973
+ service akmd8973 /system/vendor/bin/akmd8973
enabled
oneshot
diff --git a/kernel b/kernel
new file mode 100755
index 0000000..a0360dd
--- /dev/null
+++ b/kernel
Binary files differ
diff --git a/system.prop b/system.prop
index 8e48f8d..c445964 100644
--- a/system.prop
+++ b/system.prop
@@ -2,6 +2,6 @@
# system.prop for smdkc110
#
-rild.libpath=/system/lib/libsec-ril.so
+rild.libpath=/vendor/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240