summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2010-06-22fw/layer1: Add support CCCH combined/non-combinedSylvain Munaut3-1/+47
2010-06-22fw/layer1: When resetting hw, reset both SYNCHRO & OFFSET to l1s.tpu_offsetSylvain Munaut1-1/+1
2010-06-20[layer1] add missing break statment at end of switch()Harald Welte1-0/+1
2010-06-20[L1CTL] Introduce completion for transmit of L2 frameHarald Welte2-0/+18
2010-06-20[layer1] Fix RACH completion (don't use FB completion callback)Harald Welte2-2/+3
2010-06-20[L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte4-10/+10
2010-06-20[L1CTL] Introduce L1CTL_RESET_RESPHarald Welte3-7/+37
2010-06-20[layer1] Introduce function to reset the gsmtime schedulerHarald Welte3-0/+13
2010-06-20[L1CTL] rename L1CTL_RESET to L1CTL_RESET_INDHarald Welte1-1/+4
2010-06-20[layer1] Add L1CTL_RACH_RESP to confirm that a RACH request was sentHarald Welte1-0/+23
2010-06-20[layer1] FBSB: abort FB0 acquisition after 30 failing attemptsHarald Welte1-4/+13
2010-06-20[layer1] FBSB: re-try FB0/FB1 request up to 3 timesHarald Welte1-3/+12
2010-06-05Completed layer 2 process. (LAPDm)Andreas.Eversberg1-1/+1
2010-05-29layer1: remove second memory copy on normal burst receiveHarald Welte1-35/+46
2010-05-29layer1: disable FB0/FB1 SNR thresholds for nowHarald Welte1-0/+5
2010-05-20Make new L1CTL_FBSB_REQ work reliablyHarald Welte3-84/+92
2010-05-20L1: don't hexdump every packet we receive from L1CTL to consoleHarald Welte1-3/+4
2010-05-20L1 PM: move printf to printd to disable PM task debug outputHarald Welte1-2/+2
2010-05-20AFC: Add afc_reset() function to re-set AFCDAC to default valueHarald Welte2-1/+11
2010-05-19layer1/l1ctl: Split L1CTL_NEW_CCCH_REQ in FBSB_REQ nad SYNC_REQHarald Welte4-211/+276
2010-05-18ssd1783: make driver work on Motorola V171Steve Markgraf1-0/+1
2010-05-17gta02x: fix compile error due to wrong definitionSteve Markgraf1-1/+1
2010-05-17Add new board gta0x (for Openmoko Freerunner devices) and build itDaniel Willmann3-1/+222
2010-05-17layer1: Disable FIQ as well as IRQ for locking between L1S and L1AHarald Welte3-2/+16
2010-05-17layer1: add missing header includes for local_irq_save()Harald Welte2-0/+3
2010-05-17layer1: Use measured VCTCXO AFC DAC slope as AFC_SLOPEHarald Welte1-4/+3
2010-05-17layer1: remove 'l1s_cb' and l1_signal mechanismHarald Welte6-76/+25
2010-05-17layer1: introduce concept of a 'l1 completion'Harald Welte4-0/+51
2010-05-17cosmetic/whitespace changeHarald Welte1-3/+3
2010-04-29don't enable TX by default!!!Harald Welte1-1/+1
2010-04-29Merge branch 'master' of gitosis@git.osmocom.org:osmocom-bbAndreas Eversberg8-27/+98
2010-04-29Fixes and improvements of layer23.Andreas Eversberg2-2/+2
2010-04-28layer1/mframe_sched: Make task update saferSylvain Munaut2-5/+32
2010-04-28fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut7-15/+65
2010-04-28fw/layer1: Change the tdma_schedule_set return value to # frames spannedSylvain Munaut1-3/+4
2010-04-28Remove some gsm time keeping utils now in libosmocoreSylvain Munaut1-7/+0
2010-04-28fw/layer1: Fix a printf warning uint32_t is 'long unsigned'Sylvain Munaut1-1/+1
2010-04-28target/layer1: Fix typo in l23 message reception debugSylvain Munaut1-1/+1
2010-04-24sercomm: implemented a trivial echo dlci.Ingo Albrecht2-0/+4
2010-04-12UART initialisation, serial port errorsChristian Vogel1-0/+10
2010-04-10fix disabling of the calypso bootrom on targets with nIBOOT tied to low:Steve Markgraf1-4/+3
2010-04-09layer1: move FB and SB detection into prim_fbsb.cHarald Welte5-421/+477
2010-04-09layer1: move normal burst receive code to prim_rx_nb.cHarald Welte5-134/+184
2010-04-09layer1: move transmit normal burst routines to prim_tx_nb.cHarald Welte3-144/+189
2010-04-09layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte7-214/+333
2010-04-09layer1: fix off-by-one error when transmitting bursts in the uplinkHarald Welte1-0/+6
2010-04-08firmware: whitespace fixes in calypso_uart.SHarald Welte1-2/+2
2010-04-08firmware: proper namespace in manifest.Ingo Albrecht2-4/+8
2010-04-08firmware: simplified makefile a little, fixing a dependency bug on the way.Ingo Albrecht1-12/+13
2010-04-08firmware: Allow for selective board and environment builds.Ingo Albrecht1-2/+2