Merge from froyo

This moves the radio requirement up to 2.22.26.07,
and includes the matching kernel, board-info, and
other changes.

Change-Id: I26c63f69bd47115bc6c80912ce8b0bd60e81cd4e
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9cb1618..9cd3004 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,6 +26,8 @@
 
 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 @@
     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