commit | 6fc7fcd6b12cdf11552468244ea4b61d0c339d11 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 18 18:47:55 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 18 20:05:00 2021 +0000 |
tree | bce05c84ed0b152dd15a67de941484b668c8bde8 | |
parent | 9c2ef681e33ef736e23ec9095bf6fa8d7eeb950e [diff] |
Add a new pldm feature option The openpower-process-host-firmware and openpower-update-bios-attr-table set up the system to use the PLDM protocol instead of hiomap (mboxd). Since tacoma uses emmc but does not support the host PLDM protocol, need to make it an optional feature. Create an optional pldm feature so that the p10bmc systems can opt-in to it. Once all the PLDM support is in place in the host side, the mboxd support can be removed from systems that enable this new pldm option. Tested: Enabled this new pldm feature in p10bmc, verified tacoma and p10bmc reached power on. Change-Id: I38a71ab3a639f132caa1e6565cca7ab319c23943 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.