Skip to content

Commit

Permalink
bmcweb: downstream srcrev bump 69a835e892..29fa1f5d42 (#3281)
Browse files Browse the repository at this point in the history
George Liu (3):
  Implement LocationIndicatorActive for CPU resource
  Implement SubProcessors for processor core
  Implement LocationIndicatorActive for Memory resource

Ramesh Iyyar (19):
  redfish-core: Processor: Workaround to handle DCM
  redfish-core: LogServices: Added HardwareIsolation service
  LogServices: HardwareIsolation: Get LogEntryCollection
  LogServices: HardwareIsolation: Get LogEntry
  LogServices: HardwareIsolation: Delete LogEntry
  LogServices: HardwareIsolation: Post ClearLog
  redfish-core: Processor: Fixed the processor object search (#168)
  Enabled deconfiguration reason support to the DIMM and Core and Few fixes (#171)
  HW-Isolation: Fix, Use GetAncestors to get the parents id (#235)
  HW-Isolation: Fix, Don't throw internal error if failed to get error log (#245)
  HW-Isolation: Fix, Update State if the Core and DIMM are recovered (#288)
  registry: Add PropertyValueResourceConflict registry
  HW-Isolation: Return an appropriate error if the request is failed.
  HW-Isolation: Fill OriginOfCondition for the TPM and Motherboard (#278)
  HW-Isolation: Return ResourceCannotBeDeleted error (#297)
  HW-Isolation: Fix, Don't handle the Unavailable D-Bus error
  registry: Add PropertyValueExternalConflict registry
  LogService: HW-Isolation: Return an appropriate error
  LogEntry: HW-Isolation: Removed the Resolved property (#341)

PriyangaRamasamy (1):
  1050:Pull lamptest related commits to 1050 (#572)

Asmitha Karunanithi (1):
  Support ipv6 on hypervisor ethernet interface (#569)

Reed Frandsen (1):
  Merge pull request #542 from deepakala-k/sync_1030_commits

deepakala-k (6):
  redfish-core: Core: Enabled the isolation (aka guard) feature
  redfish-core: Memory: Enabled the isolation (aka guard) feature
  Core: Fix, Patch a core into the respective parent processor (#261)
  Add missing odata.id field under OriginOfCondition for assemblies (#494)
  clang-format ran
  Fix Errors found during CI

Willy Tu (1):
  util: Add pretty name for resources

Change-Id: I4ff543ef70c2ef32e86fa892d979a6dbf2a57efd
  • Loading branch information
rfrandse committed Mar 20, 2023
1 parent 6dc8c8a commit eefa069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
SRCREV = "69a835e8923720e16d424aed8d3d75514432ec57"
SRCREV = "29fa1f5d42c915aa35f7101359ee41a06d49211f"
PV = "1.0+git${SRCPV}"

SRC_URI = "git://github.com/ibm-openbmc/bmcweb.git;protocol=https;nobranch=1;protocol=https"
Expand Down

0 comments on commit eefa069

Please sign in to comment.