Searched hist:"5 dc5d6cc6796ef038c59e41297349a982c8dd296" (Results 1 – 1 of 1) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | diff 5dc5d6cc6796ef038c59e41297349a982c8dd296 Tue Jul 20 15:21:16 CDT 2021 Adriana Kobylak <anoo@us.ibm.com> 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>
|