summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-20 11:46:32 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-08-20 11:46:42 -0700
commit24435185e1700295f6027106214f8ad464f411c0 (patch)
tree4cab6442464247b49f8b1967f5d59f3c2f784c89
parent0c209003b562aeaace1ca7d37f61cddb91deabfc (diff)
parent698109bb65563717f6a57c3f505f6412ff779c7d (diff)
downloadsapphire-tools_r9.tar.gz
This moves the radio requirement up to 2.22.26.07, and includes the matching kernel, board-info, and other changes. Change-Id: I26c63f69bd47115bc6c80912ce8b0bd60e81cd4e
-rw-r--r--BoardConfig.mk2
-rw-r--r--board-info.txt2
-rw-r--r--init.sapphire.rc3
-rw-r--r--kernelbin2184568 -> 2179596 bytes
-rw-r--r--wlan.kobin637308 -> 637308 bytes
5 files changed, 6 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9cb1618..9cd3004 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,6 +26,8 @@ USE_CAMERA_STUB := true
TARGET_BOOTLOADER_BOARD_NAME := sapphire
+BOARD_KERNEL_BASE := 0x02000000
+
# # cat /proc/mtd
# dev: size erasesize name
# mtd0: 00040000 00020000 "misc"
diff --git a/board-info.txt b/board-info.txt
index 40e318a..0a4ec92 100644
--- a/board-info.txt
+++ b/board-info.txt
@@ -1,5 +1,5 @@
reject serialno=HT7*|HT80*|HT81*
require board=sapphire
require version-bootloader=1.33.0004|1.33.2004|1.33.3004|1.33.0005|1.33.2005|1.33.3005|1.33.0006|1.33.2006|1.33.3006|1.33.0007|1.33.2007|1.33.3007|1.33.0008|1.33.2008|1.33.3008|1.33.0011|1.33.2011|1.33.3011|1.33.0013|1.33.2013|1.33.3013
-require version-baseband=2.22.19.26I
+require version-baseband=2.22.27.08
require version-cpld=10|12
diff --git a/init.sapphire.rc b/init.sapphire.rc
index 17cb216..8970acf 100644
--- a/init.sapphire.rc
+++ b/init.sapphire.rc
@@ -52,6 +52,9 @@ on boot
write /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate 40000
write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold 85
+ # enable insecure AGPS
+ setprop ro.ril.def.agps.mode 2
+
# compass/accelerometer daemon
service akmd /system/bin/akmd
user compass
diff --git a/kernel b/kernel
index 194bbaa..6993e15 100644
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/wlan.ko b/wlan.ko
index a2653b2..46a5827 100644
--- a/wlan.ko
+++ b/wlan.ko
Binary files differ