add meson build

most the other openbmc projects are turning into meson projects, so
let's hop on that meson train.

Tested: Builds as expected

Change-Id: I06b6f9e28e27bf7922f42f93756efb98bdb40b2a
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..e0bf2d1
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,4 @@
+option('tests', type: 'feature', description: 'Build tests')
+option('intel-pfr', type: 'feature', description: 'Intel Platform Firmware Resilience enabled')
+option('bmc-validation-unsecure-feature', type: 'feature', description: 'Enables unsecure features required by validation. Note: must be turned off for production images.')
+option('using-entity-manager-decorators', type: 'feature', description: 'Enable using EM decorators to map FRUs to entity IDs')