summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
Commit message (Expand)AuthorAgeFilesLines
* cosmetic/whitespace changeHarald Welte2010-05-171-3/+3
* don't enable TX by default!!!Harald Welte2010-04-291-1/+1
* Merge branch 'master' of gitosis@git.osmocom.org:osmocom-bbAndreas Eversberg2010-04-298-27/+98
|\
| * layer1/mframe_sched: Make task update saferSylvain Munaut2010-04-282-5/+32
| * fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2010-04-287-15/+65
| * fw/layer1: Change the tdma_schedule_set return value to # frames spannedSylvain Munaut2010-04-281-3/+4
| * Remove some gsm time keeping utils now in libosmocoreSylvain Munaut2010-04-281-7/+0Star
| * fw/layer1: Fix a printf warning uint32_t is 'long unsigned'Sylvain Munaut2010-04-281-1/+1
| * target/layer1: Fix typo in l23 message reception debugSylvain Munaut2010-04-281-1/+1
* | Fixes and improvements of layer23.Andreas Eversberg2010-04-292-2/+2
|/
* sercomm: implemented a trivial echo dlci.Ingo Albrecht2010-04-242-0/+4
* UART initialisation, serial port errorsChristian Vogel2010-04-121-0/+10
* fix disabling of the calypso bootrom on targets with nIBOOT tied to low:Steve Markgraf2010-04-101-4/+3Star
* layer1: move FB and SB detection into prim_fbsb.cHarald Welte2010-04-095-421/+477
* layer1: move normal burst receive code to prim_rx_nb.cHarald Welte2010-04-095-134/+184
* layer1: move transmit normal burst routines to prim_tx_nb.cHarald Welte2010-04-093-144/+189
* layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte2010-04-097-214/+333
* layer1: fix off-by-one error when transmitting bursts in the uplinkHarald Welte2010-04-091-0/+6
* firmware: whitespace fixes in calypso_uart.SHarald Welte2010-04-081-2/+2
* firmware: proper namespace in manifest.Ingo Albrecht2010-04-082-4/+8
* firmware: simplified makefile a little, fixing a dependency bug on the way.Ingo Albrecht2010-04-081-12/+13
* firmware: Allow for selective board and environment builds.Ingo Albrecht2010-04-081-2/+2
* firmware: section symbols.Ingo Albrecht2010-04-082-2/+23
* firmware: correct linker scripts, more commonplace section naming, reorganize...Ingo Albrecht2010-04-086-147/+157
* firmware: linker script indentation and comments.Ingo Albrecht2010-04-081-11/+6Star
* firmware: make dependencies for linker scriptsIngo Albrecht2010-04-081-2/+4
* firmware: removed old board.cIngo Albrecht2010-04-081-4/+0Star
* firmware: Fixed osmoload linker script so it works in some situations.Ingo Albrecht2010-04-081-3/+3
* firmware: Fixed ramload linker script to include additional rodata sections.Ingo Albrecht2010-04-081-1/+1
* firmware: Introduced a build manifest.Ingo Albrecht2010-04-083-6/+26
* firmware: Support for building for multiple target environments.Ingo Albrecht2010-04-083-7/+88
* layer1: bsic should be uint8_t, not uint32_tHarald Welte2010-04-071-1/+1
* layer1: add 'struct mon_state' argument to read_{fb,sb}_result()Harald Welte2010-04-071-24/+25
* layer1: coding style cleanupHarald Welte2010-04-071-36/+39
* layer1: reset l1s.sb.count to 0 in l1s_rest()Harald Welte2010-04-071-0/+1
* layer1: remove sb_cnt and sb_once static global variablesHarald Welte2010-04-072-9/+11
* layer1: remove static global variable last_task_fnrHarald Welte2010-04-071-8/+4Star
* layer1: cosmetic cleanupHarald Welte2010-04-071-8/+6Star
* layer1: replace fb_once with l1s.fb.modeHarald Welte2010-04-072-12/+15
* layer1: add l1s_cell_info (sync info) for neighbor cellsHarald Welte2010-04-061-0/+4
* layer1: more comments about l1s data structure fieldsHarald Welte2010-04-061-3/+16
* layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte2010-04-063-3/+16
* layer1: deactivate all mframe tasks at L1CTL_DM_EST_REQ timeHarald Welte2010-04-061-0/+1
* l1ctl protocol: Introduce multi-part message DONE flagHarald Welte2010-04-052-0/+5
* layer1: include last ARFCN of PM range in reportHarald Welte2010-03-271-1/+1
* Implement L23-triggered L1 power measurement scanHarald Welte2010-03-274-14/+79
* sercomm: ESCAPE every NUL (0x00) byte in the data streamHarald Welte2010-03-271-1/+2
* sercomm: Fix ESCAPE'd character at end of bufferHarald Welte2010-03-271-8/+15
* sercomm: avoid overflow of sercomm msgb on PC RX sideHarald Welte2010-03-271-1/+2
* apps/hello_world: cosmetic fixHarald Welte2010-03-271-7/+5Star