#
5bc26533 |
| 10-Apr-2024 |
Arya K Padman <aryakpadman@gmail.com> |
PEL: Changing the remaining traces to lg2 style
Some of the logging traces of PEL files still uses old style of logging.
Changing the remaining traces in PEL files to lg2 style of logging.Some of t
PEL: Changing the remaining traces to lg2 style
Some of the logging traces of PEL files still uses old style of logging.
Changing the remaining traces in PEL files to lg2 style of logging.Some of the traces in phosphor logging code which use the old style is also considered.
Change-Id: I0daf9589af443881cb61730047c23db17fdec2c3 Signed-off-by: Arya K Padman <aryakpadman@gmail.com>
show more ...
|
#
2544b419 |
| 04-Oct-2022 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: update with latest
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I329396457b83bb2eb8740629b4ac1fbe9106bced
|
#
f380c516 |
| 19-Nov-2021 |
Sumit Kumar <sumit_kumar@in.ibm.com> |
PEL: Fix for error - unable to read PEL ID file
This is a case when PEL daemon can't read pelID file to get the next pel Id to use. It could be that the file got corrupted during code update or fact
PEL: Fix for error - unable to read PEL ID file
This is a case when PEL daemon can't read pelID file to get the next pel Id to use. It could be that the file got corrupted during code update or factory reset leading to zeros data in file. The fix is to delete the file as there is already code later to recreate file if not available.
Signed-off-by: Sumit Kumar <sumit_kumar@in.ibm.com> Change-Id: I42372cc1d79ece5914e7fdb51f3fa2a2d9cb07e7
show more ...
|
#
711d51d8 |
| 06-Nov-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Add license prologue to source files
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I31b12f509d32b79064a8a427af35e6a310273051
|
#
df13bdb6 |
| 10-Jul-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Add function to generate unique PEL IDs
Create generatePELID() to return a unique 4B PEL ID every time it is called. It will start at a base value, and then increment by 1 each time. It uses a
PEL: Add function to generate unique PEL IDs
Create generatePELID() to return a unique 4B PEL ID every time it is called. It will start at a base value, and then increment by 1 each time. It uses a file to save the next value to use.
This will be used by the PEL handling code to create unique values for the error log ID field in the Private Header section.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I841a8dcc5dc48e2b663004be3dccfb114ba366f2
show more ...
|