Merge commit 'f8b2ba7dc850396c5910e8c76875e75d37479d34'
[osmocom-bb.git] / src / target /
2010-03-07 Harald WelteMerge commit 'f8b2ba7dc850396c5910e8c76875e75d37479d34'
2010-03-07 Harald WelteMerge commit 'cbb29f7c94ad2a7cb0ebe7d43cbef5fb9d11d62e'
2010-03-07 Harald Welteremove __force macro references
2010-03-07 Harald WelteMerge remote branch 'origin/master'
2010-03-07 Harald Welteimport byte-ordering defines/macros from linux
2010-03-07 Harald WelteMerge commit 'd3ff15fc818887be3720265b297ca7f1ec28c458'
2010-03-07 Harald WelteMerge commit '48e17f895187100ae7331afa2cbb81594557823f'
2010-03-07 Harald WelteMerge commit '622b718195d607d7cfc8b9ec96f943ea0ce2d1dd'
2010-03-07 Ingo Albrechtfirmware: changed dependency suffix to .p for better...
2010-03-07 Ingo Albrechtfirmware: include board.h in board.c
2010-03-07 Harald Weltelayer1: allocate large enough msgb's for the payload...
2010-03-07 Harald Welteadd comment on why using cons_puts() from msgb.h
2010-03-07 Harald Welteactually link against libosmocore for the target
2010-03-07 Ingo Albrechtfirmware: Added an e99 board and fixed e99 init code...
2010-03-07 Ingo Albrechtfirmware: multi-board build support
2010-03-07 Harald Weltefix even more compiler warnings
2010-03-07 Harald Weltefix compiler warnings
2010-03-07 Harald Weltefix compiler warnings
2010-03-07 Harald Welteremove unused variables
2010-03-07 Harald Weltefix stdint.h to remove bogus warnings of printf format...
2010-03-07 Harald Weltefix misc.h header file logic
2010-03-07 Harald Welteadd FIXME's to RFFE
2010-03-07 Harald Weltefix compiler warnings
2010-03-07 Harald Weltelinuxlist.h: use __unused
2010-03-07 Harald Weltelayer1/sync: denote unused function arguments with...
2010-03-07 Harald Welteadd __unused #define to indicate unused function arguments
2010-03-07 Harald WelteAdded Solomon SSD1783 display driver for Motorola C155
2010-03-07 Ingo AlbrechtSkeleton of bootloader.
2010-03-07 Ingo AlbrechtClean listings.
2010-03-07 Ingo AlbrechtAdd a GIT_REVISION define for firmware code.
2010-03-07 Ingo AlbrechtNormalize some var names.
2010-03-07 Ingo AlbrechtMade dependency compiles silent.
2010-03-07 Ingo AlbrechtFixed firmware buildsys dependencies.
2010-03-07 Ingo AlbrechtDummy distclean for new firmware buildsys.
2010-03-07 Ingo AlbrechtBuffer formatting and scanning functions.
2010-03-07 Ingo AlbrechtAllow use of uart driver without interrupts.
2010-03-07 Ingo AlbrechtAllow use of keypad driver without interrupts.
2010-03-07 Ingo AlbrechtSome msgb formatting functions.
2010-03-07 Ingo AlbrechtNew build system.
2010-03-07 Harald WelteMerge remote branch 'origin/master'
2010-03-07 Ingo AlbrechtSome attribute macros, including placeholders for fast...
2010-03-07 Harald Welteadd 'struct timer_list' timer code similar to linux...
2010-03-07 Harald Weltesercomm: prevent DLCI array overflow
2010-03-06 Harald Weltedon't include trailing \0 termination in cons_puts()
2010-03-06 Harald Welteremove cons_memcpy(), as memcpy() is now fixed
2010-03-06 Harald Weltefix assembler memcpy() for little endian
2010-03-05 Harald Welteadd new ARFCN flag to indicate that we're dealing with...
2010-03-04 Holger Hans Peter... layer1/init.c: Pass 0 as arcfn to fix the compilation.
2010-03-04 Harald Welteensure RF_ARFCN is part of l1ctl messages sent to host
2010-03-04 Harald WelteMerge commit '8c8caaa1acaf4d863a219332f6a07cd70b6b5981'
2010-03-04 Harald WelteMerge commit '6fec514d7bcf8e6fe469d31ccc13d5cd473058a4'
2010-03-04 Harald WelteMerge commit '61e2bfc5f44267a7a3b0b25ff3ab922fca2a199c'
2010-03-03 Harald WelteLayer1: various fixes + debugging aid
2010-03-03 Harald Weltedeclare l1s_dsp_abort() in header file
2010-03-03 Harald Weltefix Makefile dependencies to C files
2010-03-03 Harald Weltesched_gsmtime uses const for 'struct tdma_sched_item *'
2010-03-02 Harald WelteMerge commit 'f08eabf2341de43993918246e89ce30c3651f378'
2010-03-02 Harald WelteLayer1 CTL interface improvements: Don't hardcode SDCCH4/0
2010-03-02 Harald WelteIntroduce CONFIG_TX_ENABLE and disable Tx support by...
2010-03-02 Harald Weltefix merge artefacts, make firmware build again
2010-03-02 Harald WelteMerge remote branch 'origin/uplink' into mater
2010-03-02 Harald WelteMerge commit 'fdd0a700930bdd04bc8827ef88dc5039ecc5b6ce'
2010-03-02 Harald WelteInter-Layer intergration work
2010-03-01 Harald WelteInclude channel number and link identifier in L1 DL...
2010-03-01 Harald Welteextend TDMA scheduler functions to use third parameter...
2010-03-01 Harald Welteadd test mode mframe task: Send Normal Burst in every...
2010-03-01 Harald Welteadd missing async.h file (belongs to 0da792f2522eef475d...
2010-03-01 Harald WelteSERCOMM: make sure to disable IRQ/FIQ to avoid race...
2010-03-01 Harald Welteprint error message if tailroom is insufficient during...
2010-03-01 Harald Weltedisable IRQ and FIQ when entering the ABORT handler
2010-03-01 Harald Welteadd an actual Layer1 asynchronous (L1A) API that can...
2010-03-01 Harald WelteAdd and use gsmtime scheduler to L1S
2010-03-01 Harald WelteAdd new one-shot gsmtime scheduler
2010-03-01 Harald WelteLayer1 Sync support for TX of Normal Burst and RACH...
2010-03-01 Harald Weltelayer1/sync: Add msgb queues for transmit/uplink to...
2010-03-01 Harald WelteUplink: Use TPU window driven model
2010-03-01 Harald WelteTRF6151: Add new trf6151_tx_window() function
2010-03-01 Harald Weltetwl3025: fix typo
2010-03-01 Harald WelteTWL3025: add default APC ramp
2010-03-01 Harald Weltemove macros to where they belong
2010-03-01 Harald Weltelayer1/tpu_window.c support for Uplink/Tx
2010-03-01 Harald WeltePrepare DSP functions needed for Uplink (Tx)
2010-03-01 Harald WelteCompal RFFE suport for Upplink (PA enable)
2010-03-01 Harald WelteTRF6151: add Uplink support
2010-03-01 Harald WelteTWL3025: Add uplink enable/disable function
2010-03-01 Harald Welteadd msgb_l1() and msgb_l1len() inline functions
2010-03-01 Harald WelteMerge commit '00096acb8fbbf76b4fd8a223a2684df6c370d9f9'
2010-02-28 Harald Welteensure osmocom-bb builds with older gcc-3.x based toolc...
2010-02-28 Harald Welteensure we always have 256bytes net data size, excluding...
2010-02-28 Harald WelteUse new multiframe scheduler for scheduling of normal...
2010-02-28 Harald WelteAdd multiframe-level scheduler (mframe_sched.[ch])
2010-02-28 Harald Weltetdma_sched: Explicitly advance the bucket at end of...
2010-02-27 Harald Welteexplicitly terminate the TDMA scheduler set with SCHED_...
2010-02-23 Sylvain Munautcalypso: Add experimental driver for uWire
2010-02-23 Sylvain Munautcfi_flash: Make the init message a debug output
2010-02-23 Sylvain Munautcalypso/dsp: Fix printf format string in dump
2010-02-23 Sylvain Munautcomm/msgb.c: Style cleanup in initialization
2010-02-23 Sylvain Munautapps/compal_dsp_dump: Move board_init as first call
2010-02-23 Harald WelteCalypso TPU: Introduce TPU debug mode
2010-02-23 Harald WelteCalypso TPU: initialize TPU RAM to zero at tpu_init...
next