PHAL: Additional callout support for sbe timeout error
Sbe Boot timeout or chip-op timeout case BMC should run
sbe_extract_rc procedure to identify the correct callout
and service action. Currently this procedure based callout
handling is not place. Adding callout recommended by RAS
team till the actual callout code in place.
Tested:
"Callout Count": "2",
"Callouts": [{
"FRU Type": "Maintenance Procedure Required",
"Priority": "Mandatory, replace all with this type as a unit",
"Procedure": "BMC0002"
}, {
"FRU Type": "Normal Hardware FRU",
"Priority": "Medium Priority",
"Location Code": "xxx", --> processor callout
"Part Number": "xxx",
"CCIN": "xxx",
"Serial Number": "xxx"
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I40444eb5da1a5f329b09dea1bce15e1bab53e1d8
diff --git a/meson.build b/meson.build
index 8af1f98..889109d 100644
--- a/meson.build
+++ b/meson.build
@@ -186,6 +186,7 @@
dependency('fmt'),
dependency('phosphor-dbus-interfaces'),
cxx.find_library('pdbg'),
+ cxx.find_library('phal'),
],
install: true
)