[SWDEV-553168] Add support for decoding out of band boot time CPER files.

Change-Id: Ic4278698f9c5b5ae56bd56fd43150c0653c1ef05
This commit is contained in:
Oosman Saeed
2025-09-12 21:13:01 +00:00
committed by Arif, Maisam
parent c4cad504be
commit c6698c9100
28 changed files with 2438 additions and 649 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ fi
# Find all source files
mapfile -t FILES < <(
find . \( -name build -o -name .git -o -path "./src/aca-decode" -o -path "./esmi_ib_library" -o -path "./rocm_smi/include/rocm_smi/kfd_ioctl.h" \) -prune -o \
find . \( -name build -o -name .git -o -path "./src/ras-decode-instinct-staging" -o -path "./esmi_ib_library" -o -path "./rocm_smi/include/rocm_smi/kfd_ioctl.h" \) -prune -o \
\( -name "*.cc" -o -name "*.cpp" -o -name "*.c" \) -print
)