commit | b6074db352c221172d337be06e2f36df5c90c8a1 | [log] [tgz] |
---|---|---|
author | rajerpp1 <rajerpp1@in.ibm.com> | Mon Dec 13 10:15:57 2021 -0600 |
committer | rajerpp1 <rajerpp1@in.ibm.com> | Mon Dec 13 22:39:00 2021 -0600 |
tree | 783c646ab134aee975a9a1cd7b7bc3ea09cf4656 | |
parent | b5fa942a4fa02fe4500674b32ee16e31e802f1de [diff] |
PHAL: Fixing wrong callout of reference target -The target provided in HwCallout structure is, only a reference target to find the actual hardware target need to be called out. So, this target should not be called out. Signed-off-by: Rajees P P <rajerpp1@in.ibm.com> Change-Id: I64082ae30d936d8b2e46458b460e66ff064f049b
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`.