Update the DeviceType property from string to enum

As defined in the PDIs [1], the DeviceType property of PCIeDevice
interface has been updated from "string" to "enum". This commit updates
the corresponding values.

[1] https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/81625

Change-Id: I4f5f5f17f7faee10c9b804b44e941ed551953d8c
Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
1 file changed
tree: bfd7798366765a0d24167a5c18fd56501d9a9dab
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. utils/
  6. .clang-format
  7. .gitignore
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

peci-pcie

The peci-pcie application uses the CPU PECI interface to get PCIe Device information for the system and shares it on D-Bus. The information from D-Bus is used by bmcweb to populate the PCIe Device resources in Redfish.