commit | 81c67725d87c1ec0536f9592d613535494b40989 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Wed Sep 11 16:47:29 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Oct 23 06:53:42 2019 +0000 |
tree | 595077f350d94d70ba3c64faec0e11c2d03d3066 | |
parent | 1799f381a53adca6f90c81b030a3369aa8799202 [diff] |
Activation: Add activationBlocksTransition Use activationBlocksTransition during PSU code update, which prevent host from powering on during the activation. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: Ie303a99d9bbfee49c949884f16dbca0c5b08ee6e
phosphor-psu-code-mgmt is a service to provide management for PSU code, including:
meson build/ && ninja -C build
meson -Doe-sdk=enabled -Dtests=enabled build/ ninja -C build/ test # Meson skips running the case due to it thinks it's cross compiling # Manually run the tests for t in `find build/test/ -maxdepth 1 -name "test_*"`; do ./$t || break ; done