Fix possible infinite-loop in getCPUBusNums()

Due to a variable-name typo, if cpuBusNum1 had a non-zero value, the
loop adding each byte to cpu.cpuBusNums would never terminate.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I1c2c9bedffac0dbd00c9d4e6de54a6331919ca80
1 file changed
tree: eb8bffbed26d2bf0bddf288761452d82c13ee90f
  1. include/
  2. service_files/
  3. src/
  4. utils/
  5. .clang-format
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. 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.