summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon
Commit message (Expand)AuthorAgeFilesLines
* osmocon: if we ignore a return value, we don't need to assign it to a variableHarald Welte2011-07-161-3/+1Star
* osmocon: get rid of some Smash warningsHarald Welte2011-07-161-6/+6
* src: use namespace prefix osmo_* for crc16 functionsPablo Neira Ayuso2011-05-151-4/+4
* src: use namespace prefix osmo_* for utilsPablo Neira Ayuso2011-05-152-9/+9
* src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-152-17/+17
* src: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-152-13/+13
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-263-18/+18
* osmocon: make beacon interval configurable via cmdlineAlex Badea2010-11-171-10/+16
* osmoload.c: Cast to uint8_t from char* to fix a compiler warningHolger Hans Peter Freyther2010-10-021-2/+2
* osmocom.c: rc is not assigned and contains garbage, return 0.Holger Hans Peter Freyther2010-10-021-2/+2
* osmocon.c: Use C99 inttypes instead of u_intX_t.Holger Hans Peter Freyther2010-10-021-5/+5
* misc: update .gitignore filesSylvain Munaut2010-09-141-2/+28
* [osmocon] add a chainloading mode for the compal ramloaderSteve Markgraf2010-07-201-6/+27
* loader: meaner. now supports address ranges for all relevant flash operations...Ingo Albrecht2010-07-201-116/+274
* osmoload: better messageIngo Albrecht2010-07-201-1/+1
* osmocon: new debug option, allows selective dumping of rx and/or tx.Ingo Albrecht2010-07-201-24/+49
* osmoload: fixed programming abortIngo Albrecht2010-07-201-1/+1
* osmoload: flash programmingIngo Albrecht2010-07-201-6/+137
* osmoload: allow running without firmware imageIngo Albrecht2010-07-201-12/+13
* loader: flash locking commands, various flash reworkIngo Albrecht2010-07-201-9/+173
* loader: new state handling for memdump, added missing crc handling to memputIngo Albrecht2010-07-201-22/+34
* loader: incomplete crc support and query timeoutsIngo Albrecht2010-07-201-26/+64
* osmoload: fix some printfs.Ingo Albrecht2010-07-201-2/+2
* loader: reply dump mode. additional information in init reply.Ingo Albrecht2010-07-201-5/+14
* osmoload: command reorg, state machine reorg, query timeoutsIngo Albrecht2010-07-201-78/+172
* osmoload: Added a jump command.Ingo Albrecht2010-07-201-0/+30
* osmoload: Print something when loader starts. Fix handling of unknown replies.Ingo Albrecht2010-07-201-1/+4
* osmoload: memload commandIngo Albrecht2010-07-201-4/+102
* osmoload: memdump commandIngo Albrecht2010-07-201-37/+203
* Add a copyright message to osmoload.Ingo Albrecht2010-07-201-0/+21
* Loader with memory read/write and various lifecycle operations.Ingo Albrecht2010-07-201-7/+101
* osmocon.c: enable hdlc console for mtk romloader targetsSteve Markgraf2010-07-151-5/+5
* osmocon: extend hexdump to show all printable charactersJan Luebbe2010-05-191-3/+9
* osmocon: change mtk load address for MT6223 romloaderSteve Markgraf2010-05-191-1/+1
* osmocon: Add experimental support for the MTK romloaderSteve Markgraf2010-05-171-10/+291
* osmocon: use a global load addressSteve Markgraf2010-05-171-9/+11
* osmocon: cosmetic cleanupSteve Markgraf2010-05-171-19/+22
* osmocon: use osmocore timers, minor fixesSteve Markgraf2010-05-171-42/+15Star
* osmocon.c: Fix serial_set_baudrate functionDaniel Willmann2010-05-171-0/+5
* osmocom: Fix serial init (CSIZE field)Sylvain Munaut2010-04-211-1/+1
* osmocon: fix c140xor, fix compiler warnings due to unhandled cases, cleanupSteve Markgraf2010-04-071-15/+20
* osmocon: use git-version-gen and PACKAGE_VERSION for 'osmocon -v'Harald Welte2010-04-065-6/+165
* osmocon: cosmetic cleanup (mostly 80character line length)Harald Welte2010-04-061-80/+128
* osmocon: * introduce support for "non-secure" romloader inside Calypso/Calyps...Steve Markgraf2010-04-061-31/+464
* osmocon: use serial port initialization code from openbsc/src/rs232.cHarald Welte2010-03-301-43/+38Star
* osmocon: calcluate unix domain socket length in a portable wayHarald Welte2010-03-301-2/+15
* misc compiler warning fixesHarald Welte2010-03-222-4/+4
* Two more small patchesErik Ekman2010-03-191-2/+2
* Handle EAGAIN. Print errors properly.Ingo Albrecht2010-03-071-2/+8
* Fixed transmit path of osmocon in various ways.Ingo Albrecht2010-03-071-16/+28