summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2011-01-24fw/board/gta0x: move rffe configuration to board/gta0xSteve Markgraf2-4/+2
2011-01-24fw/makefile: enable generation of Compal E86 images (Motorola C139/C140)Steve Markgraf2-1/+149
2011-01-24fw/board/gta0x: remove unused define in RFFE configurationSteve Markgraf1-1/+0
2011-01-24fw/board/gta0x: implement TX support for gta0x devicesSteve Markgraf1-2/+16
2011-01-24target/fw: set the TRF6151 tsp IDs from the rffe initializationSteve Markgraf6-17/+27
2011-01-12target/loader: disable bootrom mappingSteve Markgraf1-0/+3
2011-01-12fw/calypso/dsp: Add comment about meaning of bit 11 of ndb->d_tch_modeSylvain Munaut1-1/+1
2011-01-11target/simtest: remove delay functionsSteve Markgraf1-30/+9
2011-01-11fixed typos in commentsThomas Waldmann17-34/+34
2011-01-07Fix flash chip detection by using a volatile pointerAndreas Oberritter1-1/+1
2011-01-02display/st7558: remove delays, since the bug in the i2c driver is fixedSteve Markgraf1-4/+2
2011-01-02Testing for the idle i2c bus was done backwards, we haveChristian Vogel1-2/+2
2011-01-02display/td014: add short delay after initializing uwireSteve Markgraf1-0/+1
2010-12-27fw/layer1: Resync TCH primitive on mode changesSylvain Munaut1-0/+2
2010-12-20stdint.h: Next attempt at making this work with various compilersHolger Hans Peter Freyther1-0/+7
2010-12-12[mtk] Add initial / unfinished MT6139 driverHarald Welte2-0/+265
2010-11-28fw/layer1: Fix reset of dedicated channel stateSylvain Munaut1-0/+3
2010-11-24fw/layer1: Fix missing include in prim_pm.cSylvain Munaut1-0/+1
2010-11-17target uart: remove REG_OFFS() macro side-effectAlex Badea1-1/+1
2010-11-17target uart: fix preservation of LCRAlex Badea1-4/+4
2010-11-14fw/l1/mframe_sched: Fix the TCH_A entries to include the MF_F_SACCH flagSylvain Munaut1-4/+8
2010-11-14fw/layer1: Use dbm2rxlev instead of just '+110' so that overflows are handledSylvain Munaut2-3/+3
2010-11-09add definitions for sciphone G2Harald Welte2-0/+40
2010-11-09add some header files about MTK GSM related peripheralsHarald Welte4-0/+226
2010-11-07target/fw/dsp: Implement section loading with bootloaderSylvain Munaut1-0/+35
2010-11-07target/fw/dsp: Create a common function to start running codeSylvain Munaut1-8/+10
2010-11-07target/fw/l1: Fix TCH/H1 by properly loading the TCH mode during TCH_A taskSylvain Munaut1-3/+3
2010-11-07target/fw/l1: Fix TCH/H by properly scheduling the TCHD task during 'off' slotsSylvain Munaut3-0/+63
2010-10-30target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg4-10/+34
2010-10-25target/fw/layer1: correctly initialize afc_retriesSteve Markgraf1-0/+1
2010-10-25target/fw/l23_api: Enable/Disable audio path appropriatelySylvain Munaut1-0/+14
2010-10-25target/fw/l23_api: Properly sync tch in DM EST REQSylvain Munaut1-2/+14
2010-10-25target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut3-2/+84
2010-10-25target/fw/layer1: Add initial version of TCH primitivesSylvain Munaut4-2/+605
2010-10-25target/fw/calypso: Fix dsp_load_tch_param to set fn_report for TCH/HSylvain Munaut1-3/+22
2010-10-25target/fw/layer1: Store the GSM48 constants in l1s.tch_mode instead of DSP csteSylvain Munaut1-6/+3
2010-10-25target/fw/layer1: Fix msgb leak when prim_rx is half executedSylvain Munaut1-1/+4
2010-10-25target/fw/include: Fix missing apc helper declarationSylvain Munaut1-0/+2
2010-10-25target/fw/layer1: Use common DSP API memcpy instead of repeating codeSylvain Munaut2-18/+4
2010-10-25target/fw/dsp: Add utility function to memcpy to/from the APISylvain Munaut2-0/+59
2010-10-03sercomm.c: Avoid unused variable compiler warningHolger Hans Peter Freyther1-2/+2
2010-09-28target/dsp: Add dsp audio initializationDieter Spaar1-0/+77
2010-09-28target/dsp: Adjust dsp parameters for TCH FR CodecDieter Spaar1-1/+1
2010-09-28fw/layer1: Process the tch_mode and store it for later useSylvain Munaut4-0/+59
2010-09-28fw/layer1: Add support for proper meas. report (and use in prim_tx_nb)Sylvain Munaut4-13/+43
2010-09-28fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg5-4/+28
2010-09-28fw/layer1: Introduce prim_utils.c for shared helper betwee primitivesSylvain Munaut4-4/+47
2010-09-28fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut4-7/+26
2010-09-28fw/layer1: Fix type of p3 in tdma window setup/cleanup sched itemsSylvain Munaut1-2/+2
2010-09-26Remove the various checks for high TS as those should now workSylvain Munaut1-7/+0