commit | 5dc5d6cc6796ef038c59e41297349a982c8dd296 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Jul 20 20:21:16 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Jul 30 18:59:37 2021 +0000 |
tree | 5062290a7f88858c6690296b285174196b3d3f4d | |
parent | ebf67bf70fd5e80be719aad4b295424eb9c83172 [diff] |
functions: Create symlinks for hostfw elements Create symlinks for the hostfw elements to point to their corresponding lid files. The hostfw image would not have the hostfw element files, only lid files. The symlinks allow applications such as mboxd and openpower-proc-control to read data for the appropriate system type since the symlink would be pointing to the right lid file depending on system type. No need to hardcode the symlink for HBB, this is done automatically now based on the JSON file. Tested: Verified all element files pointed to the right lid file, ex: lrwxrwxrwx 1 root root 12 Jul 26 16:08 DEVTREE -> 81e00673.lid lrwxrwxrwx 1 root root 12 Jul 26 16:08 HBB -> 81e0065a.lid Change-Id: Ia5791be0980301022c64c2469be92ab4add61a75 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
.