tof-voters: enable openpower repositories

Based on private discussion with other TOF members, enabling openpower
repositories but disable:
    - 'openpower-libhei' chip data.
    - 'openpower-hw-diags' chip data.
    - 'openpower-hw-diags' PEL code.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4a9c06fd3712d76046fb3b388b517e1da2b14f18
diff --git a/tof-voters/libvoters/acceptable.py b/tof-voters/libvoters/acceptable.py
index 2c164ba..ca16392 100644
--- a/tof-voters/libvoters/acceptable.py
+++ b/tof-voters/libvoters/acceptable.py
@@ -7,7 +7,6 @@
         ".*-oem",
         "openbmc/ibm-.*",
         "openbmc/intel-.*",
-        "openbmc/openpower-.*",
         "openbmc/google-.*",
         "openbmc/meta-.*",
     ]
@@ -30,6 +29,7 @@
 def file(proj: str, filename: str) -> bool:
     reject_regex = {
         "all": [
+            ".*/create_pel.*",
             ".*/google/",
             ".*/ibm/",
             ".*/intel/",
@@ -42,6 +42,15 @@
         "openbmc/libmctp": ["docs/bindings/vendor-.*"],
         "openbmc/openbmc": ["meta-(?!phosphor).*", "poky/.*"],
         "openbmc/openbmc-test-automation": ["oem/.*", "openpower/.*"],
+        "openbmc/openpower-libhei": [
+            "test/simulator/sample_data/.*",
+            "test/simulator/test_*cases/.*",
+            "xml/.*",
+        ],
+        "openbmc/openpower-hw-diags": [
+            ".*/pel/.*",
+            ".*/ras-data/.*",
+        ],
         "openbmc/phosphor-debug-collector": [
             "dump-extensions/.*",
             "tools/dreport.d/ibm.d/.*",