History log of /external/libese/libese-hw/nxp/pn80t/nq_nci.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7be2c3f86b4fe8ceb71af80386f5eb1acbe5e217 21-Apr-2017 Will Drewry <drewry@google.com> libese, libese-hw: better check for error states.

If a device is in error, do not let other commands
proceed.

Additionally, nq-nci needed to better check its
handle state.

Test: booted with a bad device and esed doesn't NULL deref.
Bug: none
Change-Id: I3bceda76f4ce84f95f4128c04e26dbd051972cc5
/external/libese/libese-hw/nxp/pn80t/nq_nci.c
ae1b5aa38119ad4f104482afece13ae16b9722ff 07-Apr-2017 Will Drewry <wad@google.com> pn80t gpio: wire up the gpio toggle

This change connects the interface targeted
APDU:
0xff 0xe0 0x00 0x00
to the nq-nci platform to allow the inBootloader
gpio to be toggled (cleared).

Test: works with the new kernel
echo -e 'ffe00000 9000' | strace -e ioctl ese-replay nq-nci # shows ioctl
applet or kernel state not toggling.
Bug: 37159008

Change-Id: I4526be8901b512bd289ddf10c6cda26f9ecdf506
/external/libese/libese-hw/nxp/pn80t/nq_nci.c
8f83023a245a9739b003e2dfc129cec35c3f8f7e 13-Mar-2017 Will Drewry <wad@google.com> libese: clean up error messages

This added more granularity to error logging (verbose -> warning and
error as needed) as well as moving to C99 designated initializers
for T=1 and NXP hardware error messages.

Test: unit tests pass; hw tests pass; moving the device node yielded the
correct platform init error.
Bug: 35105409

Change-Id: I374f1a1e45862e6e28a230baabda78c4c525687d
/external/libese/libese-hw/nxp/pn80t/nq_nci.c
de2cad7a8c2718d22f23a72d30c6cf5bc27a35b5 10-Mar-2017 Will Drewry <wad@google.com> Clean up and refactor; new hw support

(Originally, https://android-review.googlesource.com/#/c/341550/)

This change addresses portability, a pn80t platform abstraction, and
nq-nci support.

Refactor/clean up:
- Adds darwin-sysdeps.c to help avoid reverting again.
- Clean up Android.bp
- T=1: moved T=1 to using bit_specs to keep some
of the readability of bitfields without incurring
weird toolchain side effects.
- T=1 will still rely on compilers keeping uchars
aligned and check it with a div-by-zero build
assertion.
- ESE platform specific methods are now wrapped.
- Adjusted error message constant usage.
- Enclosing {} for every if statement.
- Moved to relative headers for inclusion into other code
bases.
- Added a comment to log.h to make debugging easier globally
in libese code.

PN80T:
- Common code now shared across different
wire configurations.
- Add support for kernel based driver (called nq-nci)
which interacts with the nq-nci behavior for power
management.
- Added cooldown/end of session code to pn80t/common.c
- Migrated the ese_nxp_sample code to NQ_NCI and added the empty
session to test the cooldown code submission.

Bug: 34193473,35105409
Change-Id: I8fc320c8c236282ed103ef3ee3cb8c0dc99d8bcb
Test: unittests pass, tested ese-relay on hardware forwarding globalplatform pro
/external/libese/libese-hw/nxp/pn80t/nq_nci.c
4aa454a96f80ba674e3f887bc07520b5f5cfebe2 10-Mar-2017 Will Drewry <drewry@google.com> Revert "Clean up and refactor; new hw support"

This reverts commit ed4a7a70c0f8a69188aab74fecf65f9c31b1f57c.

Missed a darwin disable.

Change-Id: Ifa052cb6b6686d1e6c408f64dfd9b82b362048c0
/external/libese/libese-hw/nxp/pn80t/nq_nci.c
ed4a7a70c0f8a69188aab74fecf65f9c31b1f57c 10-Mar-2017 Will Drewry <wad@google.com> Clean up and refactor; new hw support

This change addresses portability, a pn80t platform abstraction, and
nq-nci support.

Refactor/clean up:
- Clean up Android.bp
- T=1: moved T=1 to using bit_specs to keep some
of the readability of bitfields without incurring
weird toolchain side effects.
- T=1 will still rely on compilers keeping uchars
aligned and check it with a div-by-zero build
assertion.
- ESE platform specific methods are now wrapped.
- Adjusted error message constant usage.
- Enclosing {} for every if statement.
- Moved to relative headers for inclusion into other code
bases.
- Added a comment to log.h to make debugging easier globally
in libese code.

PN80T:
- Common code now shared across different
wire configurations.
- Add support for kernel based driver (called nq-nci)
which interacts with the nq-nci behavior for power
management.
- Added cooldown/end of session code to pn80t/common.c
- Migrated the ese_nxp_sample code to NQ_NCI and added the empty
session to test the cooldown code submission.

Bug: 34193473,35105409
Test: unittests pass, tested ese-relay on hardware forwarding globalplatform pro
Change-Id: I82e8af9af7a560e558f9bb8423aceae61d902509
/external/libese/libese-hw/nxp/pn80t/nq_nci.c