aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* XMM6260: Split code into galaxys2, maguro and xmm2620 (shared code) devicesPaul Kocialkowski2012-07-051-8/+12
| | | | | | | | | | | | | | * 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: Always use ipc log handler, also reduced log outputPaul Kocialkowski2012-07-051-1/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Update firmware loader to the latest version, fix makefiles forAlexander Tarasikov2012-07-041-10/+20
| | | | maguro/galaxys2
* Add the dirty, hackish and barely working xmm6260 modem supportAlexander Tarasikov2012-07-041-1/+17
| | | | for galaxy nexus (tuna/maguro)
* Fixed H1 device and devices-related fixesPaulK2012-02-031-1/+4
|
* Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-031-0/+1
|
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-281-22/+40
|
* Start adding support for Samsung Galaxy SIgor Almeida2012-01-071-0/+10
| | | | | | | | | | | Mostly copy/paste from crespo code, with minor additions. This is still incomplete, galaxysmtd_ipc.c has crespo_* functions which have not yet been touched. In tests, bootstrap code worked fine and FMT read loop entered cleanly after nv_data was sent. Change-Id: Id8908ffe3f3c58889f81fc4ab281ec024cecd5fa
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-3/+4
|
* Added accuracy to crespo's struct ipc_gen_phone_res and added check functionPaulK2011-12-301-0/+1
|
* Implemented minimal ipc upper-layer in modemctrl, with auto call functionsPaulK2011-10-311-5/+35
|
* Removed SIM IO data and functions: handled by upper-layer code.PaulK2011-10-291-0/+5
| | | | Also fixed DEVICE_ define (though, it's more relevant on RIL's Android.mk)
* net: correct net_regist_get and add helperJoerie de Gram2011-10-281-0/+1
|
* Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-281-10/+18
|
* added handlers support and default handlers for crespo.PaulK2011-10-281-1/+2
|
* Updated Android.mk and added return 0; to make it build on Android.PaulK2011-10-231-31/+12
|
* devices: add support for Nexus SPaulK2011-08-191-0/+12
| | | | | | | | | | As for now, it features: * booting the modem * the ability to receive and send messages from/to the modem The messages received from the modem are in a known format and can be understood easilly, and it's also possible to send messages to the modem in that very same known format.
* Massive cleanup & device specific frame handlingJoerie de Gram2011-08-171-8/+17
| | | | | | - Introduced device specific frame handling - Removed all IPC command helper functions - General cleanup
* Rename library to libsamsung-ipcJoerie de Gram2011-08-171-3/+3
|
* sec: add RSIM_ACCESS supportJoerie de Gram2011-08-161-0/+1
|
* Cleanup, preliminary calling/sms supportJoerie de Gram2011-07-281-0/+20