summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board
AgeCommit message (Expand)AuthorFilesLines
2010-07-20firmware: untabify linker scripts.Ingo Albrecht2-132/+132
2010-07-20firmware: fixed ctor linkageIngo Albrecht1-12/+0
2010-07-20firmware: board init with a ctor does not seem a good idea to me because i ne...Ingo Albrecht2-2/+2
2010-07-20firmware: non-asm backlight initIngo Albrecht2-2/+8
2010-07-20firmware: proper exception redirectIngo Albrecht1-9/+15
2010-07-20firmware: establish a ramtext section for code that must be in ramIngo Albrecht4-4/+38
2010-07-20firmware: consider reserved ram in loader linkageIngo Albrecht1-0/+5
2010-07-20firmware: modularized startup codeIngo Albrecht5-46/+134
2010-07-20firmware: separated various pieces of interrupt handling apartIngo Albrecht5-90/+128
2010-07-20firmware: linker script and startup code reorg.Ingo Albrecht5-98/+7
2010-07-20firmware: removed compal header strings temporarily.Ingo Albrecht1-5/+0
2010-07-20firmware: cleaned up init files.Ingo Albrecht2-13/+21
2010-07-20firmware: linker script for flashed app on e88.Ingo Albrecht2-0/+113
2010-06-25[layer1] An actual AGC implementationHarald Welte2-2/+17
2010-06-24[firmware] move board_init() to a gcc-type constructorHarald Welte3-3/+6
2010-06-24[firmware] make sure the .ctor sections are preserved during --gc-sectionsHarald Welte2-4/+4
2010-06-24[firmware] Add support for __attribute__ ((constructor))Harald Welte3-0/+33
2010-05-17gta02x: fix compile error due to wrong definitionSteve Markgraf1-1/+1
2010-05-17Add new board gta0x (for Openmoko Freerunner devices) and build itDaniel Willmann2-0/+219
2010-04-08firmware: whitespace fixes in calypso_uart.SHarald Welte1-2/+2
2010-04-08firmware: proper namespace in manifest.Ingo Albrecht1-2/+4
2010-04-08firmware: section symbols.Ingo Albrecht2-2/+23
2010-04-08firmware: correct linker scripts, more commonplace section naming, reorganize...Ingo Albrecht5-145/+154
2010-04-08firmware: linker script indentation and comments.Ingo Albrecht1-11/+6
2010-04-08firmware: removed old board.cIngo Albrecht1-4/+0
2010-04-08firmware: Fixed osmoload linker script so it works in some situations.Ingo Albrecht1-3/+3
2010-04-08firmware: Fixed ramload linker script to include additional rodata sections.Ingo Albrecht1-1/+1
2010-04-08firmware: Introduced a build manifest.Ingo Albrecht1-0/+5
2010-04-08firmware: Support for building for multiple target environments.Ingo Albrecht1-0/+75
2010-03-12Introduce LCD display_driver infrastructureHarald Welte2-4/+6
2010-03-07start to use libosmocore within the firmwareHarald Welte1-1/+1
2010-03-07firmware: include board.h in board.cIngo Albrecht1-0/+2
2010-03-07firmware: Added an e99 board and fixed e99 init code build.Ingo Albrecht1-3/+3
2010-03-07firmware: multi-board build supportIngo Albrecht1-0/+2
2010-03-07add FIXME's to RFFEHarald Welte1-2/+2
2010-03-07Added Solomon SSD1783 display driver for Motorola C155Harald Welte1-0/+128
2010-03-07Allow use of uart driver without interrupts.Ingo Albrecht1-2/+2
2010-03-07Allow use of keypad driver without interrupts.Ingo Albrecht1-1/+2
2010-03-07add 'struct timer_list' timer code similar to linux + OpenBSCHarald Welte1-0/+3
2010-03-02Introduce CONFIG_TX_ENABLE and disable Tx support by defaultHarald Welte1-0/+2
2010-03-01disable IRQ and FIQ when entering the ABORT handlerHarald Welte1-0/+4
2010-03-01Compal RFFE suport for Upplink (PA enable)Harald Welte1-0/+1
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte4-0/+536