summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-07start to use libosmocore within the firmwareHarald Welte40-658/+104
2010-03-07Merge commit 'f8b2ba7dc850396c5910e8c76875e75d37479d34'Harald Welte2-2/+8
2010-03-07add option --disable-tests to disable building of test binariesHarald Welte2-2/+8
2010-03-07Merge commit 'cbb29f7c94ad2a7cb0ebe7d43cbef5fb9d11d62e'Harald Welte3-2/+16
2010-03-07add --disable-talloc option to build without talloc supportHarald Welte3-2/+16
2010-03-07remove __force macro referencesHarald Welte1-28/+28
2010-03-07Merge remote branch 'origin/master'Harald Welte5-0/+426
2010-03-07import byte-ordering defines/macros from linuxHarald Welte5-0/+426
2010-03-07Merge commit 'd3ff15fc818887be3720265b297ca7f1ec28c458'Harald Welte1-1/+1
2010-03-07use strtol instead of atoiHarald Welte1-1/+1
2010-03-07Merge commit '48e17f895187100ae7331afa2cbb81594557823f'Harald Welte0-0/+0
2010-03-07msgb: Buffer formatting and scanning functions.Ingo Albrecht1-0/+41
2010-03-07Merge commit '622b718195d607d7cfc8b9ec96f943ea0ce2d1dd'Harald Welte10-7/+262
2010-03-07import some gsm band/arfcn/time related utilities from OsmocomBBHarald Welte2-1/+114
2010-03-07firmware: changed dependency suffix to .p for better shell completionIngo Albrecht2-8/+8
2010-03-07firmware: include board.h in board.cIngo Albrecht1-0/+2
2010-03-07layer1: allocate large enough msgb's for the payload we send over L1CTLHarald Welte1-1/+1
2010-03-07add comment on why using cons_puts() from msgb.hHarald Welte1-0/+3
2010-03-07actually link against libosmocore for the targetHarald Welte3-4/+4
2010-03-07build libosmocore for the target with "-Os -ffunction-sections"Harald Welte1-1/+2
2010-03-07firmware: Added an e99 board and fixed e99 init code build.Ingo Albrecht2-4/+5
2010-03-07firmware: multi-board build supportIngo Albrecht4-8/+29
2010-03-07fix even more compiler warningsHarald Welte9-10/+21
2010-03-07fix compiler warningsHarald Welte1-7/+7
2010-03-07fix compiler warningsHarald Welte3-7/+3
2010-03-07remove unused variablesHarald Welte1-2/+0
2010-03-07fix stdint.h to remove bogus warnings of printf format stringsHarald Welte1-2/+2
2010-03-07fix misc.h header file logicHarald Welte1-0/+1
2010-03-07add FIXME's to RFFEHarald Welte1-2/+2
2010-03-07fix compiler warningsHarald Welte4-2/+9
2010-03-07linuxlist.h: use __unusedHarald Welte1-1/+2
2010-03-07layer1/sync: denote unused function arguments with __unusedHarald Welte1-10/+20
2010-03-07add __unused #define to indicate unused function argumentsHarald Welte1-2/+3
2010-03-07Added Solomon SSD1783 display driver for Motorola C155Harald Welte6-2/+669
2010-03-07Handle EAGAIN. Print errors properly.Ingo Albrecht1-2/+8
2010-03-07Fixed transmit path of osmocon in various ways.Ingo Albrecht1-16/+28
2010-03-07Loader communications support in osmocon. Generalized tool connections.Ingo Albrecht1-48/+89
2010-03-07Skeleton of bootloader.Ingo Albrecht6-4/+439
2010-03-07Renamed layer2_connection -> tool_connection.Ingo Albrecht1-7/+7
2010-03-07Clean listings.Ingo Albrecht1-1/+3
2010-03-07Add a GIT_REVISION define for firmware code.Ingo Albrecht1-0/+8
2010-03-07Normalize some var names.Ingo Albrecht1-3/+3
2010-03-07Made dependency compiles silent.Ingo Albrecht1-3/+3
2010-03-07Fixed firmware buildsys dependencies.Ingo Albrecht1-9/+7
2010-03-07Made cross-compile prefixes work normally.Ingo Albrecht1-2/+2
2010-03-07Dummy distclean for new firmware buildsys.Ingo Albrecht1-0/+4
2010-03-07Buffer formatting and scanning functions.Ingo Albrecht2-0/+62
2010-03-07Allow use of uart driver without interrupts.Ingo Albrecht3-10/+24
2010-03-07Allow use of keypad driver without interrupts.Ingo Albrecht3-9/+12
2010-03-07Some msgb formatting functions.Ingo Albrecht1-0/+20