summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/lib
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05fw: introduce per-board uart mappingSteve Markgraf1-6/+17
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-01-02fw/build: Add ENV_ APP_ BOARD_ prefix to variables to cleanup namespaceSylvain Munaut1-2/+2
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-05-05uart.h: move header out of calypso-directoryWolfram Sang1-1/+1
Everything defined is a pretty generic interface and can be used by mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
2011-05-05lib: move delay.c from calypso to libWolfram Sang2-1/+17
Nothing calypso-related in there and needed for Mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
2010-06-24[firmware] fix code that iterates over constructorsHarald Welte1-3/+7
the first element after __CTORS_LIST__ contains the number of constructor callbacks in the following array, so we have to skip it.
2010-06-24[firmware] Add support for __attribute__ ((constructor))Harald Welte2-1/+12
We modify the linker scripts to include the .ctors and .dtors sections and add some code to actually call them before we jump to the main() function.
2010-03-07start to use libosmocore within the firmwareHarald Welte3-26/+26
* remove linuxlist.h copy and use osmocore * don't put 'struct gsm_time' into l1ctl packets * include rx_level and snr for each burst in l1ctl * properly build libosmocore.a for target * move gsmtime functions into libosmocore * move ctype.h to standard location
2010-03-07New build system.Ingo Albrecht1-23/+4
2010-03-07remove cons_memcpy(), as memcpy() is now fixedHarald Welte1-14/+2
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte18-0/+2258