summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/tools
Commit message (Collapse)AuthorAgeFilesLines
* PEL: Taking regex calls out of PEL listing functionAatir2020-01-141-20/+17
| | | | | | | Taking out regex calls to improve time complexity Change-Id: Id0ca32bf78b006b3c8e03ac95206c670f92d4002 Signed-off-by: Aatir <aatrapps@gmail.com>
* PEL: PEL listing time fixAatir2020-01-141-96/+196
| | | | | | | | Previously PELs were being flattened twice before being listed. This commit brings it down to one. Change-Id: I027d1e22e8d6d793c30c6f26a06178a448a6c301 Signed-off-by: Aatir <aatrapps@gmail.com>
* PEL: Display PEL by IDAatir2020-01-141-6/+74
| | | | | | | This command displays a PEL by id. Change-Id: I26b8d30b886f47c02dd8cf648e6a261a6867a048 Signed-off-by: Aatir <aatrapps@gmail.com>
* PEL: Print list of PELsAatir2019-12-091-1/+185
| | | | | | | | | | | | | | | | | | | | | | PelTool commands for printing a list of PELs. PEL list sample: { "0x50000004": { "SRC": "BD8D1001", "PLID": "0x50000004", "CreatorID": "BMC", "Subsystem": "bmc_firmware", "Commit Time": "10/24/2019 15:50:08", "Sev": "unrecoverable", "CompID": "0x1000" } } Change-Id: Ifd864a6561c09de098689195edcf107b3fe550e3 Signed-off-by: Aatir <aatrapps@gmail.com>
* PEL: Add license prologue to source filesMatt Spinler2019-11-061-0/+15
| | | | | Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I31b12f509d32b79064a8a427af35e6a310273051
* PEL: PELTool ApplicationAatir2019-11-061-0/+64
PELTooL application would be used to interact with PELs. This commit has the first functionality, where a PEL file is passed and all PEL sections are hexdumped in a JSON object. Signed-off-by: Aatir <aatrapps@gmail.com> Change-Id: I155d75bb58cbd14a297b094314f7fd1f271f4f37
OpenPOWER on IntegriCloud