aboutsummaryrefslogtreecommitdiff
path: root/external/pflash/pflash.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-20external/pflash: Fix erasing within a single erase blockCyril Bur1-6/+10
2017-11-09pflash: Support for volatile flagAdriana Kobylak1-5/+7
2017-09-15pflash: Fix erase command for unaligned start addressSuraj Jitindar Singh1-1/+1
2017-08-22external/pflash: Fix not checking return values in set_ecc().Cyril Bur1-2/+11
2017-08-22external/pflash: Fix resource leak CID 163745Cyril Bur1-0/+1
2017-08-22external/pflash: Fix resource leak CID 163742Cyril Bur1-0/+1
2017-08-22external/pflash: Silence false positive Coverity CID 163739Cyril Bur1-0/+6
2017-08-01external/pflash: Reinstate the progress barsCyril Bur1-16/+63
2017-08-01external/pflash: Remove use of exit() and fix memory leaksCyril Bur1-169/+213
2017-08-01external/pflash: Move write and read size calculation togetherCyril Bur1-13/+11
2017-08-01external/pflash: Update the code pathes for "--tune"Cyril Bur1-3/+11
2017-08-01external/pflash: Remove global flash detailsCyril Bur1-59/+63
2017-08-01external/pflash: Correct erase alignment checksCyril Bur1-27/+13
2017-08-01external/pflash: Stop using exit() in the mainCyril Bur1-23/+49
2017-08-01external/pflash: Check the result of strtoulCyril Bur1-8/+27
2017-08-01external/pflash: Add description of flagsCyril Bur1-2/+4
2017-08-01libflash: Adding debugging outputCyril Bur1-0/+2
2017-07-19pflash: build with skiboot HOSTCFLAGS warningsStewart Smith1-1/+1
2017-07-19pflash option to retrieve PNOR partition flagsMichael Tritz1-11/+123
2017-04-07external/pflash: Use blocklevel_smart_erase()Cyril Bur1-27/+4
2016-11-11external/pflash: Perform the correct cleanupCyril Bur1-2/+2
2016-11-08pflash: remove stray d in from info messageJoel Stanley1-1/+1
2016-11-02pflash: Fail when file is larger than partitionJoel Stanley1-2/+8
2016-10-25external/pflash: Make MTD accesses the defaultCyril Bur1-24/+22
2016-10-25external/pflash: Catch incompatible combination of flagsCyril Bur1-0/+10
2016-10-25external/common: Rename arch_flash_bmc() to arch_flash_access()Cyril Bur1-2/+2
2016-10-17external/pflash: Reduce variable scope as indicated by cppcheckCyril Bur1-4/+8
2016-09-16pflash: Don't try to write protect when writing to flash fileStewart Smith1-1/+1
2016-09-15pflash: Fix printf format warningStewart Smith1-1/+2
2016-09-02pflash: fix buffer overflow: fl_total_size uint32_t not uint64_tStewart Smith1-1/+2
2016-07-28pflash: use atexit for musl compatibilityJoel Stanley1-3/+2
2016-06-20Fix for typosFrederic Bonnard1-3/+3
2016-05-18pflash: add support for manipulating file rather than flashStewart Smith1-2/+9
2016-05-03external/pflash: Handle incorrect cmd-line options betterCyril Bur1-6/+27
2016-02-23external/pflash: Add --mtdCyril Bur1-15/+37
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur1-1/+1
2015-11-17pflash: Fix file descriptor leakStewart Smith1-0/+1
2015-10-14external/pflash: Add (C) headerCyril Bur1-0/+16
2015-08-28external/common: Create common code for initialising libflash componentsCyril Bur1-130/+42
2015-08-28libflash: Return a pointer to internal structure.Cyril Bur1-2/+2
2015-06-23libffs: init with ecc protection at blocklevel levelCyril Bur1-2/+2
2015-06-19external/pflash: fix range printingCédric Le Goater1-2/+2
2015-06-19external/pflash: Add --clear commandCyril Bur1-5/+47
2015-06-19external/pflash: move --side and --toc usage textCyril Bur1-5/+5
2015-06-09libflash: start using the blocklevel interface.Cyril Bur1-15/+16
2015-06-01external/pflash: Allow the libffs TOC to operate on to be specifiedCyril Bur1-5/+25
2015-06-01external/pflash: Perform flashing on flash sides other than side 0Cyril Bur1-6/+55
2015-06-01external/pflash: Show the partitions on the second side flashCyril Bur1-20/+32
2015-06-01external/pflash: Report if a flash partition is ECC protectedCyril Bur1-3/+5
2015-06-01pflash: Use git tag versioning from make_version.shCyril Bur1-2/+3