summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2010-09-28fw/layer1: Add support for proper meas. report (and use in prim_tx_nb)Sylvain Munaut1-0/+2
2010-09-28fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg2-0/+2
2010-09-28fw/layer1: Introduce prim_utils.c for shared helper betwee primitivesSylvain Munaut1-0/+3
2010-09-28fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut2-5/+24
2010-09-26target/layer1: Implement host-driven Tx power controlSylvain Munaut2-0/+12
2010-09-17fw/dsp: Add function to load dsp ciphering parametersSylvain Munaut1-0/+1
2010-09-17fw: Update dsl_load_tch_params to set the fn_sid, fn_report and fn_a5Sylvain Munaut1-2/+5
2010-09-17fw: Move channel type/mode definitions in common headerSylvain Munaut1-0/+20
2010-09-17fw/layer1: Increase tdma_sched bucket sizeSylvain Munaut1-1/+1
2010-09-17fw/layer1: Add common TPU win setup/cleanup codeSylvain Munaut1-2/+3
2010-09-17fw/layer1: Add some sched items flags to signal DSP & TPU scenariosSylvain Munaut1-0/+5
2010-09-17fw/layer1: Add a 'flags' field to sched_items and the infra to use itSylvain Munaut1-1/+5
2010-09-17fw/layer1: Add a priority field for sched_itemSylvain Munaut1-2/+4
2010-09-14[layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg1-0/+3
2010-09-12[layer1] Fixed double IRQ bugAndreas.Eversberg1-0/+5
2010-09-11[layer1] Added frequency change control to layer 1 (L1CTL_FREQ_REQ)Andreas.Eversberg2-9/+25
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2-2/+2
2010-07-20[display] add driver for the Toppoly TD014, as used in the C139/C140Steve Markgraf1-0/+1
2010-07-20firmware: moved cfi_flash header to flash subdirectoryIngo Albrecht1-0/+0
2010-07-20firmware: board init with a ctor does not seem a good idea to me because i ne...Ingo Albrecht1-0/+2
2010-07-20firmware: removed obsolete commentIngo Albrecht1-1/+0
2010-07-20firmware: establish a ramtext section for code that must be in ramIngo Albrecht1-3/+1
2010-07-20loader: flash locking commands, various flash reworkIngo Albrecht1-52/+23
2010-07-20flash: fixed up headerIngo Albrecht1-5/+7
2010-07-19[firmware] TRF6151: fix VGA gain calculation bugHarald Welte1-7/+0
2010-07-15firmware: sim controller driver by dexterIngo Albrecht1-0/+191
2010-07-13[layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.Andreas.Eversberg1-0/+2
2010-07-13[layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg1-1/+1
2010-06-28layer1/tpu_window: Add experimental support for TS != 0Sylvain Munaut1-2/+2
2010-06-25[layer1] fix AGC computation (dbm vs. dbm8 mistakes)Harald Welte1-3/+3
2010-06-25[layer1] Activate AGC implementationHarald Welte1-0/+2
2010-06-25[layer1] An actual AGC implementationHarald Welte3-0/+17
2010-06-24fw/layer1: Add some RFCH utilities to get channel parametersSylvain Munaut1-0/+9
2010-06-24layer1: Introduce a decicated channel state in l1sSylvain Munaut1-0/+28
2010-06-24[firmware] move board_init() to a gcc-type constructorHarald Welte2-2/+9
2010-06-24[firmware] Add support for __attribute__ ((constructor))Harald Welte1-0/+7
2010-06-22fw/layer1: Add support CCCH combined/non-combinedSylvain Munaut1-0/+2
2010-06-20[L1CTL] Introduce completion for transmit of L2 frameHarald Welte1-0/+1
2010-06-20[layer1] Fix RACH completion (don't use FB completion callback)Harald Welte1-0/+1
2010-06-20[L1CTL] Introduce L1CTL_RESET_RESPHarald Welte1-0/+2
2010-06-20[layer1] Introduce function to reset the gsmtime schedulerHarald Welte1-0/+1
2010-05-20Make new L1CTL_FBSB_REQ work reliablyHarald Welte1-5/+0
2010-05-20AFC: Add afc_reset() function to re-set AFCDAC to default valueHarald Welte1-0/+3
2010-05-17layer1: Disable FIQ as well as IRQ for locking between L1S and L1AHarald Welte1-0/+14
2010-05-17layer1: remove 'l1s_cb' and l1_signal mechanismHarald Welte1-28/+0
2010-05-17layer1: introduce concept of a 'l1 completion'Harald Welte2-0/+18
2010-04-28layer1/mframe_sched: Make task update saferSylvain Munaut1-0/+2
2010-04-28fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2-4/+22
2010-04-24sercomm: implemented a trivial echo dlci.Ingo Albrecht1-0/+1
2010-04-09layer1: move FB and SB detection into prim_fbsb.cHarald Welte2-0/+10