summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Firmware patch file chip name for maguro/tunaHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2-0002replicant-4.2-0001replicant-4.2Paul Kocialkowski2013-11-112-0/+2
| | | | | Change-Id: Idc21161fb191d605b1097f141a8600990c9e12e6 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Firmware patch file chip name for crespoPaul Kocialkowski2013-11-111-0/+1
| | | | | Change-Id: Ia5390e07f94f734d20e80e6a1eb1012bcc4f870e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Properly handle missing firmwaresPaul Kocialkowski2013-11-113-0/+43
| | | | | | | This requires to set FW_PATCHFILE_CHIP_NAME properly for each device. Change-Id: Iba7ea481a9a8a859c622bdca349c9371e11e1cd1 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* libbt: Add support for using two stop bitsSteve Kondik2013-08-074-3/+52
| | | | | | | * This improves reliability on chips such as BCM4335. * Also externalize some configuration. Change-Id: I1271f0c1c3e602c8bfe9f816f57c9cb6add04b3a
* libbt: BT USB supportravindranath2013-07-143-2/+37
| | | | | | | | | | | | 1. Skip baud rate configuration 2. Read BD Address from device 3. No specific configuration is required for SCO 4. SCO does not use I2S interface Issue: AXIA-1459 Issue: AXIA-1460 Change-Id: I22a8cdde2b5b2ad11b21e7d1d2578b4323e812b2 Signed-off-by: Ravindranath Doddi <ravindranathx.doddi@wipro.com>
* libbt: Fix stray comma :)Steve Kondik2013-07-051-1/+1
| | | | Change-Id: I0440c359a4c3c919695e928491915c32d7cf695b
* libbt: Add prepatch supportSteve Kondik2013-07-052-1/+45
| | | | | | | | * We need to apply an initial patch to the BCM4335 hardware to prevent chip crashes, so add support for a prepatch designated by FW_PRE_PATCH. Change-Id: I2d2ec59094a1ae2cb39e1f41d4853ac4a45d1902
* libbt: Add btlock supportSteve Kondik2013-07-053-1/+72
| | | | | | | | | | * Concurrent WiFi/BT firmware loading can cause a chip crash. * Kernel supports a btlock device which is a simple semaphore that can protect from this situation. * Add support in the Bluedroid vendor lib for this on the BT side, as WiFi is already done directly in the kernel. Change-Id: I8b9d3b1ccd06cc5d5528c7d6d685048c258d9887
* libbt: Add support for board-specific configurationSteve Kondik2012-12-031-0/+4
| | | | | | * Set with BOARD_BLUEDROID_VENDOR_CONF Change-Id: Ia657da71d0e3dad670def517fe3246556f8f6d5a
* Add new user-to-kernel interface for Bluetooth low power mode control (1/2)YK Jeffrey Chao2012-10-2217-23/+212
| | | | | | | | | | | | | | The bluesleep kernel module was used in Tegra3 platform to perform Bluetooth low power wakelock and interrup control. Add new user-to-kernel interface through proc fs nodes for Bluedroid to feed bluesleep with the HCI_DEV events which bluesleep was monitoring on. bug 7347413 Change-Id: I791be1042d5573e5207aa81e3d59fa418134f9fe Conflicts: libbt/include/vnd_manta.txt
* Add support of getting factory BDADDR from Controller's non-volatile memory(2/2)YK Jeffrey Chao2012-10-164-1/+97
| | | | | | | | | | | | | | | | | When factory Bluetooth device address is stored in the BT Controller's non-volatile memory (e.g. BCM4330 OTP memory) instead of devices's file system, the BDADDR will be retrieved from the Controller while enabling Bluedroid core stack. Introduce USE_CONTROLLER_BDADDR preprocessor directive in the vendor lib. After patchram download, check whether the BT Controller has a non-zero's BDADDR stored in its non-volatile memory. If not, write BTIF's init BDADDR to the Controller. bug 7340441 Change-Id: I2414b9479d4ef93ffd20c7ccc4875aab009e7cc8
* Properly filter paths to locate device directoriesJean-Baptiste Queru2012-10-101-1/+1
| | | | | | | | A device name matches when there are exactly two slashes, and the original cod was looking for at least two slashes. Bug: 4295425 Change-Id: Id2591a2e7b9e68dcec51cb1e33f41d2b314df98f
* Merge "Tune blob-generation scripts" into jb-mr1-devJean-Baptiste Queru2012-10-011-4/+2
|\
| * Tune blob-generation scriptsJean-Baptiste Queru2012-09-281-4/+2
| | | | | | | | | | | | | | | | | | -Add mako -Match the staged AOSP tree Bug: 6815609 Bug: 7252159 Change-Id: I60efaf176863e116856dd484d1e9cf31f7790685
* | Merge "Use I2S interface for SCO on Manta" into jb-mr1-devMatthew Xie2012-09-281-0/+2
|\ \ | |/ |/|
| * Use I2S interface for SCO on MantaMatthew Xie2012-09-281-0/+2
| | | | | | | | | | bug 7167346 Change-Id: I71253cd59e9e69f5a5477c12c301e774e6fbacf2
* | Add vnd_tilapiaRamanan Rajeswaran2012-09-251-0/+9
|/ | | | Change-Id: Iee5344b2cbe2bdbf7267e4d3337d100538731019
* Move libbt-vendor from vendor/broadcom/libbt-vendorWink Saville2012-09-2533-0/+3077
| | | | | Bug: 6837125 Change-Id: Ic3cc73f210e40d95b131a68244dc9e60bae80f37
* Revert "Move libbt-vendor from vendor/broadcom/libbt-vendor"Wink Saville2012-09-2433-3079/+0
| | | | | | This reverts commit d18044d184ebdbbdefe700ad439e1a4cead748f7 Change-Id: Ieb3f11f56c4368556b60c79c359a012fb8555a13
* Move libbt-vendor from vendor/broadcom/libbt-vendorWink Saville2012-09-2433-0/+3079
| | | | | Bug: 6837125 Change-Id: I9e9d5a95463d5cd61a6e7f3b2f0a57c0b2f47e16
* Simplify the preparation of an AOSP-like tree.Jean-Baptiste Queru2012-09-191-14/+1
| | | | | | | | | | | | | Some projects aren't in the base manifest any more and don't need to be deleted any more. Some projects are expected to be in AOSP and don't need to be handled like proprietary projects. Also add manta back. Bug:4295425 Change-Id: I1e0c1c95c4943f9684efd3cb2a877f23c5d9fb7d
* am 0003d599: (-s ours) am 37fd149e: Add toroplus to list of target devicesJean-Baptiste Queru2012-09-180-0/+0
|\ | | | | | | | | * commit '0003d599b36655c66ee643b9033488b15a7e0e4e': Add toroplus to list of target devices
| * am 37fd149e: Add toroplus to list of target devicesJean-Baptiste Queru2012-09-181-1/+1
| |\ | | | | | | | | | | | | * commit '37fd149ef28abca79291b000abbd422e179926f8': Add toroplus to list of target devices
| | * Add toroplus to list of target devicesJean-Baptiste Queru2012-09-151-1/+1
| | | | | | | | | | | | | | | Bug: 6940653 Change-Id: I58c4cdbb88f4aadcd7730d5d89a193cad8185934
* | | Fix wrong project nameJean-Baptiste Queru2012-09-171-1/+1
| | | | | | | | | | | | Change-Id: I024f9cdb2b7c86b2e23fdd5821296fa9cbe5e1ab
* | | Tune BT handling. Add toroplus.Jean-Baptiste Queru2012-09-141-2/+3
| | | | | | | | | | | | Change-Id: I45f85aebfecb827bd7004424486ea10f5a501f22
* | | Remove bluedroidJean-Baptiste Queru2012-09-111-0/+1
| | | | | | | | | | | | Change-Id: I8898ff2aa9fea40c2eeccef25eb8c2b3cbf9fdd3
* | | am b6eb9247: am 93dfd775: Merge "Generate flash-all scripts for Windows as ↵Jean-Baptiste Queru2012-09-101-0/+56
|\ \ \ | |/ / | | | | | | | | | | | | | | | well." * commit 'b6eb9247e57d1fd3b594042c6c7cce5e69adaa80': Generate flash-all scripts for Windows as well.
| * | am 93dfd775: Merge "Generate flash-all scripts for Windows as well."Jean-Baptiste Queru2012-09-101-0/+56
| |\ \ | | | | | | | | | | | | | | | | * commit '93dfd775ca703eec8846361c51180287b917bc7f': Generate flash-all scripts for Windows as well.
| | * \ Merge "Generate flash-all scripts for Windows as well."Jean-Baptiste Queru2012-09-101-0/+56
| | |\ \
| | | * | Generate flash-all scripts for Windows as well.Wug Fresh2012-09-101-0/+56
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I6795b811b0fa974c58d70485d48c031bac7e22e3 Signed-off-by: Jean-Baptiste Queru <jbq@google.com>
* | | | Remove panda supportJean-Baptiste Queru2012-09-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: I1ad7303650edb2f16bbb29b80f38ba9581ea74f3
* | | | Better way to clean up the non-AOSP projectsJean-Baptiste Queru2012-09-071-7/+16
| | | | | | | | | | | | | | | | Change-Id: I48d191413d77cc1f22fe6025530bce2ada9c96ff
* | | | More cleanup - remove unsupported devicesJean-Baptiste Queru2012-09-051-1/+4
| | | | | | | | | | | | | | | | Change-Id: Ibab14525369d5c0a2fd57bbf1bbdd2a53f2bb89b
* | | | More cleanupJean-Baptiste Queru2012-09-051-4/+5
| | | | | | | | | | | | | | | | Change-Id: Ic60b4f611662a00eee40e13b7defdecb2b87abcf
* | | | Remove crespo and stingray earlierJean-Baptiste Queru2012-09-051-2/+2
| | | | | | | | | | | | | | | | Change-Id: I6218a5aa634a6da78582d24fc5b263ee3726c7c8
* | | | Better tree cleanup for blob generation.Jean-Baptiste Queru2012-09-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | The AOSP boundary isn't exactly the vendor/ tree at the moment. Change-Id: I01da343911a49f1eac6c4aaf0a458cac82dc3a81
* | | | Stop dealing with crespo and stongray blobsJean-Baptiste Queru2012-08-311-1/+1
| | | | | | | | | | | | | | | | Change-Id: I204d7a7a5cb0a2f2242bd164bbcec949c6d7ae0a
* | | | Remove code not meant to be Open SourceJean-Baptiste Queru2012-08-231-1/+1
| | | | | | | | | | | | | | | | Change-Id: If729526aceba2f5102d30e7517e3775ad64a4b0f
* | | | Tune device listJean-Baptiste Queru2012-08-061-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ibf538d8a61fc2fa64e14d4082b2caef0c6d74754
* | | | am bfe08c59: am f76cc4b1: Update jb-dev blob-listing script.Jean-Baptiste Queru2012-07-300-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'bfe08c5914ba8dfd3a793f36d69028d283c9a059': Update jb-dev blob-listing script.
| * | | am f76cc4b1: Update jb-dev blob-listing script.Jean-Baptiste Queru2012-07-301-2/+2
| |\ \ \ | | |/ / | |/| / | | |/ | | | * commit 'f76cc4b11c182d13e916678283cd4d2254384b67': Update jb-dev blob-listing script.
| | * Update jb-dev blob-listing script.Jean-Baptiste Queru2012-07-271-3/+3
| | | | | | | | | | | | | | | | | | | | | -Add toro back. -Allow non-ssh Gerrit servers. Change-Id: I0ccd62a3edbcae6b23ce2fe652ec565ec9c7a6ec
* | | fix conflicts with merge of jb-dev-makoEd Heyl2012-07-261-1/+1
|\ \ \ | | | | | | | | | | | | Change-Id: I424e1fef73e3225e5b495b5974a3c9416be5797c
| * | | Add toroJean-Baptiste Queru2012-07-041-1/+1
| | | | | | | | | | | | | | | | Change-Id: I0ccd62a3edbcae6b23ce2fe652ec565ec9c7a6ec
| * | | Revert "Only build mako in this branch. Everything else is broken."Jean-Baptiste Queru2012-06-291-1/+1
| | | | | | | | | | | | | | | | This reverts commit 8d2ba12fe854733f89ec916b9099413df4abbfe6.
| * | | Only build mako in this branch. Everything else is broken.Jean-Baptiste Queru2012-06-291-1/+1
| | | | | | | | | | | | | | | | Change-Id: I540d2bfa9fa31a1ba0b73c647fdf88ad4b470fce
| * | | resolved conflicts for merge of 8ffd5f80 to jb-dev-makoJean-Baptiste Queru2012-06-261-1/+1
| |\ \ \ | | | |/ | | |/| | | | | Change-Id: If3f1a761ea2403d4c58c3e34c07d1edaca4b0d72
| * | | am 0f62f63f: Build libdrmdecrypt in a different environment - DO NOT MERGEJean-Baptiste Queru2012-06-261-0/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '0f62f63f115007540b30176e225bf3ec58f1ae64': Build libdrmdecrypt in a different environment - DO NOT MERGE
| * \ \ \ am 1dedf148: Generate output even in case of errorJean-Baptiste Queru2012-06-261-1/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '1dedf148fe8f7bf7a2e841b8a17e929f5802c2b7': Generate output even in case of error