summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-08-07image: function image_list_add will add image to the end of listPali Rohár1-10/+11
2012-08-07fiasco: fix creating fiasco imagePali Rohár1-8/+12
2012-08-07image: Implement image_hash_from_dataPali Rohár1-5/+19
2012-08-07fiasco: remove align code (now handled by image_read)Pali Rohár1-25/+1
2012-08-07image: align image only if neededPali Rohár1-1/+2
2012-08-07image: Added support for aligning images (kernel and mmc), function ↵Pali Rohár2-23/+78
image_read will fill buf with 0xFF
2012-08-07fiasco: Implemented unpacking to directoryPali Rohár1-3/+34
2012-08-07fiasco: fix memory errors, prepaire code for unpackingPali Rohár1-40/+65
2012-08-07image: Implement image_missing_values_from_name and image_name_alloc_from_valuesPali Rohár2-19/+123
2012-08-07Added new files device.c and device.hPali Rohár2-0/+57
2012-08-07Compile fixesPali Rohár4-45/+65
2012-08-07fiasco: align also kernelPali Rohár1-6/+19
2012-08-07Implement fiasco functionsPali Rohár2-10/+448
2012-08-07Implement image functionsPali Rohár2-16/+132
2012-08-07Update device tablePali Rohár1-10/+11
2012-07-14Prepaired new code for fiasco imagesPali Rohár4-0/+306
2012-07-14Align also kernel imagePali Rohár2-8/+26
2012-06-24Fix prepaired new 0xFFFF optionsPali Rohár1-59/+67
2012-06-24Rename n700 --> 770Pali Rohár1-1/+1
2012-06-24Update usb device tablePali Rohár2-10/+18
2012-06-23fiasco - remove dead codePali Rohár2-44/+0
2012-06-23Added option to use only image pieces for specific device / hw revisionPali Rohár3-15/+56
2012-06-23Cold Flasher - Remove duplicate usb code, prepair for flashing form fiasco ↵Pali Rohár1-147/+95
images
2012-06-23Import my open source tool for Cold Flashing: cold-flasher-rx51.cPali Rohár1-0/+440
2012-06-23Fix compilation warningsPali Rohár5-7/+13
2012-06-23Fiasco image: Allow to specify device string without hw revision (then image ↵Pali Rohár2-19/+20
is valid for all hw revisions). Generating images should be complete!
2012-06-23Fixed creating fiasco images, added param version: for specifing sw-ver. Now ↵Pali Rohár2-53/+111
generated fiasco images are valid for nokia flasher.
2012-06-23Rename fwname to swverPali Rohár2-5/+5
2012-06-23Fix unpacking fiasco images (check for number of subsections). Now unpacking ↵Pali Rohár1-14/+21
is complete!
2012-06-23Fix memory problems when unpacking fiasco imagesPali Rohár2-6/+17
2012-06-23Unpacking fiasco - added support for FW headers (FW name)Pali Rohár1-10/+30
2012-06-23When identifing fiasco image, show all piecesPali Rohár1-1/+5
2012-06-23Added preview of new 0xFFFF arguments to main.c. This change will be needed ↵Pali Rohár1-0/+93
to support other flashing modes (cold, MK II, ...)
2012-06-23Fix creating fiasco images - added support for specifing device, hwrevs, ↵Pali Rohár3-24/+146
version, mmc layout and auto align mmc images Format of arguments for adding piece to fiasco image is now: $ 0xFFFF -p [[[[dev:hw:]ver:]type:]file[%%layout]
2012-06-23Rename hwrev to hwrevs and fix unpacking fiasco images. hwrevs do not have ↵Pali Rohár2-14/+24
to be separated by nullterm if size of hwrev is 8.
2012-06-23do_hash_file - align size for mmc images, append chars \xff (nokia flasher ↵Pali Rohár4-4/+18
needs mmc images alingned)
2012-06-23Prepair flash_image for specifing device and hw revisionsPali Rohár4-6/+8
2012-06-23Prepair piece structure for device & hw revisionsPali Rohár2-3/+9
2012-06-23Prepair for flashing via MK II protocol (N900 in PC-Suite mode)Pali Rohár2-5/+6
2012-06-23* Apply Pali Rohár patch - Add support for device and hw revisions ↵pancake4-29/+116
specified in hw pieces - Updated documentation - Fixed problems when unpacking - Ready for mmc and cold flashing
2011-12-16* Apply Pali Rohár patch fixing RX51 Fiasco Image parsingpancake1-18/+29
2010-11-18* Fix warning in dump.c * Port GUI to GtkON syntax * Fix build for latest valacpancake6-409/+994
--HG-- rename : src/gui/gui.gtkaml => src/gui/gui.gtkaml.orig
2010-04-26* Fix usb initialization link with n900 * minor syntax fixuppancake2-70/+79
2009-12-22* Add C files of the gui, so it can be built without gtkamlc or valac * Fix ↵pancake6-39/+945
build of gui.gtkaml (sync with last vala) * Update version number in gui about dialog * Some syntax cleanup and removed some unnecesary printf calls
2009-12-21* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * ↵pancake@flubox4-30/+50
Various random checks to ensure read/write ops are success
2009-10-18* Fix n900 identification for dump (-e) * Make clean libusb from the root ↵pancake@localhost.localdomain1-9/+9
makefile
2009-10-17* Fix static buildpancake@localhost.localdomain2-1/+4
2009-10-17* Added support for local n900 nand dump * Do some code cleanup, update ↵pancake@localhost.localdomain4-34/+82
headers from 2007 to 2009 :) - Fix warning messages
2008-12-14* Oops missing up0.4pancake7-24/+32
* Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME)
2008-12-14* Minor stetical fixupspancake2-5/+5
* Cut 0.4 release :)