summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps/loader/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-31cleanup some compile warningsMax1-8/+7
2013-09-26Fix wrong msgb_pull usageSylvain Munaut1-2/+2
2013-01-05fw: apps/loader: initialize framebuffer and show somethingSteve Markgraf1-0/+23
2013-01-05fw: introduce per-board uart mappingSteve Markgraf1-2/+4
2013-01-05fw: introduce with_irq parameter for board_init()Steve Markgraf1-19/+2
2012-09-08use msgb_pull() to get bytes from start of message, not msgb_get()Harald Welte1-18/+18
2012-06-25Properly name firmware images OsmocomBB not just OSMOCOM !Harald Welte1-1/+1
2012-02-12firmware: add missing includesSteve Markgraf1-0/+1
2011-05-15src: use namespace prefix osmo_* for crc16 functionsPablo Neira Ayuso1-3/+3
2011-05-05uart.h: move header out of calypso-directoryWolfram Sang1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-1/+1
2011-01-12target/loader: disable bootrom mappingSteve Markgraf1-0/+3
2010-08-17loader: convert to kernel styleIngo Albrecht1-45/+54
2010-07-20firmware: moved cfi_flash header to flash subdirectoryIngo Albrecht1-1/+1
2010-07-20loader: meaner. now supports address ranges for all relevant flash operations...Ingo Albrecht1-3/+15
2010-07-20firmware: gave all apps a proper hello message and let them print their git r...Ingo Albrecht1-1/+1
2010-07-20loader: commented startup behaviourIngo Albrecht1-1/+1
2010-07-20firmware: removed flash safety hackIngo Albrecht1-6/+2
2010-07-20firmware: non-asm backlight initIngo Albrecht1-0/+4
2010-07-20firmware: flash programmingIngo Albrecht1-5/+50
2010-07-20loader: flash locking commands, various flash reworkIngo Albrecht1-50/+110
2010-07-20loader: incomplete crc support and query timeoutsIngo Albrecht1-3/+19
2010-07-20loader: removed cruftIngo Albrecht1-7/+0
2010-07-20firmware: fix build with new manifestIngo Albrecht1-1/+1
2010-07-20loader: reply dump mode. additional information in init reply.Ingo Albrecht1-1/+15
2010-07-20loader: re-enabled firmware entry commandsIngo Albrecht1-3/+0
2010-07-20osmoload: Added a jump command.Ingo Albrecht1-0/+36
2010-07-20Loader with memory read/write and various lifecycle operations.Ingo Albrecht1-48/+96
2010-07-15cleanup duplicated delay functionsSteve Markgraf1-15/+1
2010-03-12Introduce LCD display_driver infrastructureHarald Welte1-1/+0
2010-03-12apps/loader: remove #include reference to file that doesn't existHarald Welte1-2/+0
2010-03-07start to use libosmocore within the firmwareHarald Welte1-1/+0
2010-03-07Skeleton of bootloader.Ingo Albrecht1-0/+229