commit | ae663a0cdff29eacb08a35b0810139a45ff62db4 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Jun 01 06:33:47 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jun 02 09:08:27 2022 -0500 |
tree | 3072f6a25dfd25ac2d6ed0b89fefe04f906747cd | |
parent | 8e93c1cc6b73771a432bafec6de63eaf80483bb8 [diff] |
op-stop-instructions: change service timeout value to 20 sec Processor level stop instruction api takes close to 1.5 seconds including thread status updates. Incase of systems with larger configuration this service fail to complete. changed service timeout to 20 seconds to support 8 processor configuration system. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I36a55f234db7a5f98821cb6362e1e7d95fcf36ef
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.