History log of /openbmc/openpower-hw-diags/test/test-resolution.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# 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 ...


# adda0540 06-Apr-2023 Zane Shelley <zshelle@us.ibm.com>

Clarify definition of chip checkstop

Previously, the ATTN_TYPE_CHECKSTOP associated with a signature was
synonymous with a system checkstop event. This is certainly true for
if a processor chip chec

Clarify definition of chip checkstop

Previously, the ATTN_TYPE_CHECKSTOP associated with a signature was
synonymous with a system checkstop event. This is certainly true for
if a processor chip checkstops. However, this is not true if a connected
OCMB chip checkstops because it is possible in some cases for a system
to recover. To differentiate an OCMB chip checkstop from a system
checkstop they were previously reported as unit checkstops. With the
addition Odyssey OCMBs, which have ability to report both chip and unit
checkstops, we decided to fix the confusion and disassociate a chip
checkstop from a system checkstop. Now the signatures will properly
report the chip attention type and the signature filtering code has been
modified to simply associate only chip checkstops from processor chips
as system checkstop attentions.

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Iff9822ff8c9c0ae1afe84353010e94759dbdf49d

show more ...


# 626270af 21-Feb-2022 Caleb Palmer <cnpalmer@us.ibm.com>

Add support for getting a connected peer from IOHS or SMPGROUP

This adds getConnectedTarget support to get a connected peer
target that is across a bus from a provided IOHS or
SMPGROUP/IOLINK target

Add support for getting a connected peer from IOHS or SMPGROUP

This adds getConnectedTarget support to get a connected peer
target that is across a bus from a provided IOHS or
SMPGROUP/IOLINK target

Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
Change-Id: I00320cf604ea21023b702fc984efd83f137ab36d

show more ...


# bc94bdea 18-Feb-2022 Caleb Palmer <cnpalmer@us.ibm.com>

Add NX target and update target to subsystem map

Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
Change-Id: Id55834370343748ecddfa6d23f70747d75708593


# 55e7fec3 28-Jan-2022 Zane Shelley <zshelle@us.ibm.com>

Update primary SRC field based on callout list

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I41f3eda5c27b8ec74d6329b8f145181f400547f8


# 08c21c25 26-Jan-2022 Zane Shelley <zshelle@us.ibm.com>

Rearranged CI test cases to improve execution time

By building only the files you need for a CI test case instead of using
the same set of src files for all test cases, the execution time of the
Jen

Rearranged CI test cases to improve execution time

By building only the files you need for a CI test case instead of using
the same set of src files for all test cases, the execution time of the
Jenkins CI script was reduced by 25%.

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ieb5ef2305e8d7ef5b31e08ea7f4cf9ceb6634029

show more ...