aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated util filesPaul Kocialkowski2012-07-056-123/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Android.mk: include xmm6260 path for every devicePaul Kocialkowski2012-07-051-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Split code into galaxys2, maguro and xmm2620 (shared code) devicesPaul Kocialkowski2012-07-0517-367/+519
| | | | | | | | | | | | | | * Moved maguro and galaxys2 loaders to proper folders * Renamed i9100 to galaxys2 and i9250 to maguro * Device-specific ops, handlers, gprs_specs and nv_data_specs on XMM2620 devices though most data/functions are still shared in xmm2620_ipc * Removed radio_parts from modemctl_io_data * Moved CRC calculate function to xmm2620_loader * Moved io_helpers functions to xmm2620_loader * Listed include headers in each file instead of using common.h * Prefixed remaining xmm2620 files Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Moved device-specific files to galaxys2 and maguro foldersPaul Kocialkowski2012-07-056-0/+0
| | | | | | Warning: this commit breaks code compilation! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Always use ipc log handler, also reduced log outputPaul Kocialkowski2012-07-059-330/+202
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Renamed IO functions to give them an explicit name and cleanupPaul Kocialkowski2012-07-055-51/+20
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Fixed functions names and bracesPaul Kocialkowski2012-07-053-117/+130
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Reworked modemctl and brought ipc client to most functionsPaul Kocialkowski2012-07-056-287/+299
| | | | | | | | | | * Radio parts are now generic for XMM6260 devices * ipc client structure is now brought to most functions, to be used for logging * fwloader_context was renamed to struct modemctl_io_data * Generic XMM6260 radio parts are now part of struct modemctl_io_data * Bare ioctls are used in modemctl (no need to log success) Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260 I9250: Renamed and moved structuresPaul Kocialkowski2012-07-052-45/+49
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260 I9100: Renamed and moved structuresPaul Kocialkowski2012-07-052-30/+35
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Fix code indentPaul Kocialkowski2012-07-0510-1534/+1551
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Split defines in header filesPaul Kocialkowski2012-07-056-67/+112
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-049-173/+230
| | | | | | | | | | | | | | nv_data: * Reworked device-specific nv_data passthrough functions * Moved default values in rfs.h * Added more specific infos (size, chunk size, secret) * Applied to xmm6260 device gprs: * Moved non-io-related gprs handlers to gprs_specs * Applied to crespo, aries and xmm6260 devices Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Ordered devices by historical support orderPaul Kocialkowski2012-07-041-24/+24
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Added GPRS capabilities handlerPaul Kocialkowski2012-07-041-0/+21
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Aries/Crespo: Added GPRS capabilities handlerPaul Kocialkowski2012-07-042-0/+23
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: New capabilities structure and related handlerPaul Kocialkowski2012-07-043-1/+17
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Changed chunk size to 0x1000 when reading nv_dataPaul Kocialkowski2012-07-041-6/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Using stored nv_data file and related functions instead of the default nv_dataPaul Kocialkowski2012-07-044-37/+93
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Exported nv_data path functionsPaul Kocialkowski2012-07-041-0/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Set nv_data paths functions non-static so they can be reused in device codePaul Kocialkowski2012-07-041-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Allow EFS path to be overriden per-boardAlexander Tarasikov2012-07-046-38/+170
|
* xmm6260 rfs cleanup: code style and compilation warningsAlexander Tarasikov2012-07-041-18/+23
|
* RFS: added missing send/recv functionsPaul Kocialkowski2012-07-042-6/+96
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change i9250 and i9100 to lowercase to fix runtime detectionAlexander Tarasikov2012-07-041-2/+2
|
* Cleanup xmm6260 ipc, prepare for rfsAlexander Tarasikov2012-07-041-28/+11
|
* Fix compilation warningsAlexander Tarasikov2012-07-042-13/+20
|
* Update firmware loader to the latest version, fix makefiles forAlexander Tarasikov2012-07-0411-163/+193
| | | | maguro/galaxys2
* Add the dirty, hackish and barely working xmm6260 modem supportAlexander Tarasikov2012-07-0415-1/+2782
| | | | for galaxy nexus (tuna/maguro)
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-072-0/+18
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-072-1/+15
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* GPRS interface name function for crespoPaulK2012-06-072-0/+11
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* GPRS activation/deactivation functions for ariesPaulK2012-06-061-0/+70
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-063-0/+48
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Bump version number to 0.2.0 for next cycleSimon Busch2012-04-111-1/+1
|
* Update ChangeLog for releaseSimon Busch2012-04-111-0/+710
|
* Add gitlog-to-changelot script to repositorySimon Busch2012-03-241-0/+175
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* tools: use ${top_builddir} rather than ${top_srcdir}Simon Busch2012-03-231-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: updates regarding binding issuesDenis 'GNUtoo' Carikli2012-03-031-2/+2
| | | | | | | | | | | | Without that fix we have: samsung-ipc-1.0.vapi:318.48-318.70: error: The type name `PhoneLockRequestMessage' could not be found res.length = (int) sizeof( PhoneLockRequestMessage ); ^^^^^^^^^^^^^^^^^^^^^^^ samsung-ipc-1.0.vapi:335.48-335.71: error: The type name `PhoneLockResponseMessage' could not be found res.length = (int) sizeof( PhoneLockResponseMessage ); ^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* vapi: various updates regarding binding issuesSimon Busch2012-03-021-5/+32
|
* call: add pack method for dtmf burst send messageSimon Busch2012-03-022-0/+19
|
* Fixed ipc_sec_pin_status_noti change on vapiPaulK2012-02-241-1/+1
|
* Fixed modemctrl for sec header changesPaulK2012-02-241-2/+2
|
* Fixed ipc_sec_phone_lock stucturesPaulK2012-02-241-2/+6
|
* Added SIM PIN-related structures on sec headerPaulK2012-02-241-2/+17
|
* vapi: update for recent changes to network related APISimon Busch2012-02-231-6/+33
|
* Install disp.h file too for IPC v4 protocol versionSimon Busch2012-02-231-0/+1
|
* vapi: use correct types for fields in Sms.SendMessage structureSimon Busch2012-02-231-2/+2
|
* rfs: only dump RFS message content when debugging is enabledSimon Busch2012-02-231-0/+4
|
* rfs: it should be possible for the modem to write at offset zeroSimon Busch2012-02-231-3/+3
|