summaryrefslogtreecommitdiff
authorWeiguang Ruan <Weiguang.ruan@amlogic.com>2016-05-17 06:44:50 (GMT)
committer Weiguang Ruan <Weiguang.ruan@amlogic.com>2016-05-17 06:44:50 (GMT)
commitf217a136086f5c53f3d6dc05f5e30b054f3875cb (patch)
tree2623c0fa26c21dc470e18490f03d876a5e06a5ec
parentb57fcb0bd694406a23c27678aad464169f90044e (diff)
downloadlibbt-f217a136086f5c53f3d6dc05f5e30b054f3875cb.zip
libbt-f217a136086f5c53f3d6dc05f5e30b054f3875cb.tar.gz
libbt-f217a136086f5c53f3d6dc05f5e30b054f3875cb.tar.bz2
PD #124800 add support for gxm platform
Change-Id: I7df7aaef22b22273920a1d2aef7251dd342d3bfe
Diffstat
-rw-r--r--include/vnd_gxm.txt10
-rw-r--r--include/vnd_gxm_lpm.txt14
2 files changed, 24 insertions, 0 deletions
diff --git a/include/vnd_gxm.txt b/include/vnd_gxm.txt
new file mode 100644
index 0000000..fc87a57
--- a/dev/null
+++ b/include/vnd_gxm.txt
@@ -0,0 +1,10 @@
+BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1"
+FW_PATCHFILE_LOCATION = "/etc/bluetooth/"
+UART_TARGET_BAUD_RATE = 2000000
+BT_WAKE_VIA_USERIAL_IOCTL = FALSE
+LPM_IDLE_TIMEOUT_MULTIPLE = 5
+SCO_USE_I2S_INTERFACE = FALSE
+BTVND_DBG = FALSE
+BTHW_DBG = TRUE
+VNDUSERIAL_DBG = FALSE
+UPIO_DBG = FALSE
diff --git a/include/vnd_gxm_lpm.txt b/include/vnd_gxm_lpm.txt
new file mode 100644
index 0000000..cc7bf29
--- a/dev/null
+++ b/include/vnd_gxm_lpm.txt
@@ -0,0 +1,14 @@
+BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1"
+FW_PATCHFILE_LOCATION = "/etc/bluetooth/"
+BT_WAKE_VIA_PROC = TRUE
+BT_WAKE_VIA_USERIAL_IOCTL = FALSE
+LPM_SLEEP_MODE = 1
+LPM_IDLE_TIMEOUT_MULTIPLE = 5
+LPM_HOST_WAKE_POLARITY=0
+SCO_USE_I2S_INTERFACE = FALSE
+BTVND_DBG = FALSE
+BTHW_DBG = TRUE
+VNDUSERIAL_DBG = FALSE
+UPIO_DBG = FALSE
+UART_TARGET_BAUD_RATE=2000000
+FW_PATCH_SETTLEMENT_DELAY_MS=200