aboutsummaryrefslogtreecommitdiff
path: root/external/pflash
AgeCommit message (Expand)AuthorFilesLines
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: tests: Move the test-miscprint to pflash testsCyril Bur4-0/+77
2017-08-01external/pflash: Add testsCyril Bur27-0/+982
2017-08-01external/pflash: Reinstate the progress barsCyril Bur1-16/+63
2017-08-01external/pflash: Make the progress bar safe for big numbersCyril Bur2-17/+24
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: include ccan/list/list.c to be able to build -DDEBUGStewart Smith1-1/+9
2017-07-19pflash: build with skiboot HOSTCFLAGS warningsStewart Smith2-1/+2
2017-07-19pflash option to retrieve PNOR partition flagsMichael Tritz1-11/+123
2017-04-07external/pflash: Use blocklevel_smart_erase()Cyril Bur1-27/+4
2017-02-15remove 'update mode for partitions' from TODO listWerner Fischer1-2/+0
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: Remove unused filesCyril Bur2-372/+0
2016-10-17external/pflash: Reduce variable scope as indicated by cppcheckCyril Bur1-4/+8
2016-10-17external/pflash: Fix ccpcheck warnings in progress.cCyril Bur1-3/+3
2016-09-22gard/pflash: Honor linker flags passed from the environmentFrederic Bonnard1-1/+1
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-14pflash and opal-prd: Fix dist-cleanBreno Leitao1-1/+1
2016-09-02pflash: fix buffer overflow: fl_total_size uint32_t not uint64_tStewart Smith1-1/+2
2016-07-28pflash: Fix the makefileJoel Stanley1-9/+17
2016-07-28pflash: use atexit for musl compatibilityJoel Stanley1-3/+2
2016-07-27pflash: Clean up makefiles and resolve build raceJoel Stanley2-13/+5
2016-06-20Fix for typosFrederic Bonnard1-3/+3
2016-06-07external: Add dynamically linked pflashBrad Bishop2-4/+17
2016-06-07external: Fix pflash install targetBrad Bishop1-0/+1
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-04-17pflash: Allow building under yocto.Patrick Williams1-2/+0
2016-03-31Make links target reusableDinar Valeev1-23/+1
2016-02-23external/pflash: Add --mtdCyril Bur1-15/+37
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur1-1/+1
2015-12-04external/pflash: Fix makefile dependenciesJoel Stanley1-2/+5