tools: Extend support for ComponentOptions

Add support for both Force Update and Use Component Comparison Stamp.

Signed-off-by: Tom Joseph <rushtotom@gmail.com>
Change-Id: Ief6e56e8a167a989c27b6b2244b340ed0956d799
diff --git a/tools/fw-update/pldm_fwup_pkg_creator.py b/tools/fw-update/pldm_fwup_pkg_creator.py
index 5d603b8..7b57cca 100755
--- a/tools/fw-update/pldm_fwup_pkg_creator.py
+++ b/tools/fw-update/pldm_fwup_pkg_creator.py
@@ -407,7 +407,7 @@
         # ComponentOptions
         component_options = bitarray(16, endian='little')
         component_options.setall(0)
-        supported_component_options = [0]
+        supported_component_options = [0, 1, 2]
         for option in component["ComponentOptions"]:
             if option not in supported_component_options:
                 sys.exit(