summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/asm
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17layer1: Disable FIQ as well as IRQ for locking between L1S and L1AHarald Welte1-0/+14
2010-03-07start to use libosmocore within the firmwareHarald Welte1-54/+0
* 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-07import byte-ordering defines/macros from linuxHarald Welte1-0/+45
2010-03-06fix assembler memcpy() for little endianHarald Welte1-0/+16
This makes our memcpy finally work in all cases, even unaligned
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte8-0/+785