#
27dd6368 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I27b0d1357211259edb6ec2776924729052f238d6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
90516851 |
| 14-Dec-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Add SBE hreset support to SBE attention handler
When a SBE attention is being handled we will request a SBE hreset and try to clear the SBE attentions. If this is not successful we will request a SB
Add SBE hreset support to SBE attention handler
When a SBE attention is being handled we will request a SBE hreset and try to clear the SBE attentions. If this is not successful we will request a SBE dump and host re-IPL.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I5eb8e8728e92af54673cd3e37529eca9f6b03857
show more ...
|
#
3a80c983 |
| 21-Oct-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Add ten second delay during SBE attention handling
A 10 second wait is introduced in the attention handler path when a SBE attention is detected. This wait has been shown to be adequate to all
Attn: Add ten second delay during SBE attention handling
A 10 second wait is introduced in the attention handler path when a SBE attention is detected. This wait has been shown to be adequate to allow the power fault handling logic to commit a PEL and gracefully power down the host before the SBE attention is handled. The SBE attention handling will be preempted by the host power down sequence. No SBE attention PEL will be committed.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I91a313712b67eec0ec10eb3f37e0c56fda64f200
show more ...
|
#
bfa831a8 |
| 26-Jan-2022 |
austinfcui <austinfcui@gmail.com> |
Attention handler trace message refactor
Signed-off-by: austinfcui <austinfcui@gmail.com> Change-Id: If86af8fb88b0ce15f6a626676a412a5cee88acc0
|
#
611b3442 |
| 19-Nov-2021 |
Zane Shelley <zshelle@us.ibm.com> |
change analyzerHardware() to return PEL PLID is created Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Icee2909e5060c79cb95ead8fc08a5e359df42829
|
#
7f6ce6ac |
| 17-Aug-2021 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Self boot engine (SBE) attention support When an SBE vital attention is detected a plateform event log entry will be created and an SBE dump will be requested. A request to transit
Attn: Self boot engine (SBE) attention support When an SBE vital attention is detected a plateform event log entry will be created and an SBE dump will be requested. A request to transition the host will be issued once the dump is completed. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I3e53292d7eb429a76a920bda0dfb051afbc9fe6b
show more ...
|
#
9306716d |
| 23-Jul-2021 |
Ben Tyner <ben.tyner@ibm.com> |
util::dbus: Make common the transition host support Move transition host support from attention handler specific code to common util code. Signed-off-by: Ben Tyner <ben.tyner@ib
util::dbus: Make common the transition host support Move transition host support from attention handler specific code to common util code. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I7fb4970354aaeca65fcc074107f99262e504ac34
show more ...
|
#
b8335568 |
| 16-Jul-2021 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Do not always trace hostboot registers Only trace hostboot registers if we are handling a checkstop or TI. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I66f234b
Attn: Do not always trace hostboot registers Only trace hostboot registers if we are handling a checkstop or TI. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I66f234b424dbd36e8789c64c9a9e82a3a0e75d44
show more ...
|
#
bcf65a8b |
| 01-Dec-2020 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Quiesce host on SBE vital When an SBE vital is detected the attention handler will transition the host to the quiesce state. Code has also been added to make a call to thread_s
Attn: Quiesce host on SBE vital When an SBE vital is detected the attention handler will transition the host to the quiesce state. Code has also been added to make a call to thread_stop_all (libpdbg) before transitioning host (mpipl and quiesce cases). Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Idac4680e2cb9eacedb6be7b70ae8b0d60dde66b5
show more ...
|