Add a platform init daemon

This commit adds a daemon that can initialize platforms, and adds in the
requisite CLI interfaces to be able to add new platforms in the future.

Change-Id: If4a801fe38e9f4141737d2b5c8b494dc00bf4d59
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..9004923
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,6 @@
+option(
+    'platform-name',
+    type: 'string',
+    value: 'nvidia-gb200',
+    description: 'Platform to init (Temporary)',
+)