summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-26fw/layer1: New TPU window sync methodSylvain Munaut1-2/+9
2010-09-26fw/layer1: Fix RX TPU window - no TA dependencySylvain Munaut1-1/+0
2010-09-26target/layer1: Implement host-driven Tx power controlSylvain Munaut11-9/+212
2010-09-26fw/layer1: Display diff in hwtimer value when lost interrupt is detectedSylvain Munaut1-1/+1
2010-09-17fw/l23_api: Fix cut&paste typo in commentSylvain Munaut1-1/+1
2010-09-17fw/layer1: Properly set/reset ciphering parameters when neededSylvain Munaut1-1/+6
2010-09-17fw/dsp: Add function to load dsp ciphering parametersSylvain Munaut3-0/+20
2010-09-17fw/layer1: Properly load the tch dsp param (including various fn) in RXSylvain Munaut1-2/+6
2010-09-17fw: Update dsl_load_tch_params to set the fn_sid, fn_report and fn_a5Sylvain Munaut3-20/+47
2010-09-17fw: Move channel type/mode definitions in common headerSylvain Munaut2-18/+20
2010-09-17fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut1-7/+0
2010-09-17fw/layer1: Increase tdma_sched bucket sizeSylvain Munaut1-1/+1
2010-09-17fw/layer1: Add common TPU win setup/cleanup codeSylvain Munaut6-20/+48
2010-09-17fw/layer1: Convert primitives to use common DSP/TPU scenario endingSylvain Munaut5-27/+15
2010-09-17fw/layer1: Add some sched items flags to signal DSP & TPU scenariosSylvain Munaut2-1/+10
2010-09-17fw/layer1: Add a 'flags' field to sched_items and the infra to use itSylvain Munaut3-2/+30
2010-09-17fw/layer1: Add a priority field for sched_itemSylvain Munaut9-50/+91
2010-09-14layer1: Make rfch_get_params tolerate NULL ptr for unwanted paramsSylvain Munaut1-13/+23