summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-08firmware: section symbols.Ingo Albrecht2-2/+23
2010-04-08firmware: correct linker scripts, more commonplace section naming, reorganize...Ingo Albrecht6-147/+157
2010-04-08firmware: linker script indentation and comments.Ingo Albrecht1-11/+6
2010-04-08firmware: make dependencies for linker scriptsIngo Albrecht1-2/+4
2010-04-08firmware: removed old board.cIngo Albrecht1-4/+0
2010-04-08firmware: Fixed osmoload linker script so it works in some situations.Ingo Albrecht1-3/+3
2010-04-08firmware: Fixed ramload linker script to include additional rodata sections.Ingo Albrecht1-1/+1
2010-04-08firmware: Introduced a build manifest.Ingo Albrecht3-6/+26
2010-04-08firmware: Support for building for multiple target environments.Ingo Albrecht3-7/+88
2010-04-07layer1: bsic should be uint8_t, not uint32_tHarald Welte1-1/+1
2010-04-07layer1: add 'struct mon_state' argument to read_{fb,sb}_result()Harald Welte1-24/+25
2010-04-07layer1: coding style cleanupHarald Welte1-36/+39
2010-04-07layer1: reset l1s.sb.count to 0 in l1s_rest()Harald Welte1-0/+1
2010-04-07layer1: remove sb_cnt and sb_once static global variablesHarald Welte2-9/+11
2010-04-07layer1: remove static global variable last_task_fnrHarald Welte1-8/+4
2010-04-07layer1: cosmetic cleanupHarald Welte1-8/+6
2010-04-07layer1: replace fb_once with l1s.fb.modeHarald Welte2-12/+15
2010-04-06layer1: add l1s_cell_info (sync info) for neighbor cellsHarald Welte1-0/+4
2010-04-06layer1: more comments about l1s data structure fieldsHarald Welte1-3/+16
2010-04-06layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte3-3/+16