- 19 May, 2014 3 commits
-
-
Evan Chu authored
Delete non-volatile storage file for NFCEE ID 0xF5, which corresponds to UICC slot 2 on chip 20795. Change-Id: I1ad2016f93af4fda42c8b6e44672cc39529cb09e
-
Evan Chu authored
Take code from NFCA_MI_430.10.00.07. Additional changes include: * Adjust copyright. * Clean up stack and HAL diagnostic tracing. * Fix ce_t4t_data_cback() in src/nfc/tags/ce_t4t.c in order to let HCE payment to work. * Reduce compilation warnings. Change-Id: I7b174229029d4a4955ff7750623e78c9a8c856f6
-
Evan Chu authored
No code change. Change-Id: Id868ad0356f9b5a43c887de7a3b596bb86be9026
-
- 08 Apr, 2014 7 commits
-
-
Martijn Coenen authored
* commit '46abb3dc': Fix up pthread_cond_timedwait.
-
Martijn Coenen authored
-
Martijn Coenen authored
* commit '132e8137': nfc: replace pthread_cond_timedwait_monotonic_np
-
Martijn Coenen authored
pthread_cond_timedwait_monotonic{_np} is deprecated, use pthread_condattr_setclock instead. Change-Id: Icdeaa52c3b1673f3109795ef81dc9e6b9e2bcd4c
-
Martijn Coenen authored
-
Colin Cross authored
pthread_cond_timedwait_monotonic_np is deprecated, use pthread_condattr_setclock to wait on CLOCK_MONOTONIC instead. Change-Id: Idc620959bb8390bef0e2d8a4888e3431153ca641
-
Colin Cross authored
pthread_cond_timedwait_monotonic_np is deprecated, use pthread_condattr_setclock to wait on CLOCK_MONOTONIC instead. Change-Id: Idc620959bb8390bef0e2d8a4888e3431153ca641
-
- 28 Feb, 2014 4 commits
-
-
Martijn Coenen authored
-
Martijn Coenen authored
-
Martijn Coenen authored
-
Martijn Coenen authored
pthread_cond_timedwait_monotonic() is going away in LP64. Use the POSIX standard for now, and use pthread_condattr_setclock() when it becomes available to set clock spec to MONOTONIC. Also fixed some other small build warnings/errors. Change-Id: Ic192299b157529fa3f74dba521f038b8b99206bf
-
- 27 Feb, 2014 2 commits
-
-
Martijn Coenen authored
Increase max num NFCEEs. Change-Id: Icb41202a30cc34070411ab5ae3d2767c118dfc28
-
Paul Chaisson authored
Change-Id: Ied6ec2f2d0d36bf573305ed9c4ab7a29cc0be237
-
- 28 Jan, 2014 1 commit
-
-
Colin Cross authored
-
- 25 Jan, 2014 1 commit
-
-
Colin Cross authored
LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
-
- 14 Oct, 2013 2 commits
-
-
Nick Kralevich authored
* commit '2afac84d': fix GKI_run return type
-
Nick Kralevich authored
-
- 13 Oct, 2013 1 commit
-
-
synergydev authored
error: void function 'GKI_run' should not return a value [-Wreturn-type] Change-Id: Ib37a121462c9f321d94cdfcf13a763447d350fcd
-
- 10 Sep, 2013 1 commit
-
-
Evan Chu authored
Found when using reader mode APIs: control is accidentally granted to the HAL, causing us to leak command buffers. Also: - Prevent multiple calls to NFC_Deactivate() - Proper handling of congestion in P2P Bug: 10360259 Change-Id: Ia52a948f46f8668cde5b135bd073f175cdd434f5
-
- 29 Aug, 2013 1 commit
-
-
Evan Chu authored
New API's include: NFA_EnableListening NFA_DisableListening NFA_PauseP2p NFA_ResumeP2p Bug: 10360259 Change-Id: I7759c17fe1f83c2af251431e1dc56116a9fc78fd
-
- 27 Aug, 2013 1 commit
-
-
Martijn Coenen authored
Bug: 10360259 Change-Id: I57160e7073b9d625c470feff311f305dec16cb5e
-
- 14 Aug, 2013 1 commit
-
-
Martijn Coenen authored
Until we upgrade kernel driver on Mako/Manta, just call the old address change ioctl. Change-Id: I98cee0126b3f1d8f03eb63773f92ad95e7fe623e
-
- 05 Aug, 2013 15 commits
-
-
Martijn Coenen authored
Until we figure out how to deal with HAL binary compatibility. Also, do init the EE subsystem even if no SEs are present; we still want to use the EE subsystem on the host. Change-Id: I17aad42e75508e2d04f53107527bce5bfe099ffe
-
Evan Chu authored
Change-Id: I513ff28608bfbdc3725af9a6e705669c3e693cc7
-
Paul Chaisson authored
Added 'get_max_ee' to the HAL interface to allow the NFC stack to inquire the HAL layer of the maximum number of EE on the platform. Added the necessary HAL interface to allow the stack to get the maximum number of EE on the system. This allows the system to dynamically set this value at run-time in order to support chip-specific differences in the number of EE on the platform. Change-Id: I3ff00d117d715b1f46636501932ff92accc39483
-
Evan Chu authored
Upgrade stack to allow JNI to control whether to enable stack's secure element features. Change-Id: Id4162d0a97a031fb1a0625f64faef90091282b3f
-
Evan Chu authored
Sometimes presence-check times out when reading the tag. Therefore, use a longer timeout. Change-Id: I905b36b64fc076adaf94418fc0ce121991c21866
-
Paul Chaisson authored
After upgrading to NFA 1.3.62 we took the change to set the max number of EE to be 4 (to support 20795). But the value must remain at 3 for the current set of chips. We'll need to add dynamic support later (or .conf file entry can be used). Change-Id: If706e345b92a8e7630ad1cc4fdbfe908bceabae8
-
Evan Chu authored
Improve reliability when creating NCI connection for HCP. Improve firmware download during error condition. Change-Id: I5655d4a66d04debd4a2a91c706393e8a45d6dc59
-
Evan Chu authored
Updated the HAL device init configuration to include and entry for 20795 to set the proper XTAL frequency/index. By Paul Chaisson Change-Id: I00c156822ccc9705a8a2ea670d65c204b05e5290
-
Evan Chu authored
By Kevin Park. GKI_getbuf is executed in critical section. Sometimes, when GKI getbuf fails due to low memory, code logic in GKI_getbuf just returns NULL without releasing lock. This introduces deadlock situation. So fixed the code to call GKI_enable before returning. Increasing GKI buf pool size for the specific condition like system very busy on first boot. Change-Id: I8c7de8d0f472f5dfa41a43c08c30025de4e073c4
-
Evan Chu authored
Stack adds ability to adjust RF discovery frequencies. Change-Id: I3c9a843c83c3a86181e7c8726b95c9f6517d8706
-
Paul Chaisson authored
The stack modified the HAL to only compare the chip generation (e.g."43341") instead of including the chip revision, when trying to determine if the XTAL frequency needs to be updated. Change-Id: Iab31706f67d8bab7927ae3180aec8fc36a745b47
-
Paul Chaisson authored
Remove unused values from config.h: -ENABLE_BRCM_EXTRAS_API -LOG_TO_FILE -LOGCAT_FILTER -NFA_DM_ENABLE_SLEEP Change-Id: If850c16a3bdac22b9535b27d9a4f3e103442303f
-
Evan Chu authored
.conf variable SPD_IGNORE_VERSION is removed. Stack always download firmware if a difference is detected. Change-Id: I2a5e21254e6c0df7829506c1c3c2f6ffa44c0048
-
Evan Chu authored
Change-Id: Ifc970a5b68cc962e5fdfa9af11e54e569d25ef1b
-
Evan Chu authored
Change-Id: Ifd54edaa0da38a637c2c010ed59f99974c0fc901
-