summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/board.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05fw: introduce with_irq parameter for board_init()Steve Markgraf1-1/+1
So far the loader-app used to do the init on its own, which brought a lot of problems for board- specific initialization. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2010-07-20firmware: board init with a ctor does not seem a good idea to me because i ↵Ingo Albrecht1-0/+2
need binaries without board init
2010-06-24[firmware] move board_init() to a gcc-type constructorHarald Welte1-2/+0
Instead of calling board_init() from every main() function explicitly, we simply mark it as a constructor and have it called automagically
2010-03-22misc compiler warning fixesHarald Welte1-1/+1
* added missing param in call to gsm48_rx_bcch * added 'extern' to declarations of rsl_rlm_cause_strs and target_board * added several 'const' for strings * removed useless 'bufptr,' from hexdump (From: itsme <itsme@xs4all.nl>)
2010-03-07firmware: multi-board build supportIngo Albrecht1-0/+2
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte1-0/+6