aboutsummaryrefslogtreecommitdiff
path: root/external/gard/gard.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-09libflash/blocklevel: Make read/write be ECC agnostic for callersCyril Bur1-32/+17
2018-03-14Make gard display show that a record is clearedDan Crowell1-3/+4
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'Halloran1-4/+75
2017-11-20gard: Add path parsing supportOliver O'Halloran1-0/+87
2017-11-20gard: list: Improve outputOliver O'Halloran1-20/+63
2017-11-20gard: {list, show}: Fix the Type field in the outputOliver O'Halloran1-1/+27
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'Halloran1-2/+22
2017-11-20gard: Update chip unit dataOliver O'Halloran1-75/+28
2017-11-20gard: show: Remove "Res Recovery" fieldOliver O'Halloran1-1/+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-07-19gard: enable building with skiboot HOSTCFLAGS warningsStewart Smith1-1/+21
2017-04-07external/gard: Use blocklevel_smart_erase()Cyril Bur1-1/+1
2016-11-02gard: Fix printf warningJoel Stanley1-1/+2
2016-08-02flash: Make size 64 bit safeMichael Neuling1-1/+10
2016-06-20Fix for typosFrederic Bonnard1-1/+1
2016-06-07gard: fix compile error on ARMCédric Le Goater1-3/+3
2016-05-02gard: remove err.h includeStewart Smith1-1/+0
2016-04-29Fix gard --help outputStewart Smith1-1/+1
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-16external/gard: Make use of the common/ flash reading codeCyril Bur1-153/+11
2015-11-16external/gard: Add version informationCyril Bur1-0/+9
2015-11-16external/gard: Fix memory leakCyril Bur1-6/+13
2015-10-23gard: print error message when we can't open a flash deviceJeremy Kerr1-1/+1
2015-09-08external/gard: Fix Coverity defect 107465Cyril Bur1-1/+1
2015-09-08external/gard: Fix Coverity defect 107466Cyril Bur1-1/+1
2015-09-08external/gard: Fix Coverity defect 107467Cyril Bur1-1/+2
2015-09-07external/gard: Recover the entire gard partitionCyril Bur1-12/+2
2015-09-07external/gard: Update record clearing to match Hostboots expectationsCyril Bur1-46/+59
2015-08-28external/gard: Check the validity of the flashCyril Bur1-5/+55
2015-08-19in skbioot-5.1.0 commit, accidentally somehow removed two compiler warning fi...Stewart Smith1-1/+1
2015-08-17Add skiboot-5.1.0 release notesskiboot-5.1.0Stewart Smith1-1/+1
2015-08-17external/gard: Fix uninitialised variable warningJeremy Kerr1-1/+1
2015-07-17external/gard: Update gard tool to new blocklevel interfaceCyril Bur1-76/+54
2015-06-23libflash/ecc: Simplify and cleanup ecc code.Cyril Bur1-1/+1
2015-06-23Fixes for compilation with -WerrorFrederic Bonnard1-3/+1
2015-04-01external: create a GUARD partition parsing utilityCyril Bur1-0/+777