summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2010-07-20firmware: modularized startup codeIngo Albrecht6-49/+137
2010-07-20firmware: separated various pieces of interrupt handling apartIngo Albrecht7-96/+141
2010-07-20firmware: linker script and startup code reorg.Ingo Albrecht7-112/+50
2010-07-20loader: flash locking commands, various flash reworkIngo Albrecht4-332/+474
2010-07-20firmware: removed compal header strings temporarily.Ingo Albrecht1-5/+0
2010-07-20firmware: removed old compal_dump.Ingo Albrecht2-80/+1
2010-07-20firmware: cleaned up init files.Ingo Albrecht2-13/+21
2010-07-20firmware: linker script for flashed app on e88.Ingo Albrecht4-1/+116
2010-07-20flash: fixed up headerIngo Albrecht1-5/+7
2010-07-20loader: incomplete crc support and query timeoutsIngo Albrecht1-3/+19
2010-07-20loader: removed cruftIngo Albrecht1-7/+0
2010-07-20firmware: fix build with new manifestIngo Albrecht1-1/+1
2010-07-20loader: reply dump mode. additional information in init reply.Ingo Albrecht1-1/+15
2010-07-20loader: re-enabled firmware entry commandsIngo Albrecht1-3/+0
2010-07-20osmoload: Added a jump command.Ingo Albrecht2-0/+37
2010-07-20Loader with memory read/write and various lifecycle operations.Ingo Albrecht2-48/+101
2010-07-19[firmware] TRF6151: fix VGA gain calculation bugHarald Welte2-14/+8
2010-07-18[calypso] Rework of keypad interrupt handler.Andreas.Eversberg3-32/+83
2010-07-15firmware: sim controller driver by dexterIngo Albrecht5-2/+1258
2010-07-15layer1: Fix DM_REL_REQ to release all dedicated stateSylvain Munaut1-0/+1
2010-07-15cleanup duplicated delay functionsSteve Markgraf8-91/+23
2010-07-15[Layer1] Allow for some jitter in TDMA lost interrupt detectionHarald Welte1-1/+9
2010-07-13[layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.Andreas.Eversberg3-1/+21
2010-07-13[layer 1] Reset option for scheduled frames.Andreas.Eversberg1-0/+5
2010-07-13[layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg3-4/+5
2010-06-28layer1/l23_api: Use the fn51 given in the l1a_rach_reqSylvain Munaut1-2/+2
2010-06-28layer1/l2a_api: Update DM EST REQ limitationsSylvain Munaut1-7/+6
2010-06-28layer1/tpu_window: Add experimental support for TS != 0Sylvain Munaut7-15/+18
2010-06-28fw/layer1: Add hopping support in rfch utils.Sylvain Munaut1-1/+94
2010-06-27[layer1] TX should be disabled by default.Andreas.Eversberg1-1/+1
2010-06-26[layer23] Fixed DM est./release for current supported channel types.Andreas.Eversberg1-2/+2
2010-06-25[layer1] set RF frontend gain during power measurementHarald Welte1-0/+6
2010-06-25[l1ctl] add dedicated mode release requestHarald Welte1-0/+12
2010-06-25[layer1] fix AGC computation (dbm vs. dbm8 mistakes)Harald Welte3-17/+25
2010-06-25[layer1] correctly compute dBm input level for RX normal burstHarald Welte1-1/+2
2010-06-25[layer1] remove superfluous rx_window callHarald Welte1-4/+0
2010-06-25[layer1] Activate AGC implementationHarald Welte3-0/+8
2010-06-25[layer1] An actual AGC implementationHarald Welte7-8/+70
2010-06-25[layer1] Power Measurement updatesHarald Welte1-9/+20
2010-06-24[layer23] use the TSC that is passed from L1 when going in dedicated modeHarald Welte1-2/+2
2010-06-24fw/layer1: Add some RFCH utilities to get channel parametersSylvain Munaut5-8/+77
2010-06-24layer1: Introduce a decicated channel state in l1sSylvain Munaut2-1/+62
2010-06-24l1a_l23_interface: Update DM EST REQ formatSylvain Munaut1-4/+4
2010-06-24[firmware] move board_init() to a gcc-type constructorHarald Welte9-11/+15
2010-06-24[firmware] make sure the .ctor sections are preserved during --gc-sectionsHarald Welte2-4/+4
2010-06-24[firmware] fix code that iterates over constructorsHarald Welte1-3/+7
2010-06-24[layer1] use __attribute__ ((constructor)) for completion initializersHarald Welte3-2/+12
2010-06-24[firmware] Add support for __attribute__ ((constructor))Harald Welte6-1/+52
2010-06-22fw/layer1/l23_api: Process each message in a functionSylvain Munaut1-61/+98
2010-06-22fw/layer1: Fix compiler warning about mismatched ptr typesSylvain Munaut1-1/+1