aboutsummaryrefslogtreecommitdiff
path: root/external/gard
AgeCommit message (Expand)AuthorFilesLines
2021-08-06external/gard: Enable Power10Klaus Heinrich Kiwi4-3/+103
2020-06-03opal-gard: sync up the chip unit data list with upstream hostboot.Mahesh Salgaonkar1-1/+9
2020-03-13Re-license contributions from Dan HorákOliver O'Halloran1-1/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith5-5/+5
2020-02-12opal-gard: Add support for new PVR POWER9P.Mahesh Salgaonkar1-0/+1
2019-10-22gard: Add support to run gard tests on FSP platformVasant Hegde2-6/+11
2019-10-14blocklevel: smart_write: Fix unaligned writes to ECC partitionsAndrew Jeffery3-0/+39
2019-10-14gard: Fix data corruption when clearing single recordsAndrew Jeffery4-1/+31
2019-07-26SPDX-ify all skiboot codeStewart Smith7-30/+19
2019-07-26gard: fix installation ruleDan Horák1-2/+2
2019-05-20opal-gard: Account for ECC size when clearing partitionOliver O'Halloran1-1/+2
2019-05-20gard: Use consistent nameVasant Hegde13-16/+16
2019-02-21Makefile: Paper over gard and pflash coverage issuesAndrew Jeffery1-0/+4
2019-02-21gard: Fix warnings from gcc 8.2.0Andrew Jeffery1-2/+3
2018-05-29Add -Wno-stringop-truncation for GCC8Stewart Smith1-1/+1
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: 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