IBM:P11:support

Added IBM P11 device tree support

Change-Id: Ib2bf48a387f54984901594c9e491dd004ad121ca
Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
diff --git a/const.hpp b/const.hpp
index 86adcb8..5dc9e58 100644
--- a/const.hpp
+++ b/const.hpp
@@ -61,6 +61,13 @@
 static constexpr auto EVEREST = "50003000.json";
 static constexpr auto EVEREST_V2 = "50003000_v2.json";
 static constexpr auto BONNELL = "50004000.json";
+static constexpr auto BLUERIDGE_2U = "60001001.json";
+static constexpr auto BLUERIDGE_2U_V2 = "60001001_v2.json";
+static constexpr auto BLUERIDGE_4U = "60001000.json";
+static constexpr auto BLUERIDGE_4U_V2 = "60001000_v2.json";
+static constexpr auto BLUERIDGE_1S4U = "60001002.json";
+static constexpr auto FUJI = "60002000.json";
+static constexpr auto FUJI_V2 = "60002000_v2.json";
 
 constexpr uint8_t KW_VPD_START_TAG = 0x82;
 constexpr uint8_t KW_VPD_END_TAG = 0x78;