summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2014-02-04fw: tell linker to add init_array to ctor sectionsylvain/burst_indSteve Markgraf5-0/+5
2011-11-13fw: Disable backlight for the sniffing fwSylvain Munaut5-10/+5
2011-11-13[HACK] Disable neighbor measurement taskSylvain Munaut1-1/+1
2011-11-13[HACK] Increase speed of l1ctl to 408250bps after bootSylvain Munaut5-5/+5
2011-11-13fw/layer1: Replace all dedicated multiframe task with sniff codeSylvain Munaut1-100/+92
2011-11-13fw/l1: Add sniffing primitivesSylvain Munaut3-1/+284
2011-11-13l1ctl: Add definition for BURST INDICATION messagesSylvain Munaut1-1/+1
2011-11-13target/fw/dsp: Add & load the dsp sniffer patchSylvain Munaut2-2/+48
2011-11-13target/rf: Make the trf6151_set_arfcn use ARFCN_UPLINK flag to select UL/DLSylvain Munaut5-9/+15
2011-11-13target/fw/sim: SIM Layer 1 driverSylvain Munaut6-382/+472
2011-11-09fw/calypso: Fix backlight bl_mode_pwl method (typo)Sylvain Munaut1-1/+1
2011-09-18fw: Add SE J100i-specific board init code and build images for itSteve Markgraf2-1/+146
2011-09-18fw/display: Add and build SSD1963 display driver for the SE J100iSteve Markgraf3-1/+212
2011-09-17fw/compal/rffe: Add correct RFFE-configuration for Compal E86Steve Markgraf2-2/+108
2011-09-16fw/layer1/tpu_window: Open and close RFFE tx_window at the right point of timeSteve Markgraf1-3/+10
2011-08-31fw/comm/msgb: fix length parameter in memset-callSteve Markgraf1-2/+2
2011-08-31fw/layer1/fbsb: fix newline in a printf()-callSteve Markgraf1-1/+1
2011-08-31fw/display/font: add proper 8x8 font for the st7558 display driverSteve Markgraf1-0/+261
2011-08-31fw/display/font: remove old 8x8 font used by the st7558 display driverSteve Markgraf1-0/+0
2011-08-30fw/abb/twl3025: handle interrupt on powerbutton pressSteve Markgraf1-0/+7
2011-08-03fw/calypso/dsp: Fix wrong hardcoded boot code constantSylvain Munaut1-1/+1
2011-07-28fw/prim_tch: Add support for sending frame from l23 (TRAFFIC_REQ/CONF)Sylvain Munaut1-3/+73
2011-07-28fw/prim_tch: Add support for sending traffic frames to l23 (TRAFFIC_IND)Sylvain Munaut1-2/+28
2011-07-28fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut4-10/+33
2011-07-28fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2-0/+28
2011-07-28l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut1-1/+1
2011-07-17fw/apps: Remove manual gain control with keyboardSylvain Munaut2-54/+0
2011-07-17[layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg6-9/+186
2011-07-17[rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg12-56/+104
2011-07-16tpu_window: Fix int16_t overflow in tpu_window calculationHarald Welte1-2/+3
2011-07-16calypso/uart.c: Fix array bounds checkingHarald Welte1-1/+1
2011-07-16calypso/irq: Fix array bounds checkingHarald Welte1-1/+1
2011-06-25fw/l1a: Add a message to safely count the length of a txqueueAndreas Eversberg2-0/+18
2011-06-25fw/sercomm: Additional locking needed in drv_pullSylvain Munaut1-3/+11
2011-06-25fw/sercomm: Fix up the locking using an 'abstraction' layerSylvain Munaut1-17/+29
2011-06-25fw/comm/msgb: Protect allocation routine with proper lockingSylvain Munaut1-0/+6
2011-06-25fw/comm/msgb: Really panic (i.e. lockup) if we run out of msgbSylvain Munaut1-11/+12
2011-06-25fw/comm: Remove useless include from msgb.cSylvain Munaut1-2/+0
2011-05-30board: mtk: increase RAM sizes in linker scriptWolfram Sang1-2/+2
2011-05-30mtk: uart: remove forgotten calypso-includeWolfram Sang1-2/+0
2011-05-29fw/rffe/compal: Add support for 850 bandSylvain Munaut1-2/+2
2011-05-29fw/trf6151: Use a #define to enable/disable out-of-spec warningsSylvain Munaut1-0/+10
2011-05-29fw/trf6151: Better PLL settings routinesSylvain Munaut1-89/+155
2011-05-29fw/rffe: Add function to query RF wiringSylvain Munaut4-0/+50
2011-05-15src: use namespace prefix osmo_* for crc16 functionsPablo Neira Ayuso2-6/+6
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso2-14/+14
2011-05-05target/boards: add infrastructure for loaders for Mediatek platformsWolfram Sang10-0/+1488
2011-05-05uart.h: move header out of calypso-directoryWolfram Sang11-13/+13
2011-05-05cfi_flash: delete unused definesWolfram Sang1-5/+0
2011-05-05lib: move delay.c from calypso to libWolfram Sang3-2/+2