summaryrefslogtreecommitdiff
path: root/redfish-core/lib/memory.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-04Remove redfish-health-populateGunnar Mills1-8/+0
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-5/+5
2023-09-28Refactor getCollectionMembersLakshmi Yadlapati1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-5/+5
2023-06-21Change the byte of the MemoryAttributes attribute to the size typeGeorge Liu1-3/+2
2023-06-21Add an option flag for multi-computersystemEd Tanous1-0/+16
2023-06-21Populate Memory attributesJayaprakash Mutyala1-4/+4
2023-06-09Consistently name AsyncResp variablesEd Tanous1-90/+96
2023-05-31health: Add option to disable health-populateWilly Tu1-3/+8
2023-05-16Boost::urls::formatEd Tanous1-2/+3
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-18/+12
2023-02-24Take boost error_code by referenceEd Tanous1-2/+2
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-2/+2
2023-01-24Refactor GetSubTree methodGeorge Liu1-10/+8
2023-01-18Fix a boatload of #includesEd Tanous1-7/+8
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-1/+6
2022-11-02Update CollectionMembers to use UrlFromPiecesWilly Tu1-1/+1
2022-10-04Make routes start matching RedfishEd Tanous1-4/+19
2022-09-22Memory: Fix the missing fields in Dimm ResponseNikhil Namjoshi1-3/+4
2022-09-16memory.hpp: Add High Bandwidth Memory v3 (HBM3)Tyson Tuckerbear1-0/+4
2022-09-02used sdbusplus::unpackPropertiesNoThrow part 6Krzysztof Grobelny1-504/+381
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-6/+5
2022-06-28memory: Use dbus::utility::DBusPropertiesMap::value_typeJiaqing Zhao1-5/+6
2022-06-21memory: match DIMM ID even more preciselyNan Zhou1-30/+21
2022-06-15memory: refactor JSON assembling codesNan Zhou1-60/+80
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-2/+2
2022-06-10memory: Precisely match DIMM IDSui Chen1-1/+11
2022-06-01Try to fix the lambda formatting issueEd Tanous1-73/+72
2022-05-27memory: set @odata attributes only if the object is foundNan Zhou1-5/+5
2022-05-26memory: move Partition codes from callbacks into separate functionsNan Zhou1-61/+65
2022-05-19memory: move long code blocks in callbacks into separate functionsNan Zhou1-267/+257
2022-05-06memory: correct type of MemorySizeInKBNan Zhou1-2/+2
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-5/+14
2022-03-25Memory: Fix OperatingMemoryModes and MemoryMedia propertiesJiaqing Zhao1-2/+2
2022-03-22Consitently use dbus::utility typesEd Tanous1-46/+36
2022-03-19Memory: Remove extra loop in getPersistentMemoryProperties()Jiaqing Zhao1-228/+217
2022-03-14Detemplateify intToHexStringEd Tanous1-1/+1
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2021-12-28Move to common variantEd Tanous1-10/+7
2021-11-19Update clang-formatGeorge Liu1-15/+15
2021-10-18Define hex helper utilsEd Tanous1-2/+2
2021-07-20[bmcweb] Add DDR5 support in bmcwebMansi Joshi1-0/+5
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-2/+3
2021-06-16Remove ambiguous privileges constructorEd Tanous1-2/+2
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-70/+33
2021-04-21bmcweb:Check for dimm presense for State AttributeJoshi-Mansi1-0/+15
2021-04-21Redfish : Return after InternalError instead of ContinueChicago Duan1-33/+33
2021-04-08Using AsyncResp everywherezhanghch051-19/+19
2021-02-22Add additional Redfish Memory propertiesSunnySrivastava19841-1/+36
2020-11-26Memory: Remove if (*memorySize == 0)Gunnar Mills1-9/+0