commit | 0e0a3b1ae3e96661030c872a17c8fc5fa849e929 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Jul 15 16:47:03 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Jul 16 16:31:04 2020 -0500 |
tree | 77ef0ba45b2a712c2fba88bd751c1fb39d231829 | |
parent | e8606daa53c6bea2b15fa2efb201c54d8a4f23f1 [diff] |
vpnor: Add hostfw symlinks On eMMC, in addition to the PNOR files, there are hostfw files. Create symlinks for the 2 versions on flash, so that pldm (which will replace mboxd) can read/write. Tested: Both pnor and hostfw links are created: root@rainier:~# ls -l /var/lib/phosphor-software-manager/* /var/lib/phosphor-software-manager/hostfw: lrwxrwxrwx 1 root root 23 Jul 16 20:37 alternate -> /media/hostfw/alternate lrwxrwxrwx 1 root root 21 Jul 16 20:37 running -> /media/hostfw/running /var/lib/phosphor-software-manager/pnor: lrwxrwxrwx 1 root root 21 Jul 16 20:37 prsv -> /media/hostfw/running lrwxrwxrwx 1 root root 21 Jul 16 20:37 ro -> /media/hostfw/running lrwxrwxrwx 1 root root 21 Jul 16 20:37 rw -> /media/hostfw/running Change-Id: I2fe726641611112bc7a447eed5c2d64db268ce8e 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: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.