summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/mt62xx/init.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05fw: introduce per-board uart mappingSteve Markgraf1-3/+5
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-01-05fw: introduce with_irq parameter for board_init()Steve Markgraf1-2/+2
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>
2011-05-05target/boards: add infrastructure for loaders for Mediatek platformsWolfram Sang1-0/+139
We are just interested in the loaders here, no other applications needed. Split it from the compal-based phones. Add mt62xx as first user. Based on a patch by steve-m, but cleaned up and seperated from compal/calypso. Signed-off-by: Steve Markgraf <steve@steve-m.de> Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>