aboutsummaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Expand)AuthorFilesLines
2018-04-10opal-prd: Insert powernv_flash moduleVasant Hegde1-1/+8
2018-04-09libflash/blocklevel: Make read/write be ECC agnostic for callersCyril Bur1-32/+17
2018-04-09external/ffspart: Improve error outputCyril Bur1-2/+2
2018-04-09external/ffspart: Use new interfaceCyril Bur59-399/+481
2018-04-09libflash/libffs: Allow caller to specifiy header partitionCyril Bur1-1/+1
2018-04-09libflash/libffs: Refcount ffs entriesCyril Bur2-1/+3
2018-04-09libflash/libffs: Switch to storing header entries in an arrayCyril Bur10-10/+0
2018-04-09libflash/libffs: Remove the 'sides' from the FFS TOC generation codeCyril Bur1-1/+1
2018-04-09external/ffspart: Remove side, order and backup optionsCyril Bur6-90/+24
2018-04-09external/pflash: Use ffs_entry_user_to_string() to standardise flag stringsCyril Bur2-18/+12
2018-04-09libffs: Standardise ffs partition flagsCyril Bur6-8/+8
2018-04-09external/ffspart: Allow # comments in input fileCyril Bur1-0/+4
2018-03-14Make gard display show that a record is clearedDan Crowell1-3/+4
2018-02-28mambo: Add fw-feature flags for security related settingsMichael Ellerman1-1/+22
2018-02-14pflash: Fix makefile dependency issueStewart Smith1-3/+3
2018-02-08Fix FTBFS with -Werror=format-overflowFrédéric Bonnard1-1/+1
2018-01-30Fix xscom-utils distclean targetFrédéric Bonnard1-1/+1
2018-01-30Add man pages for xscom-utils and pflashFrédéric Bonnard7-1/+167
2017-12-20Mambo: run hello_world and sreset_world tests with Secure and Trusted BootStewart Smith1-1/+1
2017-12-18pflash: Respect write(2) return valuesCyril Bur1-4/+9
2017-12-14opal-prd: occ: Add support for runtime OCC load/start in ZZShilpasri G Bhat1-2/+94
2017-12-14opal-prd: Add support for runtime OCC reset in ZZShilpasri G Bhat2-1/+113
2017-12-15external/test/test.sh: fix VERSION substitution when no tagsStewart Smith1-2/+2
2017-12-13pflash: Support for clean_on_ecc_error flagAdriana Kobylak7-15/+36
2017-12-13external/test: make stripping out version number more robustStewart Smith1-2/+2
2017-12-01external/pflash: Fix non-zero return code for successful read when size%256 != 0Suraj Jitindar Singh1-1/+1
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-12-01external/test: Print the name of each testOliver O'Halloran1-0/+1
2017-11-30mambo: Add support for NUMAMichael Ellerman1-0/+25
2017-11-29mambo: split qtrace macros out into qtrace_utils.tclStewart Smith2-11/+10
2017-11-28external/test: Display test dir on failureOliver O'Halloran1-2/+6
2017-11-28external/mambo: Switch qtrace command to use pluginsNicholas Piggin1-26/+7
2017-11-20external/pflash: Fix erasing within a single erase blockCyril Bur1-6/+10
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