PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1 | #include "config.h" |
| 2 | |
Sunny Srivastava | 6c71c9d | 2021-04-15 04:43:54 -0500 | [diff] [blame] | 3 | #include "common_utility.hpp" |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 4 | #include "defines.hpp" |
Sunny Srivastava | 6c71c9d | 2021-04-15 04:43:54 -0500 | [diff] [blame] | 5 | #include "ibm_vpd_utils.hpp" |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 6 | #include "ipz_parser.hpp" |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 7 | #include "keyword_vpd_parser.hpp" |
Alpana Kumari | a00936f | 2020-04-14 07:15:46 -0500 | [diff] [blame] | 8 | #include "memory_vpd_parser.hpp" |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 9 | #include "parser_factory.hpp" |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 10 | #include "vpd_exceptions.hpp" |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 11 | |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 12 | #include <assert.h> |
Alpana Kumari | 8ea3f6d | 2020-04-02 00:26:07 -0500 | [diff] [blame] | 13 | #include <ctype.h> |
| 14 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 15 | #include <CLI/CLI.hpp> |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 16 | #include <algorithm> |
alpana07 | 7ce6872 | 2021-07-25 13:23:59 -0500 | [diff] [blame] | 17 | #include <boost/algorithm/string.hpp> |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 18 | #include <cstdarg> |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 19 | #include <exception> |
PriyangaRamasamy | 83a1d5d | 2020-04-30 19:15:43 +0530 | [diff] [blame] | 20 | #include <filesystem> |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 21 | #include <fstream> |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 22 | #include <gpiod.hpp> |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 23 | #include <iostream> |
| 24 | #include <iterator> |
| 25 | #include <nlohmann/json.hpp> |
Andrew Geissler | 280197e | 2020-12-08 20:51:49 -0600 | [diff] [blame] | 26 | #include <phosphor-logging/log.hpp> |
alpana07 | 7ce6872 | 2021-07-25 13:23:59 -0500 | [diff] [blame] | 27 | #include <regex> |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 28 | |
| 29 | using namespace std; |
| 30 | using namespace openpower::vpd; |
| 31 | using namespace CLI; |
| 32 | using namespace vpd::keyword::parser; |
PriyangaRamasamy | 83a1d5d | 2020-04-30 19:15:43 +0530 | [diff] [blame] | 33 | using namespace openpower::vpd::constants; |
| 34 | namespace fs = filesystem; |
| 35 | using json = nlohmann::json; |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 36 | using namespace openpower::vpd::parser::factory; |
SunnySrivastava1984 | 945a02d | 2020-05-06 01:55:41 -0500 | [diff] [blame] | 37 | using namespace openpower::vpd::inventory; |
Alpana Kumari | a00936f | 2020-04-14 07:15:46 -0500 | [diff] [blame] | 38 | using namespace openpower::vpd::memory::parser; |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 39 | using namespace openpower::vpd::parser::interface; |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 40 | using namespace openpower::vpd::exceptions; |
Andrew Geissler | 280197e | 2020-12-08 20:51:49 -0600 | [diff] [blame] | 41 | using namespace phosphor::logging; |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 42 | |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 43 | static const deviceTreeMap deviceTreeSystemTypeMap = { |
Joel Stanley | 6fb0ef9 | 2021-05-26 13:14:32 +0930 | [diff] [blame] | 44 | {RAINIER_2U, "conf-aspeed-bmc-ibm-rainier-p1.dtb"}, |
| 45 | {RAINIER_2U_V2, "conf-aspeed-bmc-ibm-rainier.dtb"}, |
| 46 | {RAINIER_4U, "conf-aspeed-bmc-ibm-rainier-4u-p1.dtb"}, |
| 47 | {RAINIER_4U_V2, "conf-aspeed-bmc-ibm-rainier-4u.dtb"}, |
Andrew Geissler | 2fe709f | 2021-03-25 10:59:07 -0500 | [diff] [blame] | 48 | {RAINIER_1S4U, "conf-aspeed-bmc-ibm-rainier-1s4u.dtb"}, |
| 49 | {EVEREST, "conf-aspeed-bmc-ibm-everest.dtb"}}; |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 50 | |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 51 | /** |
Santosh Puranik | 8589375 | 2020-11-10 21:31:43 +0530 | [diff] [blame] | 52 | * @brief Returns the power state for chassis0 |
| 53 | */ |
| 54 | static auto getPowerState() |
| 55 | { |
| 56 | // TODO: How do we handle multiple chassis? |
| 57 | string powerState{}; |
| 58 | auto bus = sdbusplus::bus::new_default(); |
| 59 | auto properties = |
| 60 | bus.new_method_call("xyz.openbmc_project.State.Chassis", |
| 61 | "/xyz/openbmc_project/state/chassis0", |
| 62 | "org.freedesktop.DBus.Properties", "Get"); |
| 63 | properties.append("xyz.openbmc_project.State.Chassis"); |
| 64 | properties.append("CurrentPowerState"); |
| 65 | auto result = bus.call(properties); |
| 66 | if (!result.is_method_error()) |
| 67 | { |
| 68 | variant<string> val; |
| 69 | result.read(val); |
| 70 | if (auto pVal = get_if<string>(&val)) |
| 71 | { |
| 72 | powerState = *pVal; |
| 73 | } |
| 74 | } |
| 75 | cout << "Power state is: " << powerState << endl; |
| 76 | return powerState; |
| 77 | } |
| 78 | |
| 79 | /** |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 80 | * @brief Expands location codes |
| 81 | */ |
| 82 | static auto expandLocationCode(const string& unexpanded, const Parsed& vpdMap, |
| 83 | bool isSystemVpd) |
| 84 | { |
| 85 | auto expanded{unexpanded}; |
| 86 | static constexpr auto SYSTEM_OBJECT = "/system/chassis/motherboard"; |
| 87 | static constexpr auto VCEN_IF = "com.ibm.ipzvpd.VCEN"; |
| 88 | static constexpr auto VSYS_IF = "com.ibm.ipzvpd.VSYS"; |
| 89 | size_t idx = expanded.find("fcs"); |
| 90 | try |
| 91 | { |
| 92 | if (idx != string::npos) |
| 93 | { |
| 94 | string fc{}; |
| 95 | string se{}; |
| 96 | if (isSystemVpd) |
| 97 | { |
| 98 | const auto& fcData = vpdMap.at("VCEN").at("FC"); |
| 99 | const auto& seData = vpdMap.at("VCEN").at("SE"); |
| 100 | fc = string(fcData.data(), fcData.size()); |
| 101 | se = string(seData.data(), seData.size()); |
| 102 | } |
| 103 | else |
| 104 | { |
| 105 | fc = readBusProperty(SYSTEM_OBJECT, VCEN_IF, "FC"); |
| 106 | se = readBusProperty(SYSTEM_OBJECT, VCEN_IF, "SE"); |
| 107 | } |
| 108 | |
Alpana Kumari | 81671f6 | 2021-02-10 02:21:59 -0600 | [diff] [blame] | 109 | // TODO: See if ND0 can be placed in the JSON |
| 110 | expanded.replace(idx, 3, fc.substr(0, 4) + ".ND0." + se); |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 111 | } |
| 112 | else |
| 113 | { |
| 114 | idx = expanded.find("mts"); |
| 115 | if (idx != string::npos) |
| 116 | { |
| 117 | string mt{}; |
| 118 | string se{}; |
| 119 | if (isSystemVpd) |
| 120 | { |
| 121 | const auto& mtData = vpdMap.at("VSYS").at("TM"); |
| 122 | const auto& seData = vpdMap.at("VSYS").at("SE"); |
| 123 | mt = string(mtData.data(), mtData.size()); |
| 124 | se = string(seData.data(), seData.size()); |
| 125 | } |
| 126 | else |
| 127 | { |
| 128 | mt = readBusProperty(SYSTEM_OBJECT, VSYS_IF, "TM"); |
| 129 | se = readBusProperty(SYSTEM_OBJECT, VSYS_IF, "SE"); |
| 130 | } |
| 131 | |
| 132 | replace(mt.begin(), mt.end(), '-', '.'); |
| 133 | expanded.replace(idx, 3, mt + "." + se); |
| 134 | } |
| 135 | } |
| 136 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 137 | catch (const exception& e) |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 138 | { |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 139 | cerr << "Failed to expand location code with exception: " << e.what() |
| 140 | << "\n"; |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 141 | } |
| 142 | return expanded; |
| 143 | } |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 144 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 145 | /** |
| 146 | * @brief Populate FRU specific interfaces. |
| 147 | * |
| 148 | * This is a common method which handles both |
| 149 | * ipz and keyword specific interfaces thus, |
| 150 | * reducing the code redundancy. |
| 151 | * @param[in] map - Reference to the innermost keyword-value map. |
| 152 | * @param[in] preIntrStr - Reference to the interface string. |
| 153 | * @param[out] interfaces - Reference to interface map. |
| 154 | */ |
| 155 | template <typename T> |
| 156 | static void populateFruSpecificInterfaces(const T& map, |
| 157 | const string& preIntrStr, |
| 158 | inventory::InterfaceMap& interfaces) |
| 159 | { |
| 160 | inventory::PropertyMap prop; |
| 161 | |
| 162 | for (const auto& kwVal : map) |
| 163 | { |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 164 | auto kw = kwVal.first; |
| 165 | |
| 166 | if (kw[0] == '#') |
| 167 | { |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 168 | kw = string("PD_") + kw[1]; |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 169 | } |
Alpana Kumari | 8ea3f6d | 2020-04-02 00:26:07 -0500 | [diff] [blame] | 170 | else if (isdigit(kw[0])) |
| 171 | { |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 172 | kw = string("N_") + kw; |
Alpana Kumari | 8ea3f6d | 2020-04-02 00:26:07 -0500 | [diff] [blame] | 173 | } |
Alpana Kumari | 3ab26a7 | 2021-04-05 19:09:19 +0000 | [diff] [blame] | 174 | if constexpr (is_same<T, KeywordVpdMap>::value) |
| 175 | { |
| 176 | if (get_if<Binary>(&kwVal.second)) |
| 177 | { |
| 178 | Binary vec(get_if<Binary>(&kwVal.second)->begin(), |
| 179 | get_if<Binary>(&kwVal.second)->end()); |
Alpana Kumari | 3ab26a7 | 2021-04-05 19:09:19 +0000 | [diff] [blame] | 180 | prop.emplace(move(kw), move(vec)); |
| 181 | } |
| 182 | else |
| 183 | { |
| 184 | if (kw == "MemorySizeInKB") |
| 185 | { |
| 186 | inventory::PropertyMap memProp; |
| 187 | auto memVal = get_if<size_t>(&kwVal.second); |
| 188 | if (memVal) |
| 189 | { |
| 190 | memProp.emplace(move(kw), |
| 191 | ((*memVal) * CONVERT_MB_TO_KB)); |
| 192 | interfaces.emplace( |
| 193 | "xyz.openbmc_project.Inventory.Item.Dimm", |
| 194 | move(memProp)); |
| 195 | } |
| 196 | else |
| 197 | { |
| 198 | cerr << "MemorySizeInKB value not found in vpd map\n"; |
| 199 | } |
| 200 | } |
| 201 | } |
| 202 | } |
| 203 | else |
| 204 | { |
| 205 | Binary vec(kwVal.second.begin(), kwVal.second.end()); |
| 206 | prop.emplace(move(kw), move(vec)); |
| 207 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 208 | } |
| 209 | |
| 210 | interfaces.emplace(preIntrStr, move(prop)); |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * @brief Populate Interfaces. |
| 215 | * |
| 216 | * This method populates common and extra interfaces to dbus. |
| 217 | * @param[in] js - json object |
| 218 | * @param[out] interfaces - Reference to interface map |
| 219 | * @param[in] vpdMap - Reference to the parsed vpd map. |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 220 | * @param[in] isSystemVpd - Denotes whether we are collecting the system VPD. |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 221 | */ |
| 222 | template <typename T> |
| 223 | static void populateInterfaces(const nlohmann::json& js, |
| 224 | inventory::InterfaceMap& interfaces, |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 225 | const T& vpdMap, bool isSystemVpd) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 226 | { |
| 227 | for (const auto& ifs : js.items()) |
| 228 | { |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 229 | string inf = ifs.key(); |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 230 | inventory::PropertyMap props; |
| 231 | |
| 232 | for (const auto& itr : ifs.value().items()) |
| 233 | { |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 234 | const string& busProp = itr.key(); |
| 235 | |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 236 | if (itr.value().is_boolean()) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 237 | { |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 238 | props.emplace(busProp, itr.value().get<bool>()); |
| 239 | } |
| 240 | else if (itr.value().is_string()) |
| 241 | { |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 242 | if constexpr (is_same<T, Parsed>::value) |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 243 | { |
| 244 | if (busProp == "LocationCode" && |
Alpana Kumari | 414d5ae | 2021-03-04 21:06:35 +0000 | [diff] [blame] | 245 | inf == IBM_LOCATION_CODE_INF) |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 246 | { |
Alpana Kumari | 414d5ae | 2021-03-04 21:06:35 +0000 | [diff] [blame] | 247 | // TODO deprecate the com.ibm interface later |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 248 | auto prop = expandLocationCode( |
| 249 | itr.value().get<string>(), vpdMap, isSystemVpd); |
| 250 | props.emplace(busProp, prop); |
Alpana Kumari | 414d5ae | 2021-03-04 21:06:35 +0000 | [diff] [blame] | 251 | interfaces.emplace(XYZ_LOCATION_CODE_INF, props); |
Priyanga Ramasamy | 69f7602 | 2022-01-05 07:10:36 +0000 | [diff] [blame] | 252 | interfaces.emplace(IBM_LOCATION_CODE_INF, props); |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 253 | } |
| 254 | else |
| 255 | { |
| 256 | props.emplace(busProp, itr.value().get<string>()); |
| 257 | } |
| 258 | } |
| 259 | else |
| 260 | { |
| 261 | props.emplace(busProp, itr.value().get<string>()); |
| 262 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 263 | } |
Santosh Puranik | ed609af | 2021-06-21 11:30:07 +0530 | [diff] [blame] | 264 | else if (itr.value().is_array()) |
| 265 | { |
| 266 | try |
| 267 | { |
| 268 | props.emplace(busProp, itr.value().get<Binary>()); |
| 269 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 270 | catch (const nlohmann::detail::type_error& e) |
Santosh Puranik | ed609af | 2021-06-21 11:30:07 +0530 | [diff] [blame] | 271 | { |
| 272 | std::cerr << "Type exception: " << e.what() << "\n"; |
| 273 | // Ignore any type errors |
| 274 | } |
| 275 | } |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 276 | else if (itr.value().is_object()) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 277 | { |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 278 | const string& rec = itr.value().value("recordName", ""); |
| 279 | const string& kw = itr.value().value("keywordName", ""); |
| 280 | const string& encoding = itr.value().value("encoding", ""); |
| 281 | |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 282 | if constexpr (is_same<T, Parsed>::value) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 283 | { |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 284 | if (!rec.empty() && !kw.empty() && vpdMap.count(rec) && |
| 285 | vpdMap.at(rec).count(kw)) |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 286 | { |
| 287 | auto encoded = |
| 288 | encodeKeyword(vpdMap.at(rec).at(kw), encoding); |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 289 | props.emplace(busProp, encoded); |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 290 | } |
| 291 | } |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 292 | else if constexpr (is_same<T, KeywordVpdMap>::value) |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 293 | { |
| 294 | if (!kw.empty() && vpdMap.count(kw)) |
| 295 | { |
Alpana Kumari | 3ab26a7 | 2021-04-05 19:09:19 +0000 | [diff] [blame] | 296 | auto kwValue = get_if<Binary>(&vpdMap.at(kw)); |
| 297 | auto uintValue = get_if<size_t>(&vpdMap.at(kw)); |
| 298 | |
| 299 | if (kwValue) |
| 300 | { |
| 301 | auto prop = |
| 302 | string((*kwValue).begin(), (*kwValue).end()); |
| 303 | |
| 304 | auto encoded = encodeKeyword(prop, encoding); |
| 305 | |
| 306 | props.emplace(busProp, encoded); |
| 307 | } |
| 308 | else if (uintValue) |
| 309 | { |
| 310 | props.emplace(busProp, *uintValue); |
| 311 | } |
Alpana Kumari | 31970de | 2020-02-17 06:49:57 -0600 | [diff] [blame] | 312 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 313 | } |
| 314 | } |
Matt Spinler | b1e64bb | 2021-09-08 09:57:48 -0500 | [diff] [blame] | 315 | else if (itr.value().is_number()) |
| 316 | { |
| 317 | // For now assume the value is a size_t. In the future it would |
| 318 | // be nice to come up with a way to get the type from the JSON. |
| 319 | props.emplace(busProp, itr.value().get<size_t>()); |
| 320 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 321 | } |
| 322 | interfaces.emplace(inf, move(props)); |
| 323 | } |
| 324 | } |
| 325 | |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 326 | static Binary getVpdDataInVector(const nlohmann::json& js, const string& file) |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 327 | { |
| 328 | uint32_t offset = 0; |
| 329 | // check if offset present? |
| 330 | for (const auto& item : js["frus"][file]) |
| 331 | { |
| 332 | if (item.find("offset") != item.end()) |
| 333 | { |
| 334 | offset = item["offset"]; |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | // TODO: Figure out a better way to get max possible VPD size. |
Priyanga Ramasamy | 3c2a2b9 | 2021-12-22 00:09:38 -0600 | [diff] [blame^] | 339 | auto maxVPDSize = std::min(std::filesystem::file_size(file), |
| 340 | static_cast<uintmax_t>(65504)); |
| 341 | |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 342 | Binary vpdVector; |
Priyanga Ramasamy | 3c2a2b9 | 2021-12-22 00:09:38 -0600 | [diff] [blame^] | 343 | vpdVector.resize(maxVPDSize); |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 344 | ifstream vpdFile; |
| 345 | vpdFile.open(file, ios::binary); |
| 346 | |
| 347 | vpdFile.seekg(offset, ios_base::cur); |
Priyanga Ramasamy | 3c2a2b9 | 2021-12-22 00:09:38 -0600 | [diff] [blame^] | 348 | vpdFile.read(reinterpret_cast<char*>(&vpdVector[0]), maxVPDSize); |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 349 | vpdVector.resize(vpdFile.gcount()); |
| 350 | |
| 351 | return vpdVector; |
| 352 | } |
| 353 | |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 354 | /** This API will be called at the end of VPD collection to perform any post |
| 355 | * actions. |
| 356 | * |
| 357 | * @param[in] json - json object |
| 358 | * @param[in] file - eeprom file path |
| 359 | */ |
| 360 | static void postFailAction(const nlohmann::json& json, const string& file) |
| 361 | { |
| 362 | if ((json["frus"][file].at(0)).find("postActionFail") == |
| 363 | json["frus"][file].at(0).end()) |
| 364 | { |
| 365 | return; |
| 366 | } |
| 367 | |
| 368 | uint8_t pinValue = 0; |
| 369 | string pinName; |
| 370 | |
| 371 | for (const auto& postAction : |
| 372 | (json["frus"][file].at(0))["postActionFail"].items()) |
| 373 | { |
| 374 | if (postAction.key() == "pin") |
| 375 | { |
| 376 | pinName = postAction.value(); |
| 377 | } |
| 378 | else if (postAction.key() == "value") |
| 379 | { |
| 380 | // Get the value to set |
| 381 | pinValue = postAction.value(); |
| 382 | } |
| 383 | } |
| 384 | |
| 385 | cout << "Setting GPIO: " << pinName << " to " << (int)pinValue << endl; |
| 386 | |
| 387 | try |
| 388 | { |
| 389 | gpiod::line outputLine = gpiod::find_line(pinName); |
| 390 | |
| 391 | if (!outputLine) |
| 392 | { |
| 393 | cout << "Couldn't find output line:" << pinName |
| 394 | << " on GPIO. Skipping...\n"; |
| 395 | |
| 396 | return; |
| 397 | } |
| 398 | outputLine.request( |
| 399 | {"Disable line", ::gpiod::line_request::DIRECTION_OUTPUT, 0}, |
| 400 | pinValue); |
| 401 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 402 | catch (const system_error&) |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 403 | { |
| 404 | cerr << "Failed to set post-action GPIO" << endl; |
| 405 | } |
| 406 | } |
| 407 | |
| 408 | /** Performs any pre-action needed to get the FRU setup for collection. |
| 409 | * |
| 410 | * @param[in] json - json object |
| 411 | * @param[in] file - eeprom file path |
| 412 | */ |
| 413 | static void preAction(const nlohmann::json& json, const string& file) |
| 414 | { |
| 415 | if ((json["frus"][file].at(0)).find("preAction") == |
| 416 | json["frus"][file].at(0).end()) |
| 417 | { |
| 418 | return; |
| 419 | } |
| 420 | |
| 421 | uint8_t pinValue = 0; |
| 422 | string pinName; |
| 423 | |
| 424 | for (const auto& postAction : |
| 425 | (json["frus"][file].at(0))["preAction"].items()) |
| 426 | { |
| 427 | if (postAction.key() == "pin") |
| 428 | { |
| 429 | pinName = postAction.value(); |
| 430 | } |
| 431 | else if (postAction.key() == "value") |
| 432 | { |
| 433 | // Get the value to set |
| 434 | pinValue = postAction.value(); |
| 435 | } |
| 436 | } |
| 437 | |
| 438 | cout << "Setting GPIO: " << pinName << " to " << (int)pinValue << endl; |
| 439 | try |
| 440 | { |
| 441 | gpiod::line outputLine = gpiod::find_line(pinName); |
| 442 | |
| 443 | if (!outputLine) |
| 444 | { |
| 445 | cout << "Couldn't find output line:" << pinName |
| 446 | << " on GPIO. Skipping...\n"; |
| 447 | |
| 448 | return; |
| 449 | } |
| 450 | outputLine.request( |
| 451 | {"FRU pre-action", ::gpiod::line_request::DIRECTION_OUTPUT, 0}, |
| 452 | pinValue); |
| 453 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 454 | catch (const system_error&) |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 455 | { |
| 456 | cerr << "Failed to set pre-action GPIO" << endl; |
| 457 | return; |
| 458 | } |
| 459 | |
| 460 | // Now bind the device |
Alpana Kumari | 4c3bf5b | 2021-09-16 07:24:58 -0500 | [diff] [blame] | 461 | string bind = json["frus"][file].at(0).value("devAddress", ""); |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 462 | cout << "Binding device " << bind << endl; |
| 463 | string bindCmd = string("echo \"") + bind + |
| 464 | string("\" > /sys/bus/i2c/drivers/at24/bind"); |
| 465 | cout << bindCmd << endl; |
| 466 | executeCmd(bindCmd); |
| 467 | |
| 468 | // Check if device showed up (test for file) |
| 469 | if (!fs::exists(file)) |
| 470 | { |
| 471 | cout << "EEPROM " << file << " does not exist. Take failure action" |
| 472 | << endl; |
| 473 | // If not, then take failure postAction |
| 474 | postFailAction(json, file); |
| 475 | } |
| 476 | } |
| 477 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 478 | /** |
Santosh Puranik | d3a379a | 2021-08-23 19:12:59 +0530 | [diff] [blame] | 479 | * @brief Set certain one time properties in the inventory |
| 480 | * Use this function to insert the Functional and Enabled properties into the |
| 481 | * inventory map. This function first checks if the object in question already |
| 482 | * has these properties hosted on D-Bus, if the property is already there, it is |
| 483 | * not modified, hence the name "one time". If the property is not already |
| 484 | * present, it will be added to the map with a suitable default value (true for |
| 485 | * Functional and false for Enabled) |
| 486 | * |
| 487 | * @param[in] object - The inventory D-Bus obejct without the inventory prefix. |
| 488 | * @param[inout] interfaces - Reference to a map of inventory interfaces to |
| 489 | * which the properties will be attached. |
| 490 | */ |
| 491 | static void setOneTimeProperties(const std::string& object, |
| 492 | inventory::InterfaceMap& interfaces) |
| 493 | { |
| 494 | auto bus = sdbusplus::bus::new_default(); |
| 495 | auto objectPath = INVENTORY_PATH + object; |
| 496 | auto prop = bus.new_method_call("xyz.openbmc_project.Inventory.Manager", |
| 497 | objectPath.c_str(), |
| 498 | "org.freedesktop.DBus.Properties", "Get"); |
| 499 | prop.append("xyz.openbmc_project.State.Decorator.OperationalStatus"); |
| 500 | prop.append("Functional"); |
| 501 | try |
| 502 | { |
| 503 | auto result = bus.call(prop); |
| 504 | } |
| 505 | catch (const sdbusplus::exception::SdBusError& e) |
| 506 | { |
| 507 | // Treat as property unavailable |
| 508 | inventory::PropertyMap prop; |
| 509 | prop.emplace("Functional", true); |
| 510 | interfaces.emplace( |
| 511 | "xyz.openbmc_project.State.Decorator.OperationalStatus", |
| 512 | move(prop)); |
| 513 | } |
| 514 | prop = bus.new_method_call("xyz.openbmc_project.Inventory.Manager", |
| 515 | objectPath.c_str(), |
| 516 | "org.freedesktop.DBus.Properties", "Get"); |
| 517 | prop.append("xyz.openbmc_project.Object.Enable"); |
| 518 | prop.append("Enabled"); |
| 519 | try |
| 520 | { |
| 521 | auto result = bus.call(prop); |
| 522 | } |
| 523 | catch (const sdbusplus::exception::SdBusError& e) |
| 524 | { |
| 525 | // Treat as property unavailable |
| 526 | inventory::PropertyMap prop; |
| 527 | prop.emplace("Enabled", false); |
| 528 | interfaces.emplace("xyz.openbmc_project.Object.Enable", move(prop)); |
| 529 | } |
| 530 | } |
| 531 | |
| 532 | /** |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 533 | * @brief Prime the Inventory |
| 534 | * Prime the inventory by populating only the location code, |
| 535 | * type interface and the inventory object for the frus |
| 536 | * which are not system vpd fru. |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 537 | * |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 538 | * @param[in] jsObject - Reference to vpd inventory json object |
| 539 | * @param[in] vpdMap - Reference to the parsed vpd map |
| 540 | * |
| 541 | * @returns Map of items in extraInterface. |
| 542 | */ |
| 543 | template <typename T> |
| 544 | inventory::ObjectMap primeInventory(const nlohmann::json& jsObject, |
| 545 | const T& vpdMap) |
| 546 | { |
| 547 | inventory::ObjectMap objects; |
| 548 | |
| 549 | for (auto& itemFRUS : jsObject["frus"].items()) |
| 550 | { |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 551 | // Take pre actions |
| 552 | preAction(jsObject, itemFRUS.key()); |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 553 | for (auto& itemEEPROM : itemFRUS.value()) |
| 554 | { |
| 555 | inventory::InterfaceMap interfaces; |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 556 | inventory::Object object(itemEEPROM.at("inventoryPath")); |
| 557 | |
Santosh Puranik | 50f60bf | 2021-05-26 17:55:06 +0530 | [diff] [blame] | 558 | if ((itemFRUS.key() != systemVpdFilePath) && |
| 559 | !itemEEPROM.value("noprime", false)) |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 560 | { |
Alpana Kumari | cfd7a75 | 2021-02-07 23:23:01 -0600 | [diff] [blame] | 561 | inventory::PropertyMap presProp; |
| 562 | presProp.emplace("Present", false); |
| 563 | interfaces.emplace("xyz.openbmc_project.Inventory.Item", |
Santosh Puranik | d3a379a | 2021-08-23 19:12:59 +0530 | [diff] [blame] | 564 | presProp); |
| 565 | setOneTimeProperties(object, interfaces); |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 566 | if (itemEEPROM.find("extraInterfaces") != itemEEPROM.end()) |
| 567 | { |
| 568 | for (const auto& eI : itemEEPROM["extraInterfaces"].items()) |
| 569 | { |
| 570 | inventory::PropertyMap props; |
Alpana Kumari | 414d5ae | 2021-03-04 21:06:35 +0000 | [diff] [blame] | 571 | if (eI.key() == IBM_LOCATION_CODE_INF) |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 572 | { |
| 573 | if constexpr (std::is_same<T, Parsed>::value) |
| 574 | { |
| 575 | for (auto& lC : eI.value().items()) |
| 576 | { |
| 577 | auto propVal = expandLocationCode( |
| 578 | lC.value().get<string>(), vpdMap, true); |
| 579 | |
| 580 | props.emplace(move(lC.key()), |
| 581 | move(propVal)); |
Santosh Puranik | b0f3749 | 2021-06-21 09:42:47 +0530 | [diff] [blame] | 582 | interfaces.emplace(XYZ_LOCATION_CODE_INF, |
| 583 | props); |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 584 | interfaces.emplace(move(eI.key()), |
| 585 | move(props)); |
| 586 | } |
| 587 | } |
| 588 | } |
| 589 | else if (eI.key().find("Inventory.Item.") != |
| 590 | string::npos) |
| 591 | { |
| 592 | interfaces.emplace(move(eI.key()), move(props)); |
| 593 | } |
Santosh Puranik | d3a379a | 2021-08-23 19:12:59 +0530 | [diff] [blame] | 594 | else if (eI.key() == |
| 595 | "xyz.openbmc_project.Inventory.Item") |
| 596 | { |
| 597 | for (auto& val : eI.value().items()) |
| 598 | { |
| 599 | if (val.key() == "PrettyName") |
| 600 | { |
| 601 | presProp.emplace(val.key(), |
| 602 | val.value().get<string>()); |
| 603 | } |
| 604 | } |
| 605 | // Use insert_or_assign here as we may already have |
| 606 | // inserted the present property only earlier in |
| 607 | // this function under this same interface. |
| 608 | interfaces.insert_or_assign(eI.key(), |
| 609 | move(presProp)); |
| 610 | } |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 611 | } |
| 612 | } |
| 613 | objects.emplace(move(object), move(interfaces)); |
| 614 | } |
| 615 | } |
| 616 | } |
| 617 | return objects; |
| 618 | } |
| 619 | |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 620 | /** |
| 621 | * @brief This API executes command to set environment variable |
| 622 | * And then reboot the system |
| 623 | * @param[in] key -env key to set new value |
| 624 | * @param[in] value -value to set. |
| 625 | */ |
| 626 | void setEnvAndReboot(const string& key, const string& value) |
| 627 | { |
| 628 | // set env and reboot and break. |
| 629 | executeCmd("/sbin/fw_setenv", key, value); |
Andrew Geissler | 280197e | 2020-12-08 20:51:49 -0600 | [diff] [blame] | 630 | log<level::INFO>("Rebooting BMC to pick up new device tree"); |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 631 | // make dbus call to reboot |
| 632 | auto bus = sdbusplus::bus::new_default_system(); |
| 633 | auto method = bus.new_method_call( |
| 634 | "org.freedesktop.systemd1", "/org/freedesktop/systemd1", |
| 635 | "org.freedesktop.systemd1.Manager", "Reboot"); |
| 636 | bus.call_noreply(method); |
| 637 | } |
| 638 | |
| 639 | /* |
| 640 | * @brief This API checks for env var fitconfig. |
| 641 | * If not initialised OR updated as per the current system type, |
| 642 | * update this env var and reboot the system. |
| 643 | * |
| 644 | * @param[in] systemType IM kwd in vpd tells about which system type it is. |
| 645 | * */ |
| 646 | void setDevTreeEnv(const string& systemType) |
| 647 | { |
Alpana Kumari | 37e7270 | 2021-11-18 11:18:04 -0600 | [diff] [blame] | 648 | // Init with default dtb |
| 649 | string newDeviceTree = "conf-aspeed-bmc-ibm-rainier-p1.dtb"; |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 650 | |
| 651 | if (deviceTreeSystemTypeMap.find(systemType) != |
| 652 | deviceTreeSystemTypeMap.end()) |
| 653 | { |
| 654 | newDeviceTree = deviceTreeSystemTypeMap.at(systemType); |
| 655 | } |
Alpana Kumari | 37e7270 | 2021-11-18 11:18:04 -0600 | [diff] [blame] | 656 | else |
| 657 | { |
| 658 | // System type not supported |
| 659 | cerr << "This System type not found/supported in dtb table " |
| 660 | << systemType << ". so system will be booted with default dtb.\n"; |
| 661 | } |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 662 | |
| 663 | string readVarValue; |
| 664 | bool envVarFound = false; |
| 665 | |
| 666 | vector<string> output = executeCmd("/sbin/fw_printenv"); |
| 667 | for (const auto& entry : output) |
| 668 | { |
| 669 | size_t pos = entry.find("="); |
| 670 | string key = entry.substr(0, pos); |
| 671 | if (key != "fitconfig") |
| 672 | { |
| 673 | continue; |
| 674 | } |
| 675 | |
| 676 | envVarFound = true; |
| 677 | if (pos + 1 < entry.size()) |
| 678 | { |
| 679 | readVarValue = entry.substr(pos + 1); |
| 680 | if (readVarValue.find(newDeviceTree) != string::npos) |
| 681 | { |
| 682 | // fitconfig is Updated. No action needed |
| 683 | break; |
| 684 | } |
| 685 | } |
| 686 | // set env and reboot and break. |
| 687 | setEnvAndReboot(key, newDeviceTree); |
| 688 | exit(0); |
| 689 | } |
| 690 | |
| 691 | // check If env var Not found |
| 692 | if (!envVarFound) |
| 693 | { |
| 694 | setEnvAndReboot("fitconfig", newDeviceTree); |
| 695 | } |
| 696 | } |
| 697 | |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 698 | /** |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 699 | * @brief API to call VPD manager to write VPD to EEPROM. |
| 700 | * @param[in] Object path. |
| 701 | * @param[in] record to be updated. |
| 702 | * @param[in] keyword to be updated. |
| 703 | * @param[in] keyword data to be updated |
| 704 | */ |
| 705 | void updateHardware(const string& objectName, const string& recName, |
| 706 | const string& kwdName, const Binary& data) |
| 707 | { |
| 708 | try |
| 709 | { |
| 710 | auto bus = sdbusplus::bus::new_default(); |
| 711 | auto properties = |
| 712 | bus.new_method_call(BUSNAME, OBJPATH, IFACE, "WriteKeyword"); |
| 713 | properties.append( |
| 714 | static_cast<sdbusplus::message::object_path>(objectName)); |
| 715 | properties.append(recName); |
| 716 | properties.append(kwdName); |
| 717 | properties.append(data); |
| 718 | bus.call(properties); |
| 719 | } |
Patrick Williams | 8be4334 | 2021-09-02 09:33:36 -0500 | [diff] [blame] | 720 | catch (const sdbusplus::exception::exception& e) |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 721 | { |
| 722 | std::string what = |
| 723 | "VPDManager WriteKeyword api failed for inventory path " + |
| 724 | objectName; |
| 725 | what += " record " + recName; |
| 726 | what += " keyword " + kwdName; |
| 727 | what += " with bus error = " + std::string(e.what()); |
| 728 | |
| 729 | // map to hold additional data in case of logging pel |
| 730 | PelAdditionalData additionalData{}; |
| 731 | additionalData.emplace("CALLOUT_INVENTORY_PATH", objectName); |
| 732 | additionalData.emplace("DESCRIPTION", what); |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 733 | createPEL(additionalData, PelSeverity::WARNING, errIntfForBusFailure); |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 734 | } |
| 735 | } |
| 736 | |
| 737 | /** |
| 738 | * @brief API to check if we need to restore system VPD |
| 739 | * This functionality is only applicable for IPZ VPD data. |
| 740 | * @param[in] vpdMap - IPZ vpd map |
| 741 | * @param[in] objectPath - Object path for the FRU |
| 742 | * @return EEPROMs with records and keywords updated at standby |
| 743 | */ |
| 744 | std::vector<RestoredEeproms> restoreSystemVPD(Parsed& vpdMap, |
| 745 | const string& objectPath) |
| 746 | { |
| 747 | // the list of keywords for VSYS record is as per the S0 system. Should be |
| 748 | // updated for another type of systems |
| 749 | static std::unordered_map<std::string, std::vector<std::string>> svpdKwdMap{ |
| 750 | {"VSYS", {"BR", "TM", "SE", "SU", "RB"}}, |
| 751 | {"VCEN", {"FC", "SE"}}, |
| 752 | {"LXR0", {"LX"}}}; |
| 753 | |
| 754 | // vector to hold all the EEPROMs updated at standby |
| 755 | std::vector<RestoredEeproms> updatedEeproms = {}; |
| 756 | |
| 757 | for (const auto& systemRecKwdPair : svpdKwdMap) |
| 758 | { |
| 759 | auto it = vpdMap.find(systemRecKwdPair.first); |
| 760 | |
| 761 | // check if record is found in map we got by parser |
| 762 | if (it != vpdMap.end()) |
| 763 | { |
| 764 | const auto& kwdListForRecord = systemRecKwdPair.second; |
| 765 | for (const auto& keyword : kwdListForRecord) |
| 766 | { |
| 767 | DbusPropertyMap& kwdValMap = it->second; |
| 768 | auto iterator = kwdValMap.find(keyword); |
| 769 | |
| 770 | if (iterator != kwdValMap.end()) |
| 771 | { |
| 772 | string& kwdValue = iterator->second; |
| 773 | |
| 774 | // check bus data |
| 775 | const string& recordName = systemRecKwdPair.first; |
| 776 | const string& busValue = readBusProperty( |
| 777 | objectPath, ipzVpdInf + recordName, keyword); |
| 778 | |
| 779 | if (busValue.find_first_not_of(' ') != string::npos) |
| 780 | { |
| 781 | if (kwdValue.find_first_not_of(' ') != string::npos) |
| 782 | { |
| 783 | // both the data are present, check for mismatch |
| 784 | if (busValue != kwdValue) |
| 785 | { |
| 786 | string errMsg = "VPD data mismatch on cache " |
| 787 | "and hardware for record: "; |
| 788 | errMsg += (*it).first; |
| 789 | errMsg += " and keyword: "; |
| 790 | errMsg += keyword; |
| 791 | |
| 792 | // data mismatch |
| 793 | PelAdditionalData additionalData; |
| 794 | additionalData.emplace("CALLOUT_INVENTORY_PATH", |
| 795 | objectPath); |
| 796 | |
| 797 | additionalData.emplace("DESCRIPTION", errMsg); |
| 798 | |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 799 | createPEL(additionalData, PelSeverity::WARNING, |
| 800 | errIntfForInvalidVPD); |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 801 | } |
| 802 | } |
| 803 | else |
| 804 | { |
| 805 | // implies hardware data is blank |
| 806 | // update the map |
| 807 | Binary busData(busValue.begin(), busValue.end()); |
| 808 | |
| 809 | updatedEeproms.push_back(std::make_tuple( |
| 810 | objectPath, recordName, keyword, busData)); |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 811 | |
Sunny Srivastava | 90a63b9 | 2021-05-26 06:30:24 -0500 | [diff] [blame] | 812 | // update the map as well, so that cache data is not |
| 813 | // updated as blank while populating VPD map on Dbus |
| 814 | // in populateDBus Api |
| 815 | kwdValue = busValue; |
| 816 | } |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 817 | } |
| 818 | else if (kwdValue.find_first_not_of(' ') == string::npos) |
| 819 | { |
| 820 | string errMsg = "VPD is blank on both cache and " |
| 821 | "hardware for record: "; |
| 822 | errMsg += (*it).first; |
| 823 | errMsg += " and keyword: "; |
| 824 | errMsg += keyword; |
| 825 | errMsg += ". SSR need to update hardware VPD."; |
| 826 | |
| 827 | // both the data are blanks, log PEL |
| 828 | PelAdditionalData additionalData; |
| 829 | additionalData.emplace("CALLOUT_INVENTORY_PATH", |
| 830 | objectPath); |
| 831 | |
| 832 | additionalData.emplace("DESCRIPTION", errMsg); |
| 833 | |
| 834 | // log PEL TODO: Block IPL |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 835 | createPEL(additionalData, PelSeverity::ERROR, |
| 836 | errIntfForBlankSystemVPD); |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 837 | continue; |
| 838 | } |
| 839 | } |
| 840 | } |
| 841 | } |
| 842 | } |
| 843 | |
| 844 | return updatedEeproms; |
| 845 | } |
| 846 | |
| 847 | /** |
alpana07 | 7ce6872 | 2021-07-25 13:23:59 -0500 | [diff] [blame] | 848 | * @brief This checks for is this FRU a processor |
| 849 | * And if yes, then checks for is this primary |
| 850 | * |
| 851 | * @param[in] js- vpd json to get the information about this FRU |
| 852 | * @param[in] filePath- FRU vpd |
| 853 | * |
| 854 | * @return true/false |
| 855 | */ |
| 856 | bool isThisPrimaryProcessor(nlohmann::json& js, const string& filePath) |
| 857 | { |
| 858 | bool isProcessor = false; |
| 859 | bool isPrimary = false; |
| 860 | |
| 861 | for (const auto& item : js["frus"][filePath]) |
| 862 | { |
| 863 | if (item.find("extraInterfaces") != item.end()) |
| 864 | { |
| 865 | for (const auto& eI : item["extraInterfaces"].items()) |
| 866 | { |
| 867 | if (eI.key().find("Inventory.Item.Cpu") != string::npos) |
| 868 | { |
| 869 | isProcessor = true; |
| 870 | } |
| 871 | } |
| 872 | } |
| 873 | |
| 874 | if (isProcessor) |
| 875 | { |
| 876 | string cpuType = item.value("cpuType", ""); |
| 877 | if (cpuType == "primary") |
| 878 | { |
| 879 | isPrimary = true; |
| 880 | } |
| 881 | } |
| 882 | } |
| 883 | |
| 884 | return (isProcessor && isPrimary); |
| 885 | } |
| 886 | |
| 887 | /** |
| 888 | * @brief This finds DIMM vpd in vpd json and enables them by binding the device |
| 889 | * driver |
| 890 | * @param[in] js- vpd json to iterate through and take action if it is DIMM |
| 891 | */ |
| 892 | void doEnableAllDimms(nlohmann::json& js) |
| 893 | { |
| 894 | // iterate over each fru |
| 895 | for (const auto& eachFru : js["frus"].items()) |
| 896 | { |
| 897 | // skip the driver binding if eeprom already exists |
| 898 | if (fs::exists(eachFru.key())) |
| 899 | { |
| 900 | continue; |
| 901 | } |
| 902 | |
| 903 | for (const auto& eachInventory : eachFru.value()) |
| 904 | { |
| 905 | if (eachInventory.find("extraInterfaces") != eachInventory.end()) |
| 906 | { |
| 907 | for (const auto& eI : eachInventory["extraInterfaces"].items()) |
| 908 | { |
| 909 | if (eI.key().find("Inventory.Item.Dimm") != string::npos) |
| 910 | { |
| 911 | string dimmVpd = eachFru.key(); |
| 912 | // fetch it from |
| 913 | // "/sys/bus/i2c/drivers/at24/414-0050/eeprom" |
| 914 | |
| 915 | regex matchPatern("([0-9]+-[0-9]{4})"); |
| 916 | smatch matchFound; |
| 917 | if (regex_search(dimmVpd, matchFound, matchPatern)) |
| 918 | { |
| 919 | vector<string> i2cReg; |
| 920 | boost::split(i2cReg, matchFound.str(0), |
| 921 | boost::is_any_of("-")); |
| 922 | |
| 923 | // remove 0s from begining |
| 924 | const regex pattern("^0+(?!$)"); |
| 925 | for (auto& i : i2cReg) |
| 926 | { |
| 927 | i = regex_replace(i, pattern, ""); |
| 928 | } |
| 929 | |
| 930 | if (i2cReg.size() == 2) |
| 931 | { |
| 932 | // echo 24c32 0x50 > |
| 933 | // /sys/bus/i2c/devices/i2c-16/new_device |
| 934 | string cmnd = "echo 24c32 0x" + i2cReg[1] + |
| 935 | " > /sys/bus/i2c/devices/i2c-" + |
| 936 | i2cReg[0] + "/new_device"; |
| 937 | |
| 938 | executeCmd(cmnd); |
| 939 | } |
| 940 | } |
| 941 | } |
| 942 | } |
| 943 | } |
| 944 | } |
| 945 | } |
| 946 | } |
| 947 | |
| 948 | /** |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 949 | * @brief Populate Dbus. |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 950 | * This method invokes all the populateInterface functions |
| 951 | * and notifies PIM about dbus object. |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 952 | * @param[in] vpdMap - Either IPZ vpd map or Keyword vpd map based on the |
| 953 | * input. |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 954 | * @param[in] js - Inventory json object |
| 955 | * @param[in] filePath - Path of the vpd file |
| 956 | * @param[in] preIntrStr - Interface string |
| 957 | */ |
| 958 | template <typename T> |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 959 | static void populateDbus(T& vpdMap, nlohmann::json& js, const string& filePath) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 960 | { |
| 961 | inventory::InterfaceMap interfaces; |
| 962 | inventory::ObjectMap objects; |
| 963 | inventory::PropertyMap prop; |
Shantappa Teekappanavar | 6aa5450 | 2021-12-09 12:59:56 -0600 | [diff] [blame] | 964 | string ccinFromVpd; |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 965 | |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 966 | // map to hold all the keywords whose value has been changed at standby |
| 967 | vector<RestoredEeproms> updatedEeproms = {}; |
| 968 | |
Santosh Puranik | 50f60bf | 2021-05-26 17:55:06 +0530 | [diff] [blame] | 969 | bool isSystemVpd = (filePath == systemVpdFilePath); |
| 970 | if constexpr (is_same<T, Parsed>::value) |
| 971 | { |
Shantappa Teekappanavar | 6aa5450 | 2021-12-09 12:59:56 -0600 | [diff] [blame] | 972 | ccinFromVpd = getKwVal(vpdMap, "VINI", "CC"); |
| 973 | transform(ccinFromVpd.begin(), ccinFromVpd.end(), ccinFromVpd.begin(), |
| 974 | ::toupper); |
| 975 | |
Santosh Puranik | 50f60bf | 2021-05-26 17:55:06 +0530 | [diff] [blame] | 976 | if (isSystemVpd) |
| 977 | { |
| 978 | std::vector<std::string> interfaces = {motherBoardInterface}; |
| 979 | // call mapper to check for object path creation |
| 980 | MapperResponse subTree = |
| 981 | getObjectSubtreeForInterfaces(pimPath, 0, interfaces); |
| 982 | string mboardPath = |
| 983 | js["frus"][filePath].at(0).value("inventoryPath", ""); |
| 984 | |
| 985 | // Attempt system VPD restore if we have a motherboard |
| 986 | // object in the inventory. |
| 987 | if ((subTree.size() != 0) && |
| 988 | (subTree.find(pimPath + mboardPath) != subTree.end())) |
| 989 | { |
| 990 | updatedEeproms = restoreSystemVPD(vpdMap, mboardPath); |
| 991 | } |
| 992 | else |
| 993 | { |
| 994 | log<level::ERR>("No object path found"); |
| 995 | } |
| 996 | } |
alpana07 | 7ce6872 | 2021-07-25 13:23:59 -0500 | [diff] [blame] | 997 | else |
| 998 | { |
| 999 | // check if it is processor vpd. |
| 1000 | auto isPrimaryCpu = isThisPrimaryProcessor(js, filePath); |
| 1001 | |
| 1002 | if (isPrimaryCpu) |
| 1003 | { |
| 1004 | auto ddVersion = getKwVal(vpdMap, "CRP0", "DD"); |
| 1005 | |
| 1006 | auto chipVersion = atoi(ddVersion.substr(1, 2).c_str()); |
| 1007 | |
| 1008 | if (chipVersion >= 2) |
| 1009 | { |
| 1010 | doEnableAllDimms(js); |
| 1011 | } |
| 1012 | } |
| 1013 | } |
Santosh Puranik | 50f60bf | 2021-05-26 17:55:06 +0530 | [diff] [blame] | 1014 | } |
| 1015 | |
Priyanga Ramasamy | 32c687f | 2022-01-04 23:14:03 -0600 | [diff] [blame] | 1016 | if (isSystemVpd) |
| 1017 | { |
| 1018 | string systemJsonName{}; |
| 1019 | if constexpr (is_same<T, Parsed>::value) |
| 1020 | { |
| 1021 | // pick the right system json |
| 1022 | systemJsonName = getSystemsJson(vpdMap); |
| 1023 | } |
| 1024 | |
| 1025 | fs::path target = systemJsonName; |
| 1026 | fs::path link = INVENTORY_JSON_SYM_LINK; |
| 1027 | |
| 1028 | // Create the directory for hosting the symlink |
| 1029 | fs::create_directories(VPD_FILES_PATH); |
| 1030 | // unlink the symlink previously created (if any) |
| 1031 | remove(INVENTORY_JSON_SYM_LINK); |
| 1032 | // create a new symlink based on the system |
| 1033 | fs::create_symlink(target, link); |
| 1034 | |
| 1035 | // Reloading the json |
| 1036 | ifstream inventoryJson(link); |
| 1037 | js = json::parse(inventoryJson); |
| 1038 | inventoryJson.close(); |
| 1039 | } |
| 1040 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1041 | for (const auto& item : js["frus"][filePath]) |
| 1042 | { |
| 1043 | const auto& objectPath = item["inventoryPath"]; |
| 1044 | sdbusplus::message::object_path object(objectPath); |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 1045 | |
Shantappa Teekappanavar | 6aa5450 | 2021-12-09 12:59:56 -0600 | [diff] [blame] | 1046 | vector<string> ccinList; |
| 1047 | if (item.find("ccin") != item.end()) |
| 1048 | { |
| 1049 | for (const auto& cc : item["ccin"]) |
| 1050 | { |
| 1051 | string ccin = cc; |
| 1052 | transform(ccin.begin(), ccin.end(), ccin.begin(), ::toupper); |
| 1053 | ccinList.push_back(ccin); |
| 1054 | } |
| 1055 | } |
| 1056 | |
| 1057 | if (!ccinFromVpd.empty() && !ccinList.empty() && |
| 1058 | (find(ccinList.begin(), ccinList.end(), ccinFromVpd) == |
| 1059 | ccinList.end())) |
| 1060 | { |
| 1061 | continue; |
| 1062 | } |
| 1063 | |
Santosh Puranik | d3a379a | 2021-08-23 19:12:59 +0530 | [diff] [blame] | 1064 | if (isSystemVpd) |
| 1065 | { |
| 1066 | // Populate one time properties for the system VPD and its sub-frus. |
| 1067 | // For the remaining FRUs, this will get handled as a part of |
| 1068 | // priming the inventory. |
| 1069 | setOneTimeProperties(objectPath, interfaces); |
| 1070 | } |
| 1071 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1072 | // Populate the VPD keywords and the common interfaces only if we |
| 1073 | // are asked to inherit that data from the VPD, else only add the |
| 1074 | // extraInterfaces. |
| 1075 | if (item.value("inherit", true)) |
| 1076 | { |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 1077 | if constexpr (is_same<T, Parsed>::value) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1078 | { |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 1079 | // Each record in the VPD becomes an interface and all |
| 1080 | // keyword within the record are properties under that |
| 1081 | // interface. |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1082 | for (const auto& record : vpdMap) |
| 1083 | { |
| 1084 | populateFruSpecificInterfaces( |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 1085 | record.second, ipzVpdInf + record.first, interfaces); |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1086 | } |
| 1087 | } |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 1088 | else if constexpr (is_same<T, KeywordVpdMap>::value) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1089 | { |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 1090 | populateFruSpecificInterfaces(vpdMap, kwdVpdInf, interfaces); |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1091 | } |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 1092 | if (js.find("commonInterfaces") != js.end()) |
| 1093 | { |
| 1094 | populateInterfaces(js["commonInterfaces"], interfaces, vpdMap, |
| 1095 | isSystemVpd); |
| 1096 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1097 | } |
Santosh Puranik | 0859eb6 | 2020-03-16 02:56:29 -0500 | [diff] [blame] | 1098 | else |
| 1099 | { |
| 1100 | // Check if we have been asked to inherit specific record(s) |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 1101 | if constexpr (is_same<T, Parsed>::value) |
Santosh Puranik | 0859eb6 | 2020-03-16 02:56:29 -0500 | [diff] [blame] | 1102 | { |
| 1103 | if (item.find("copyRecords") != item.end()) |
| 1104 | { |
| 1105 | for (const auto& record : item["copyRecords"]) |
| 1106 | { |
| 1107 | const string& recordName = record; |
| 1108 | if (vpdMap.find(recordName) != vpdMap.end()) |
| 1109 | { |
| 1110 | populateFruSpecificInterfaces( |
SunnySrivastava1984 | e12b181 | 2020-05-26 02:23:11 -0500 | [diff] [blame] | 1111 | vpdMap.at(recordName), ipzVpdInf + recordName, |
Santosh Puranik | 0859eb6 | 2020-03-16 02:56:29 -0500 | [diff] [blame] | 1112 | interfaces); |
| 1113 | } |
| 1114 | } |
| 1115 | } |
| 1116 | } |
| 1117 | } |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 1118 | if (item.value("inheritEI", true)) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1119 | { |
Alpana Kumari | 58e2214 | 2020-05-05 00:22:12 -0500 | [diff] [blame] | 1120 | // Populate interfaces and properties that are common to every FRU |
| 1121 | // and additional interface that might be defined on a per-FRU |
| 1122 | // basis. |
| 1123 | if (item.find("extraInterfaces") != item.end()) |
| 1124 | { |
| 1125 | populateInterfaces(item["extraInterfaces"], interfaces, vpdMap, |
| 1126 | isSystemVpd); |
| 1127 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1128 | } |
| 1129 | objects.emplace(move(object), move(interfaces)); |
| 1130 | } |
| 1131 | |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 1132 | if (isSystemVpd) |
| 1133 | { |
| 1134 | inventory::ObjectMap primeObject = primeInventory(js, vpdMap); |
| 1135 | objects.insert(primeObject.begin(), primeObject.end()); |
Alpana Kumari | 65b8360 | 2020-09-01 00:24:56 -0500 | [diff] [blame] | 1136 | |
SunnySrivastava1984 | 9094d4f | 2020-08-05 09:32:29 -0500 | [diff] [blame] | 1137 | // if system VPD has been restored at standby, update the EEPROM |
| 1138 | for (const auto& item : updatedEeproms) |
| 1139 | { |
| 1140 | updateHardware(get<0>(item), get<1>(item), get<2>(item), |
| 1141 | get<3>(item)); |
| 1142 | } |
Alpana Kumari | f05effd | 2021-04-07 07:32:53 -0500 | [diff] [blame] | 1143 | |
| 1144 | // set the U-boot environment variable for device-tree |
| 1145 | if constexpr (is_same<T, Parsed>::value) |
| 1146 | { |
| 1147 | const string imKeyword = getIM(vpdMap); |
| 1148 | const string hwKeyword = getHW(vpdMap); |
| 1149 | string systemType = imKeyword; |
| 1150 | |
| 1151 | // check If system has constraint then append HW version to it. |
| 1152 | ifstream sysJson(SYSTEM_JSON); |
| 1153 | if (!sysJson) |
| 1154 | { |
| 1155 | throw((VpdJsonException("Failed to access Json path", |
| 1156 | SYSTEM_JSON))); |
| 1157 | } |
| 1158 | |
| 1159 | try |
| 1160 | { |
| 1161 | auto systemJson = json::parse(sysJson); |
Santosh Puranik | d278df1 | 2021-05-10 15:51:42 +0530 | [diff] [blame] | 1162 | if (systemJson["system"].find(imKeyword) != |
| 1163 | systemJson["system"].end()) |
| 1164 | { |
| 1165 | if (systemJson["system"][imKeyword].find("constraint") != |
| 1166 | systemJson["system"][imKeyword].end()) |
| 1167 | { |
| 1168 | systemType += "_" + hwKeyword; |
| 1169 | } |
| 1170 | } |
Alpana Kumari | f05effd | 2021-04-07 07:32:53 -0500 | [diff] [blame] | 1171 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 1172 | catch (const json::parse_error& ex) |
Alpana Kumari | f05effd | 2021-04-07 07:32:53 -0500 | [diff] [blame] | 1173 | { |
| 1174 | throw((VpdJsonException("System Json parsing failed", |
| 1175 | SYSTEM_JSON))); |
| 1176 | } |
| 1177 | |
Alpana Kumari | f05effd | 2021-04-07 07:32:53 -0500 | [diff] [blame] | 1178 | setDevTreeEnv(systemType); |
| 1179 | } |
PriyangaRamasamy | 8e140a1 | 2020-04-13 19:24:03 +0530 | [diff] [blame] | 1180 | } |
| 1181 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1182 | // Notify PIM |
Sunny Srivastava | 6c71c9d | 2021-04-15 04:43:54 -0500 | [diff] [blame] | 1183 | common::utility::callPIM(move(objects)); |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1184 | } |
| 1185 | |
| 1186 | int main(int argc, char** argv) |
| 1187 | { |
| 1188 | int rc = 0; |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1189 | json js{}; |
PriyangaRamasamy | c2fe40f | 2021-03-02 06:27:33 -0600 | [diff] [blame] | 1190 | Binary vpdVector{}; |
| 1191 | string file{}; |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1192 | // map to hold additional data in case of logging pel |
| 1193 | PelAdditionalData additionalData{}; |
| 1194 | |
| 1195 | // this is needed to hold base fru inventory path in case there is ECC or |
| 1196 | // vpd exception while parsing the file |
| 1197 | std::string baseFruInventoryPath = {}; |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1198 | |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1199 | // severity for PEL |
| 1200 | PelSeverity pelSeverity = PelSeverity::WARNING; |
| 1201 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1202 | try |
| 1203 | { |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1204 | App app{"ibm-read-vpd - App to read IPZ format VPD, parse it and store " |
| 1205 | "in DBUS"}; |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1206 | |
| 1207 | app.add_option("-f, --file", file, "File containing VPD (IPZ/KEYWORD)") |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1208 | ->required(); |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1209 | |
| 1210 | CLI11_PARSE(app, argc, argv); |
| 1211 | |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1212 | // PEL severity should be ERROR in case of any system VPD failure |
| 1213 | if (file == systemVpdFilePath) |
| 1214 | { |
| 1215 | pelSeverity = PelSeverity::ERROR; |
| 1216 | } |
| 1217 | |
Santosh Puranik | 0246a4d | 2020-11-04 16:57:39 +0530 | [diff] [blame] | 1218 | auto jsonToParse = INVENTORY_JSON_DEFAULT; |
| 1219 | |
| 1220 | // If the symlink exists, it means it has been setup for us, switch the |
| 1221 | // path |
| 1222 | if (fs::exists(INVENTORY_JSON_SYM_LINK)) |
| 1223 | { |
| 1224 | jsonToParse = INVENTORY_JSON_SYM_LINK; |
| 1225 | } |
| 1226 | |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1227 | // Make sure that the file path we get is for a supported EEPROM |
Santosh Puranik | 0246a4d | 2020-11-04 16:57:39 +0530 | [diff] [blame] | 1228 | ifstream inventoryJson(jsonToParse); |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1229 | if (!inventoryJson) |
| 1230 | { |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1231 | throw(VpdJsonException("Failed to access Json path", jsonToParse)); |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1232 | } |
| 1233 | |
| 1234 | try |
| 1235 | { |
| 1236 | js = json::parse(inventoryJson); |
| 1237 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 1238 | catch (const json::parse_error& ex) |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1239 | { |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1240 | throw(VpdJsonException("Json parsing failed", jsonToParse)); |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1241 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1242 | |
Santosh Puranik | 12e24ff | 2021-05-11 19:33:50 +0530 | [diff] [blame] | 1243 | // Do we have the mandatory "frus" section? |
| 1244 | if (js.find("frus") == js.end()) |
| 1245 | { |
| 1246 | throw(VpdJsonException("FRUs section not found in JSON", |
| 1247 | jsonToParse)); |
| 1248 | } |
| 1249 | |
PriyangaRamasamy | 647868e | 2020-09-08 17:03:19 +0530 | [diff] [blame] | 1250 | // Check if it's a udev path - patterned as(/ahb/ahb:apb/ahb:apb:bus@) |
| 1251 | if (file.find("/ahb:apb") != string::npos) |
| 1252 | { |
| 1253 | // Translate udev path to a generic /sys/bus/.. file path. |
| 1254 | udevToGenericPath(file); |
Santosh Puranik | 12e24ff | 2021-05-11 19:33:50 +0530 | [diff] [blame] | 1255 | |
| 1256 | if ((js["frus"].find(file) != js["frus"].end()) && |
Santosh Puranik | 50f60bf | 2021-05-26 17:55:06 +0530 | [diff] [blame] | 1257 | (file == systemVpdFilePath)) |
PriyangaRamasamy | 647868e | 2020-09-08 17:03:19 +0530 | [diff] [blame] | 1258 | { |
| 1259 | return 0; |
| 1260 | } |
| 1261 | } |
| 1262 | |
| 1263 | if (file.empty()) |
| 1264 | { |
| 1265 | cerr << "The EEPROM path <" << file << "> is not valid."; |
| 1266 | return 0; |
| 1267 | } |
Santosh Puranik | 12e24ff | 2021-05-11 19:33:50 +0530 | [diff] [blame] | 1268 | if (js["frus"].find(file) == js["frus"].end()) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1269 | { |
Santosh Puranik | 88edeb6 | 2020-03-02 12:00:09 +0530 | [diff] [blame] | 1270 | return 0; |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1271 | } |
| 1272 | |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1273 | if (!fs::exists(file)) |
| 1274 | { |
| 1275 | cout << "Device path: " << file |
| 1276 | << " does not exist. Spurious udev event? Exiting." << endl; |
| 1277 | return 0; |
| 1278 | } |
| 1279 | |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1280 | baseFruInventoryPath = js["frus"][file][0]["inventoryPath"]; |
Santosh Puranik | 8589375 | 2020-11-10 21:31:43 +0530 | [diff] [blame] | 1281 | // Check if we can read the VPD file based on the power state |
Santosh Puranik | 27a5e95 | 2021-10-07 22:08:01 -0500 | [diff] [blame] | 1282 | // We skip reading VPD when the power is ON in two scenarios: |
| 1283 | // 1) The eeprom we are trying to read is that of the system VPD |
| 1284 | // 2) The JSON tells us that the FRU EEPROM cannot be read when |
| 1285 | // we are powered ON. |
| 1286 | if (js["frus"][file].at(0).value("powerOffOnly", false) || |
| 1287 | (file == systemVpdFilePath)) |
Santosh Puranik | 8589375 | 2020-11-10 21:31:43 +0530 | [diff] [blame] | 1288 | { |
| 1289 | if ("xyz.openbmc_project.State.Chassis.PowerState.On" == |
| 1290 | getPowerState()) |
| 1291 | { |
| 1292 | cout << "This VPD cannot be read when power is ON" << endl; |
| 1293 | return 0; |
| 1294 | } |
| 1295 | } |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1296 | |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1297 | try |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1298 | { |
PriyangaRamasamy | c2fe40f | 2021-03-02 06:27:33 -0600 | [diff] [blame] | 1299 | vpdVector = getVpdDataInVector(js, file); |
PriyangaRamasamy | 33c61c2 | 2021-04-06 11:15:57 -0500 | [diff] [blame] | 1300 | ParserInterface* parser = ParserFactory::getParser(vpdVector); |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1301 | variant<KeywordVpdMap, Store> parseResult; |
| 1302 | parseResult = parser->parse(); |
SunnySrivastava1984 | 9a19554 | 2020-09-07 06:04:50 -0500 | [diff] [blame] | 1303 | |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1304 | if (auto pVal = get_if<Store>(&parseResult)) |
| 1305 | { |
| 1306 | populateDbus(pVal->getVpdMap(), js, file); |
| 1307 | } |
| 1308 | else if (auto pVal = get_if<KeywordVpdMap>(&parseResult)) |
| 1309 | { |
| 1310 | populateDbus(*pVal, js, file); |
| 1311 | } |
| 1312 | |
| 1313 | // release the parser object |
| 1314 | ParserFactory::freeParser(parser); |
| 1315 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 1316 | catch (const exception& e) |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1317 | { |
| 1318 | postFailAction(js, file); |
PriyangaRamasamy | a504c3e | 2020-12-06 12:14:52 -0600 | [diff] [blame] | 1319 | throw; |
Alpana Kumari | 2f79304 | 2020-08-18 05:51:03 -0500 | [diff] [blame] | 1320 | } |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1321 | } |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1322 | catch (const VpdJsonException& ex) |
| 1323 | { |
| 1324 | additionalData.emplace("JSON_PATH", ex.getJsonPath()); |
| 1325 | additionalData.emplace("DESCRIPTION", ex.what()); |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1326 | createPEL(additionalData, pelSeverity, errIntfForJsonFailure); |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1327 | |
| 1328 | cerr << ex.what() << "\n"; |
| 1329 | rc = -1; |
| 1330 | } |
| 1331 | catch (const VpdEccException& ex) |
| 1332 | { |
| 1333 | additionalData.emplace("DESCRIPTION", "ECC check failed"); |
| 1334 | additionalData.emplace("CALLOUT_INVENTORY_PATH", |
| 1335 | INVENTORY_PATH + baseFruInventoryPath); |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1336 | createPEL(additionalData, pelSeverity, errIntfForEccCheckFail); |
PriyangaRamasamy | c2fe40f | 2021-03-02 06:27:33 -0600 | [diff] [blame] | 1337 | dumpBadVpd(file, vpdVector); |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1338 | cerr << ex.what() << "\n"; |
| 1339 | rc = -1; |
| 1340 | } |
| 1341 | catch (const VpdDataException& ex) |
| 1342 | { |
| 1343 | additionalData.emplace("DESCRIPTION", "Invalid VPD data"); |
| 1344 | additionalData.emplace("CALLOUT_INVENTORY_PATH", |
| 1345 | INVENTORY_PATH + baseFruInventoryPath); |
Sunny Srivastava | 0746eee | 2021-03-22 13:36:54 -0500 | [diff] [blame] | 1346 | createPEL(additionalData, pelSeverity, errIntfForInvalidVPD); |
PriyangaRamasamy | c2fe40f | 2021-03-02 06:27:33 -0600 | [diff] [blame] | 1347 | dumpBadVpd(file, vpdVector); |
SunnySrivastava1984 | a20be8e | 2020-08-26 02:00:50 -0500 | [diff] [blame] | 1348 | cerr << ex.what() << "\n"; |
| 1349 | rc = -1; |
| 1350 | } |
Patrick Williams | 8e15b93 | 2021-10-06 13:04:22 -0500 | [diff] [blame] | 1351 | catch (const exception& e) |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1352 | { |
PriyangaRamasamy | c2fe40f | 2021-03-02 06:27:33 -0600 | [diff] [blame] | 1353 | dumpBadVpd(file, vpdVector); |
PriyangaRamasamy | abb87ed | 2019-11-19 17:25:35 +0530 | [diff] [blame] | 1354 | cerr << e.what() << "\n"; |
| 1355 | rc = -1; |
| 1356 | } |
| 1357 | |
| 1358 | return rc; |
Alpana Kumari | 37e7270 | 2021-11-18 11:18:04 -0600 | [diff] [blame] | 1359 | } |