Add the default cipher list for all platforms

The cipher_list.json was added only for Witherspoon platform earlier,
this change will package the json file in the image and related IPMI
commands Get Channel Cipher Suites and Get LAN configuration commands
can succeed.

Resolves openbmc/openbmc#3143

Change-Id: I3b1db52b3c4bc4cff69a521e047872497ddae3dc
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json
new file mode 100644
index 0000000..767fc70
--- /dev/null
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json
@@ -0,0 +1,14 @@
+{
+    "a":{
+        "cipher":3,
+        "authentication":1,
+        "integrity":1,
+        "confidentiality":1
+    },
+    "b":{
+        "cipher":17,
+        "authentication":3,
+        "integrity":4,
+        "confidentiality":1
+    }
+}