FreeCalypso > hg > fc-magnetite
view cdg-hybrid/sap-inline/8010_136_simdrv_sap_inline.h @ 673:62a5285e014a
Lorekeeping: allow tpudrv-leonardo.lib on Leonardo/Tango
Back in 2015 the Mother's idea was to produce a FreeCalypso development
board that would be a clone of TI Leonardo, including the original
quadband RFFE; one major additional stipulation was that this board
needed to be able to run original unmodified TCS211-20070608 firmware
with all blobs intact, with only minimal binary patches to main.lib
and tpudrv.lib. The necessary patched libs were produced at that time
in the tcs211-patches repository.
That plan was changed and we produced FCDEV3B instead, with Openmoko's
triband RFFE instead of Leonardo quadband, but when FC Magnetite started
in 2016, a TPUDRV_blob= provision was still made, allowing the possibility
of patching OM's tpudrv.lib for a restored Leonardo RFFE.
Now in 2020 we have FC Tango which is essentially a verbatim clone of
Leonardo core, including the original quadband RFFE. We have also
deblobbed our firmware so much that we have absolutely no real need
for a blob version of tpudrv.lib - but I thought it would be neat to put
the ancient TPUDRV_blob= mechanism (classic config) to its originally
intended use, just for the heck of it.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 May 2020 03:55:36 +0000 |
parents | e7a67accfad9 |
children |
line wrap: on
line source
/*** ;******************************************************************************** ;*** File : 8010_136_simdrv_sap_inline.h ;*** Creation : Wed Mar 11 09:57:50 CST 2009 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 ;******************************************************************************** ;*** Document Type : Service Access Point Specification ;*** Document Name : 8010_136_simdrv_sap ;*** Document No. : 8010.136.03.009 ;*** Document Date : 2004-06-10 ;*** Document Status: BEING_PROCESSED ;*** Document Author: FDU ;******************************************************************************** ;*** !!! THIS INCLUDE FILE WAS GENERATED AUTOMATICALLY, DO NOT MODIFY !!! ;******************************************************************************** ***/ #ifndef _8010_136_SIMDRV_SAP_INLINE_H_ #define _8010_136_SIMDRV_SAP_INLINE_H_ extern void simdrv_poweroff ( U8 reader_id ); extern U8 simdrv_reset ( U8 reader_id, U8 voltage_select ); extern U16 simdrv_xch_apdu ( U8 reader_id, T_SIMDRV_cmd_header cmd_header, T_SIMDRV_data_info data_info, T_SIMDRV_result_info *result_info ); extern void simdrv_register ( void ( *simdrv_insert )( T_SIMDRV_atr_string_info *atr_string_info, U8 config_requested, T_SIMDRV_config_characteristics *config_characteristics ), void ( *simdrv_remove )( void ) ); extern void simdrv_insert ( T_SIMDRV_atr_string_info *atr_string_info, U8 config_requested, T_SIMDRV_config_characteristics *config_characteristics ); extern void simdrv_remove ( void ); #endif /* !_8010_136_SIMDRV_SAP_INLINE_H_ */