commit | e499446423d6ebe96f74e079de36a8929d47277b | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Mar 14 14:41:53 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Mon Mar 18 11:25:47 2019 +0800 |
tree | 228794ab38e5e46e06fee89ae462244779a84d10 | |
parent | 7d832d7d30acfe942c7bb924ca14b9edaddca049 [diff] |
Refactor: Use hiomapd instead of mboxd mbox service is renamed to hiomapd and provides "Suspend" and "Resume" method calls, which is more appropriate for raw "cmd" calls. Use the new methods to suspend and resume hiomapd. Move "getService()" function into utils so it is shared by multiple files. Tested: Verify the reset works on Romulus Change-Id: I8f89de134b13126697bfc69a21a3148a01c34cca Signed-off-by: Lei YU <mine260309@gmail.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`.