summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/osmoload.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-9/+9
This patch changes include paths to get osmocom-bb working with the current libosmocore tree. Among all these renames, you can notice several tweaks that I added on purpose, and that require some explanation, they are: * hexdump() in osmocon.c and osmoload.c has been renamed to avoid clashing with hexdump() defined in libosmocore. * gsmmap now depends on libosmogsm. Actually I had to cleanup Makefile.am because I was experiencing weird linking problems, probably due to a bug in the autotools. With the change included in this patch, I got it compiled and linked here correctly. This patch has been tested with the phone Motorola C123 and the following images files: * firmware/board/compal_e88/hello_world.compalram.bin * firmware/board/compal_e88/layer1.compalram.bin Using the osmocon, bcch_scan and mobile tools. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-10-03osmoload.c: Cast to uint8_t from char* to fix a compiler warningHolger Hans Peter Freyther1-2/+2
2010-07-20loader: meaner. now supports address ranges for all relevant flash ↵Ingo Albrecht1-116/+274
operations. reports better.
2010-07-20osmoload: better messageIngo Albrecht1-1/+1
2010-07-20osmoload: fixed programming abortIngo Albrecht1-1/+1
2010-07-20osmoload: flash programmingIngo Albrecht1-6/+137
2010-07-20loader: flash locking commands, various flash reworkIngo Albrecht1-9/+173
2010-07-20loader: new state handling for memdump, added missing crc handling to memputIngo Albrecht1-22/+34
2010-07-20loader: incomplete crc support and query timeoutsIngo Albrecht1-26/+64
2010-07-20osmoload: fix some printfs.Ingo Albrecht1-2/+2
2010-07-20loader: reply dump mode. additional information in init reply.Ingo Albrecht1-5/+14
2010-07-20osmoload: command reorg, state machine reorg, query timeoutsIngo Albrecht1-78/+172
2010-07-20osmoload: Added a jump command.Ingo Albrecht1-0/+30
2010-07-20osmoload: Print something when loader starts. Fix handling of unknown replies.Ingo Albrecht1-1/+4
2010-07-20osmoload: memload commandIngo Albrecht1-4/+102
2010-07-20osmoload: memdump commandIngo Albrecht1-37/+203
2010-07-20Add a copyright message to osmoload.Ingo Albrecht1-0/+21
2010-07-20Loader with memory read/write and various lifecycle operations.Ingo Albrecht1-7/+101
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-07Skeleton of bootloader.Ingo Albrecht1-0/+198