aboutsummaryrefslogtreecommitdiff
path: root/external/gard
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Make gard display show that a record is clearedDan Crowell1-3/+4
2017-12-01gard: Add testsOliver O'Halloran22-2/+148
2017-12-01gard: Fix up do_create return valuesOliver O'Halloran1-4/+4
2017-12-01gard: Delete stale commentOliver O'Halloran1-6/+0
2017-12-01gard: Add usage message for -pOliver O'Halloran1-0/+1
2017-12-01gard: Fix max instance countOliver O'Halloran1-2/+2
2017-12-01gard: Fix up path parsingOliver O'Halloran1-1/+1
2017-12-01gard: Set chip generation based on PVROliver O'Halloran1-10/+42
2017-12-01gard: Allow records with an ID of 0xffffffffOliver O'Halloran1-3/+4
2017-11-20gard: Add OpenBMC vPNOR supportOliver O'Halloran1-0/+31
2017-11-20gard: Always use MTD to access flashOliver O'Halloran1-0/+8
2017-11-20gard: create: Allow creating arbitrary GARD recordsOliver O'Halloran2-4/+76
2017-11-20gard: Add path parsing supportOliver O'Halloran1-0/+87
2017-11-20gard: list: Improve outputOliver O'Halloran2-25/+68
2017-11-20gard: {list, show}: Fix the Type field in the outputOliver O'Halloran4-3/+49
2017-11-20gard: Use iterators for count_record()Oliver O'Halloran1-41/+12
2017-11-20gard: Add iteratorsOliver O'Halloran1-0/+31
2017-11-20gard: Replace is_valid_id with is_valid_record()Oliver O'Halloran1-4/+4
2017-11-20gard: Add P9 supportOliver O'Halloran6-2/+46
2017-11-20gard: Update chip unit dataOliver O'Halloran5-121/+187
2017-11-20gard: show: Remove "Res Recovery" fieldOliver O'Halloran2-2/+0
2017-10-06external/gard: Clear entire guard partition instead of entry by entrySuraj Jitindar Singh1-11/+18
2017-09-12external/gard: Print an error if run on an FSP systemCyril Bur1-1/+14
2017-08-01external: Consolidate Makefile.check for external toolsCyril Bur1-26/+0
2017-08-01Makefile.check: Fix `make check`Cyril Bur1-5/+14
2017-07-19gcov: properly handle gard and pflash code coverageStewart Smith1-1/+7
2017-07-19gard: enable building with -DDEBUG for ccan listStewart Smith1-1/+8
2017-07-19gard: enable building with skiboot HOSTCFLAGS warningsStewart Smith1-1/+21
2017-04-07external/gard: Use blocklevel_smart_erase()Cyril Bur1-1/+1
2017-02-23external/gard: Fix make dist targetCyril Bur4-12/+20
2016-11-02gard: Fix printf warningJoel Stanley1-1/+2
2016-09-22gard/pflash: Honor linker flags passed from the environmentFrederic Bonnard1-1/+1
2016-09-22gard: Fix Makefile race conditionPatrick Williams1-1/+5
2016-08-02flash: Make size 64 bit safeMichael Neuling1-1/+10
2016-07-12make remaining noisy tests quietStewart Smith1-3/+3
2016-06-20Fix for typosFrederic Bonnard1-1/+1
2016-06-07gard: fix compile error on ARMCédric Le Goater1-3/+3
2016-05-03gard: disable cross compile for travisStewart Smith1-2/+2
2016-05-02gard: remove err.h includeStewart Smith1-1/+0
2016-05-02fix gard help output testStewart Smith1-1/+1
2016-04-29Fix gard --help outputStewart Smith1-1/+1
2016-04-17pflash: Allow building under yocto.Patrick Williams1-2/+0
2016-03-31Make links target reusableDinar Valeev1-17/+2
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur1-1/+1
2016-01-15external/gard: Fix displaying 'cleared' gard recordsCyril Bur1-3/+33
2015-11-18Update gitignore for gardStewart Smith1-1/+8
2015-11-16Make gard and pflash build arch specific files in pwdStewart Smith1-2/+6
2015-11-16external/gard: Clean after check to avoid leaving bad .o files aroundCyril Bur1-2/+6
2015-11-16external/gard: Add make distCyril Bur2-0/+21
2015-11-16external/gard: Make use of the common/ flash reading codeCyril Bur1-153/+11