#
2cff3015 |
| 10-Sep-2022 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
oem_ibm: Move the NVRAM files to the hostfw directory
This commit would : - Move the NVRAM files from /var/ on the BMC to the hostfw directory so that they don't get erased during a BMC factory re
oem_ibm: Move the NVRAM files to the hostfw directory
This commit would : - Move the NVRAM files from /var/ on the BMC to the hostfw directory so that they don't get erased during a BMC factory reset.
- To help migrate existing systems, check if the files exist in /var/, and if they do, move them to the hostfw destination.
- This also adds dependent services that ensure that the links being setup correctly in var/lib/phosphor-software-manager/hostfw/ is run first.
- The services to clear PHYP NVRAM are not needed anymore. Instead of the BMC clearing them, the hypervisor will now clear them if the pvm_clear_nvram bios attribute is set.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: If8da88347a82d212b30c3cb6354037b62887c67c
show more ...
|
#
fec5d59b |
| 21-Jan-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Upstream pldm-hypervisor services under OEM - The intent behind this commit is to create a folder for all the pldm services(including the oem services) & installs the respecti
Upstream pldm-hypervisor services under OEM - The intent behind this commit is to create a folder for all the pldm services(including the oem services) & installs the respective services based on the meson configuration. - This commit would also remove a redundant systemd dependency which was missed in earlier cleanup. Tested By: 1. meson buiddir -Doem-ibm=enabled/disabled 2. ninja -C builddir 3. ninja install Post the install step, was able to see the respective systemd unit files in the systemd_unit_dir (lib/systemd/system) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I4d9e093be25ac7a8a94bcccc9f8c1e7d3de1c68c
show more ...
|