commit | 98f223263166c83df048efde0018159abfb5a976 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Jul 20 10:39:41 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Jul 20 12:55:55 2020 -0500 |
tree | bf19bcb72127dea016ade01ef2b95f8336230854 | |
parent | 0e0a3b1ae3e96661030c872a17c8fc5fa849e929 [diff] |
mmc: Add read-only directory to support mboxd The mboxd implementation assumes that there is a read-only and read-write directory. During a write request, mboxd copies the contents of the read-only to the read-write directory. To continue to support mboxd, mount a read-only directory of the hostfw image for mboxd to use. Otherwise the write command fails (can't copy the file to itself) and mboxd exits. Tested: Verified mboxd didn't fail and system powered on. Change-Id: Idcb8ff0c5eee0179d5d70e60e5e01c7d0f76b880 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`.