summaryrefslogtreecommitdiffstats
path: root/src/fiasco.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02fiasco: Mute warning about uninitialized variables fs and checksumPali Rohár1-2/+9
2021-05-02fiasco: Show verbose hexdump information about unknown sectionPali Rohár1-1/+5
2021-05-02fiasco: When generating fiasco image append image data part sectionsPali Rohár1-1/+35
2021-05-02fiasco: Add support for unpacking multiple parts of one imagePali Rohár1-49/+103
2021-05-02fiasco: Implement subsection checksum verification during parsing fiasco imagePali Rohár1-15/+23
2021-05-02fiasco: Write correct subsection checksum when generating fiasco imagePali Rohár1-1/+21
2021-05-02fiasco: Update comments about unknown bytes and parsing of fiasco imagesPali Rohár1-13/+40
2016-01-10fiasco: Fix code for append device & hwrevs subsectionPali Rohár1-4/+5
2016-01-10fiasco: Remove wrong checks for 'name' and 'swver'Pali Rohár1-2/+2
2016-01-10all: Check for return value of lseekPali Rohár1-1/+4
2016-01-10fiasco: Fix memory leak for device_hwrevs_bufs variablePali Rohár1-21/+21
2016-01-10fiasco: In simulate mode do not close invalid not open fdPali Rohár1-1/+3
2015-06-24fiasco: Fix checking for header of next imagePali Rohár1-1/+1
2014-11-26fiasco: Remove not reached codePali Rohár1-2/+0
2014-11-18fiasco: Fix possible memory leakPali Rohár1-0/+1
2014-11-18fiasco: Fix initializing variablesPali Rohár1-3/+7
2014-11-18fiasco: Fix memory leaksPali Rohár1-3/+21
2014-10-19all: Replace strlen() call on const string with sizeof()-1Pali Rohár1-1/+1
2014-10-19fiasco: fiasco_alloc_from_file: check if hwrevs has enough sizePali Rohár1-3/+6
2014-09-29fiasco: Call free at correct placePali Rohár1-7/+11
2014-05-10all: Fix typo0.6Pali Rohár1-1/+1
2012-09-22Fix compilation on 32bit systemPali Rohár1-1/+1
2012-09-22Fix generating fiasco imagesPali Rohár1-1/+1
2012-09-22fiasco: Fix fiasco_write_to_filePali Rohár1-8/+6
2012-09-22fiasco: Use image_listPali Rohár1-42/+16
2012-08-13fiasco: Fixed compile warningsPali Rohár1-3/+3
2012-08-12fiasco: Respect simulate flagPali Rohár1-8/+12
2012-08-11image_read returns size_t, so 0 when error or end of filePali Rohár1-2/+2
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár1-0/+1
2012-08-10Fix ERROR macrosPali Rohár1-10/+10
2012-08-09Rename new fiasco2 to fiascoPali Rohár1-0/+595
2012-08-09Remove old fiasco.c codePali Rohár1-648/+0
2012-07-14Align also kernel imagePali Rohár1-5/+16
2012-06-23fiasco - remove dead codePali Rohár1-43/+0
2012-06-23Added option to use only image pieces for specific device / hw revisionPali Rohár1-7/+39
2012-06-23Fix compilation warningsPali Rohár1-1/+3
2012-06-23Fiasco image: Allow to specify device string without hw revision (then image ...Pali Rohár1-15/+16
2012-06-23Fixed creating fiasco images, added param version: for specifing sw-ver. Now ...Pali Rohár1-49/+106
2012-06-23Rename fwname to swverPali Rohár1-4/+4
2012-06-23Fix unpacking fiasco images (check for number of subsections). Now unpacking ...Pali Rohár1-14/+21
2012-06-23Fix memory problems when unpacking fiasco imagesPali Rohár1-5/+16
2012-06-23Unpacking fiasco - added support for FW headers (FW name)Pali Rohár1-10/+30
2012-06-23Fix creating fiasco images - added support for specifing device, hwrevs, vers...Pali Rohár1-22/+137
2012-06-23Rename hwrev to hwrevs and fix unpacking fiasco images. hwrevs do not have to...Pali Rohár1-11/+21
2012-06-23* Apply Pali Rohár patch - Add support for device and hw revisions specified...pancake1-14/+79
2011-12-16* Apply Pali Rohár patch fixing RX51 Fiasco Image parsingpancake1-18/+29
2009-12-21* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * Va...pancake@flubox1-21/+43
2009-10-17* Added support for local n900 nand dump * Do some code cleanup, update heade...pancake@localhost.localdomain1-1/+1
2008-12-14* Minor stetical fixupspancake1-1/+0
2008-12-08* Implement and test direct file FIASCO flash - openfiasco receives options f...pancake1-19/+31