summaryrefslogtreecommitdiff
path: root/phosphor-u-boot-env-mgr
AgeCommit message (Collapse)AuthorFilesLines
2019-06-29[u-boot-mgr]: Initial u-boot mgr hardening intfRichard Marian Thomaiyar7-0/+532
Initial u-boot mgr to harden interface and usage. This exposes method in D-Bus which other daemon can use to update U-Boot environment variables, instead of directly using fw_printenv or fw_setenv tools. Tested: 1. Verified able to query the ReadAll, Read and Write method exposed in this interface. 2. Verified using provisioning mode property 3. Verified that ipmid is working fine and filtering (full verification done in this review). Change-Id: If27e9e8413057c0b7e93f0cd3b269e49bba95cbc Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>