summaryrefslogtreecommitdiff
path: root/redfish-core/lib/pcie.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Take boost error_code by referenceEd Tanous1-3/+3
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-14/+18
2023-01-19Add Get for PCIe property LanesInUseMyung Bae1-1/+10
2023-01-18Fix a boatload of #includesEd Tanous1-5/+4
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-8/+5
2022-12-08Generate Redfish enums from schemasEd Tanous1-9/+11
2022-11-28pcie:Fix get PCIeFunctionTony Lee1-1/+1
2022-10-31pcie: Fixed return nothing when get PCIeDeviceIdTony Lee1-5/+3
2022-10-18pcie: fixed filpped empty checkNan Zhou1-1/+1
2022-10-18pcie: fix Members@odata.countNan Zhou1-1/+1
2022-10-04Make routes start matching RedfishEd Tanous1-4/+18
2022-09-09used sdbusplus::unpackPropertiesNoThrow part 8Krzysztof Grobelny1-54/+55
2022-06-17Revert "Implement Redfish PCIeSlots schema"Ed Tanous1-2/+3
2022-06-17Implement Redfish PCIeSlots schemaChicago Duan1-3/+2
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-4/+4
2022-06-01Try to fix the lambda formatting issueEd Tanous1-315/+292
2022-05-13Remove brace initialization of json objectsEd Tanous1-48/+52
2022-04-15pcie: Remove duplicate DeviceType property checkJiaqing Zhao1-10/+0
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-166/+177
2022-03-22Consitently use dbus::utility typesEd Tanous1-193/+192
2022-02-11Change PcieType to PCIeTypeAnjaliintel-211-1/+1
2022-01-28Enable readability-container-size-empty testsEd Tanous1-3/+3
2022-01-20Fix undefined property in PCIeFunctionCollectionJiaqing Zhao1-1/+1
2021-12-28Move to common variantEd Tanous1-165/+189
2021-12-21PCIe: Implement "PcieType" PCIe device propertySpencer Ku1-0/+58
2021-09-27Revert "PCIe: Implement "PcieType" PCIe device property"Ed Tanous1-45/+0
2021-09-25PCIe: Implement "PcieType" PCIe device propertySpencer Ku1-0/+45
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-4/+5
2021-06-16Remove ambiguous privileges constructorEd Tanous1-4/+4
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-305/+257
2021-04-08Using AsyncResp everywherezhanghch051-10/+9
2020-10-15Lots of performance improvementsEd Tanous1-2/+3
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-1/+1
2020-08-17Enable unused variable warnings and resolveEd Tanous1-5/+5
2020-08-17Remove middlewaresEd Tanous1-6/+4
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-42/+42
2020-05-14sdbusplus: replace message::variant with std::variantPatrick Williams1-6/+5
2020-05-14sdbusplus: remove deprecated variant_nsPatrick Williams1-118/+99
2020-02-20pcie: Remove odata.contextGunnar Mills1-10/+0
2019-10-29Update to Chassis 1.10 and add PCIeDeviceCollection supportJason M. Bills1-30/+67
2019-10-22Update to PCIeDevices 1.4 and add PCIeFunctionCollection supportJason M. Bills1-8/+86
2019-10-11Fix a bunch of warningsEd Tanous1-2/+2
2019-07-12pcie: Don't return error if no PCIe presentAndrew Geissler1-2/+2
2019-07-11Add Redfish PCIe informationJason M. Bills1-0/+345