Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1020: test 1020 build #212

Merged
merged 5 commits into from May 24, 2022
Merged

1020: test 1020 build #212

merged 5 commits into from May 24, 2022

Conversation

rfrandse
Copy link
Collaborator

1020: test 1020 build

Change-Id: I387e26fac3eaae9b5d75274844bbb21209f4a87b

anoo1 pushed a commit to anoo1/openbmc-1 that referenced this pull request May 17, 2022
Albert Zhang (4):
  Add Redfish EnvironmentMetrics schema in bmcweb
  Add PowerLimitWatts in EnvironmentMetrics
  Implements Fan schema
  Implement LocationIndicatorActive for Fan

Sunitha Harish (15):
  Increase the filesize limit for save-area
  Remove VLAN support from Redfish interface
  EventService: Pass httpHeaders to subscriber
  EventService: Fix the httpHeader initialization (ibm-openbmc#165)
  HMC-BMC: SSLHandshakeException fix (ibm-openbmc#175)
  As part of HMC performance improvement, this commit implements
  Multipart ConfigFile upload support Fixup
  HMC Lock management improvements
  HMC Lock management improvements Fixup
  Multipart form data upload fixes (ibm-openbmc#198)
  Redfish Validator: Fix Bios/Settings response (ibm-openbmc#210)
  Hypervisor Static IP error handling (ibm-openbmc#220)
  Add pre-req to phosphor-user-manager service (ibm-openbmc#222)
  PostCode event performance improvement (ibm-openbmc#233)
  Push-style event: Delete subscriber after retry failures (ibm-openbmc#228)

Asmitha Karunanithi (9):
  Merge branch '1020' into hypNwMgr
  Return proper error resp for createDump redfish call
  Increase the dump create task timer
  Remove stale lock table entries of invalid sessionid
  Add GeneratorId prop to redfish LogEntry (ibm-openbmc#136)
  Change errors to debug level traces (ibm-openbmc#176)
  Remove setting of enabled property of hyp eth obj (ibm-openbmc#203)
  Fix bmcweb crash when patching bios attributes (ibm-openbmc#208)
  Remove null values in ntp patch req

patelabhishek9893 (1):
  OEM - Enclosure Firmware Version (ibm-openbmc#241)

Ravi Teja (2):
  Modify hypervisor network config to use new D-bus app
  Resolve error in setting DHCP to true & fix validator failures

zamiseck (1):
  Redfish OEM Update Command for Concurrent Update (ibm-openbmc#141)

Abhishek Patel (2):
  Added Hypervisor Serial Socket
  BMC_SHELL web-base_shell

Chris Cain (1):
  Systems: Add IdlePowerSave support

Xiaochao Ma (1):
  Redfish: Repair the wrong change made by non-admin

raviteja-b (6):
  Modify LicenseService as per DMTF released schemas (ibm-openbmc#185)
  GHE: Set create dump task timer to 20 minutes (ibm-openbmc#192)
  Add LicenseRegistry support (ibm-openbmc#212)
  Return right BMC state to the redfish client (ibm-openbmc#221)
  Handle resource not found error while dump offload (ibm-openbmc#239)
  Move socket files to /tmp directory (ibm-openbmc#249)

Santosh Puranik (1):
  Redfish Assembly: Add More Inventory Types (ibm-openbmc#187)

George Liu (11):
  led: Add GetSubTree method to get service name
  Update get/setLocationIndicatorActive method
  Update indicator LED verification
  chassis: Remove boost::ends_with method
  Add Redfish EnvironmentMetrics schema in bmcweb (ibm-openbmc#191)
  EnvironmentMetrics: Fix Redfish Validator Error (ibm-openbmc#218)
  Fix bmcweb::redfish bug (ibm-openbmc#231)
  Remove NTPServers duplicate values and null values
  Fix NTPServers are hard-coded for eth0
  Remove excess traces in the ThermalMetrics Query (ibm-openbmc#242)
  Consume availability interface for cores (ibm-openbmc#254)

aahmed-2 (3):
  Merge branch '1020' into telemetry-update-3
  Fix ProcessorSummary CoreCount (ibm-openbmc#204)
  Remove BootSource and BootMode for GA (ibm-openbmc#209)

Ali Ahmed (7):
  Add Model & CoreCount to ProcessorSummary
  Revert 'Add support for MetricDefinition property in MetricReport'
  Revert 'Sync Telmetry service with EventService'
  Compiles fixes for bmcweb-1020
  Clang format fixes to sensors.hpp
  Revert 'Add Collection attribs to MetricReportDefinition'
  Revert 'Switched bmcweb to use new telemetry service API'

Adriana Kobylak (1):
  http_connection: Bump connection timeout to 3min (ibm-openbmc#250)

Reed Frandsen (17):
  Merge pull request ibm-openbmc#163 from lkammath/mex_refresh
  Merge pull request ibm-openbmc#169 from gtmills/fix-buildtype=debug
  Merge pull request ibm-openbmc#167 from aahmed-2/telemetry-update-3
  Merge pull request ibm-openbmc#180 from sunharis/multipart_parser
  Add LicenseService Support (ibm-openbmc#183)
  Merge pull request ibm-openbmc#181 from SunnySrivastava1984/PcieSlotToPcieDevice
  Merge pull request ibm-openbmc#186 from gtmills/deduplicate-url-parsing
  Merge pull request ibm-openbmc#184 from sunharis/lock_ffdc_improvement
  Merge pull request ibm-openbmc#177 from lkammath/chassis_LocationIndicatorActive_fixes
  Add Spare Part Number for Chassis (ibm-openbmc#199)
  Merge pull request ibm-openbmc#195 from aahmed-2/Telemetry-MRD_collections_update
  Merge pull request ibm-openbmc#207 from gtmills/use-boost-timer-with-100-connection-limit
  Merge pull request ibm-openbmc#213 from gtmills/revert-use-boost-timer-with-100-connection-limit
  Merge pull request ibm-openbmc#154 from patelabhishek9893/obmc_ssh
  Merge pull request ibm-openbmc#227 from geissonator/joseph-reynolds-1020-new-role
  Merge pull request ibm-openbmc#230 from geissonator/1020-012022-trace-internal-fails
  Merge pull request ibm-openbmc#236 from asmithakarun/ntpRemoveHardcoding

Gunnar Mills (25):
  Add oem to insufficientPrivilege list
  Fix potential null pointer dereference
  Bail if controlMode is invalid
  Run clang-format to fix CI
  Fix clang-tidy error 1
  Merge pull request ibm-openbmc#170 from gtmills/fix-CI
  Move to 2021.3 (ibm-openbmc#182)
  Multipart test update crow::Request constructor
  Fix EnvironmentMetrics not showing (ibm-openbmc#189)
  Remove query_params
  Revert "HMC-BMC: SSLHandshakeException fix (ibm-openbmc#175)"
  Add back error message from 6dc5b89
  Revert "Implement connection limit"
  Revert "Add back error message from 6dc5b89"
  Revert "Deduplicate doAccept code"
  Revert "Make timer system use boost"
  Revert "Revert "HMC-BMC: SSLHandshakeException fix (ibm-openbmc#175)""
  Fix AccountService patch privileges (ibm-openbmc#215)
  Bump Chassis schema to fix error (ibm-openbmc#216)
  Make clang-tidy pass
  Fix PowerSubsystem Id (ibm-openbmc#232)
  Add new fan-oem-data meson option (ibm-openbmc#234)
  Remove health.hpp calls where unneeded (ibm-openbmc#237)
  Add Sensor Name to Debug trace (ibm-openbmc#253)
  Remove q-factor weighting on Accept Header (ibm-openbmc#251)

Patrick Williams (3):
  build: switch to C++20
  ssl_key_handler: use OpenSSL 3.0 API for keygen
  ssl_key_handler: support OpenSSL 3.0 for key verification

Andrew Geissler (17):
  redfish: disable ForceRestart support
  clang13: clean up file
  redfish: remove ForceRestart from AllowableValues
  enable error traces in bmcweb
  clean up some error traces
  add additional error trace for send data path
  redfish:sensors: change verbose error trace to debug
  1020 reduce error traces in bmcweb (ibm-openbmc#162)
  boot-progress: add support for SetupEntered (ibm-openbmc#217)
  eslint: removed invalid comma in account json
  clang-tidy: error: avoid repeating the return type
  Merge pull request ibm-openbmc#223 from geissonator/1020-clang13
  clean up clang formatting
  clang-tidy: code warnings fixup
  redfish: bump Role to v1_3_0
  utilize auto for json iterator
  host-state: do not return anything if unavailable (ibm-openbmc#246)

Sunny Srivastava (12):
  Util api to fetch pretty name for assemblies (ibm-openbmc#172)
  Fabric Adapter schema update (ibm-openbmc#173)
  PCIeDevice schema implementation
  Pcie slot to Pcie device link
  version upgrade for adapter schema (ibm-openbmc#190)
  Link Fabric adapter to PCIeDevice schema (ibm-openbmc#188)
  Fabric adapter version upgrade (ibm-openbmc#193)
  Handle empty enum vlaues in PCIeDevice and Function (ibm-openbmc#194)
  Remove link from Chassis to PCIeDevice (ibm-openbmc#196)
  Link PCIeSlots to Processor schema (ibm-openbmc#200)
  Update Assembly Schema To Populate Status::State (ibm-openbmc#256)
  Unauthorised ACF certificate upload (ibm-openbmc#243)

Chicago Duan (8):
  Redfish : Look for OperationalStatus for the memory Health
  Implements PowerSubsystem and PowerSupply schema
  Redfish: PCIeSlots support empty JSON object in do PATCH command (ibm-openbmc#201)
  Redfish : Add USB code update Enable/Disable (ibm-openbmc#164)
  Redfish: Implements Redfish Assembly Health (ibm-openbmc#202)
  Redfish: Implement LocationIndicatorActive Property for Manager (ibm-openbmc#219)
  Redfish SNMP Trap sync with upstream (ibm-openbmc#225)
  Redfish: Fix issue of set Assemply LocationIndicatorActive (ibm-openbmc#205)

Ramesh Iyyar (4):
  redfish-core: Processor: Fixed the processor object search (ibm-openbmc#168)
  Enabled deconfiguration reason support to the DIMM and Core and Few fixes (ibm-openbmc#171)
  HW-Isolation: Fix, Use GetAncestors to get the parents id (ibm-openbmc#235)
  HW-Isolation: Fix, Don't throw internal error if failed to get error log (ibm-openbmc#245)

Shantappa Teekappanavar (4):
  bmcweb: CElog entry not received by HMC (ibm-openbmc#178)
  Bump up privilege_registry to Redfish_1.2.0 (ibm-openbmc#214)
  bmcweb: Add/Move common typedefs to dbus utility (ibm-openbmc#229)
  Implement Cable schema (ibm-openbmc#206)

Wludzik, Jozef (1):
  Sync Telmetry service with EventService

Ed Tanous (10):
  Only generate headers once in EventService
  Cleanup HttpClient to use inline initialization
  Improve HttpHeaders in EventService
  Implement MIME parsing
  Deduplicate url parsing code
  Make timer system use boost
  Deduplicate doAccept code
  Implement connection limit
  Add logging to internal error
  Fix c++20 issue

Joseph Reynolds (1):
  Add new Redfish role OemIBMServiceAgent

Krzysztof Grobelny (2):
  Add support for MetricDefinition scheme
  Switched bmcweb to use new telemetry service API

Change-Id: I8c3fa184720da27326986d4e75005dfb81d63fb4
anoo1 pushed a commit to anoo1/openbmc-1 that referenced this pull request May 17, 2022
ArchanaKakani (1):
  oem-ibm:Unmap the memory selectively (ibm-openbmc#212)

sagisin (2):
  PLDM: Error log when host does not respond to newFileAvailable (ibm-openbmc#211)
  PLDM: Fixes for SW548966 and SW544557 (ibm-openbmc#213)

Pavithra B (1):
  This commit destroy & create new core DBus objects for every (ibm-openbmc#214)

Change-Id: I389f64e4830ad91da91f7868cd925d38573569ff
@rfrandse rfrandse force-pushed the 1020i-test branch 3 times, most recently from ce3c50d to a363864 Compare May 19, 2022 16:26
@rfrandse
Copy link
Collaborator Author

jenkins run tests please

Change-Id: I387e26fac3eaae9b5d75274844bbb21209f4a87b
Brandon Wyman (10):
  psu-ng: Call setPowerSupplyError method for fault
  psu-ng: Fix up format for STATUS_* journal traces
  psu-ng: Limit tracing to STATUS_WORD changes
  psu-ng: Create a shortName and use for tracing
  psu-ng: Clear faults if VIN_UV and READ_VIN good
  psu-ng: Add a clearVinUVFault function
  psu-ng: Move bindDelay into bindOrUnbindDriver()
  psu-ng: Need driver to bind before updateInventory
  psu-ng: Do not add trailing \0 to VINI SN
  psu-ng: Remove system from inventory mapper-wait

Shawn McCarney (13):
  Merge pull request ibm-openbmc#4 from smccarney/ibm-ups
  Merge pull request ibm-openbmc#5 from smccarney/sighup
  regulators: Add rules and devices to Rainier JSON
  regulators: Retry failed sensor monitoring
  Merge pull request ibm-openbmc#6 from smccarney/replace_bool_ctor
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Adriana Kobylak (4):
  psu-ng: Don't log brownout error if all PSUs are missing
  psu-ng: Implement the PowerSystemInputs interface
  psu-ng: Set the PowerSystemInputs status on Brownout condition
  psu-ng: Skip power supply validation if none are present

Reed Frandsen (12):
  Merge branch '1020' into master-10fc6e8
  Merge branch '1020' into master-f6f0da9
  Merge branch '1020' into master-3accffe
  Merge branch '1020' into master-1cb0f13
  Merge branch '1020' into master-280fa71
  Merge branch '1020' into master-3225a45
  Merge branch '1020' into master-d97aa51
  Merge branch '1020' into master-e5b1e08
  Merge branch '1020' into master-fa2734d
  Merge branch '1020' into master-b23e443
  Merge branch '1020' into master-7fce37b
  Merge branch '1020' into master-2a05492

Mike Capps (1):
  psu-ng : add header to SerialNumber property

Patrick Williams (1):
  sdbusplus: object: don't use 'bool' argument constructor

Matt Spinler (2):
  psu-ng: Add Availability support to power supplies
  psu-ng: Handle health rollup based on availability

Jim Wright (10):
  pseq: Clear power supply error at power on
  pseq: Cleanup Rainier config file pin entries
  pseq: Prevent multiple failures
  pseq: Issue failures as system terminating
  pseq: Refactor on failure method
  pseq: Observe minimum power off time
  pseq: Add all the GPIO pin values in failure data
  pseq: Remove disconnected Rainier system GPIO pins
  pseq: Cleanup Everest config file pin entries
  pseq: Add exists call before reading status vout

Change-Id: Ie5ad3966a6343dee8e7a09b696557fe91eed50a7
Zev Weiss (1):
  regulators: Add phosphor-regulators service dependencies

Reed Frandsen (1):
  Merge branch '1020' into master-9666ddf

Shawn McCarney (8):
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Brandon Wyman (6):
  psu-ng: Symlink to input history files
  psu-ng: Power supply class updates for input history
  psu-ng: INPUT_HISTORY syncHistory
  psu-ng: Add syncHistory for power state on
  psu-ng: faultLogged to false in clearFaultFlags
  Do not run validation if input/UV fault

Jim Wright (2):
  pseq: Correct Everest system rail ordering
  pseq: Add digital monitor rails to voltage fault

Change-Id: I56009d19d52f367155d3f7b6bf1113541305f97a
Reed Frandsen (1):
  Merge branch '1020' into master-dc777fa

Shawn McCarney (9):
  regulators: Host reboot should not redo operations
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Change-Id: I6b078a37472d20f0f5d88d46a597a966a7891fb2
Reed Frandsen (1):
  Merge branch '1020' into master-c9e840e

Shawn McCarney (8):
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Brandon Wyman (1):
  psu-ng: Lower input history sync delay to 5ms

Change-Id: I758a657e4bc6e6adde228ba2ad1d95f288455a47
@rfrandse rfrandse merged commit c83e218 into ibm-openbmc:1020 May 24, 2022
rfrandse added a commit that referenced this pull request May 24, 2022
* phosphor-power: downstream srcrev bump 76bb2abb92..2c6cf12d1a

Brandon Wyman (10):
  psu-ng: Call setPowerSupplyError method for fault
  psu-ng: Fix up format for STATUS_* journal traces
  psu-ng: Limit tracing to STATUS_WORD changes
  psu-ng: Create a shortName and use for tracing
  psu-ng: Clear faults if VIN_UV and READ_VIN good
  psu-ng: Add a clearVinUVFault function
  psu-ng: Move bindDelay into bindOrUnbindDriver()
  psu-ng: Need driver to bind before updateInventory
  psu-ng: Do not add trailing \0 to VINI SN
  psu-ng: Remove system from inventory mapper-wait

Shawn McCarney (13):
  Merge pull request #4 from smccarney/ibm-ups
  Merge pull request #5 from smccarney/sighup
  regulators: Add rules and devices to Rainier JSON
  regulators: Retry failed sensor monitoring
  Merge pull request #6 from smccarney/replace_bool_ctor
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Adriana Kobylak (4):
  psu-ng: Don't log brownout error if all PSUs are missing
  psu-ng: Implement the PowerSystemInputs interface
  psu-ng: Set the PowerSystemInputs status on Brownout condition
  psu-ng: Skip power supply validation if none are present

Reed Frandsen (12):
  Merge branch '1020' into master-10fc6e8
  Merge branch '1020' into master-f6f0da9
  Merge branch '1020' into master-3accffe
  Merge branch '1020' into master-1cb0f13
  Merge branch '1020' into master-280fa71
  Merge branch '1020' into master-3225a45
  Merge branch '1020' into master-d97aa51
  Merge branch '1020' into master-e5b1e08
  Merge branch '1020' into master-fa2734d
  Merge branch '1020' into master-b23e443
  Merge branch '1020' into master-7fce37b
  Merge branch '1020' into master-2a05492

Mike Capps (1):
  psu-ng : add header to SerialNumber property

Patrick Williams (1):
  sdbusplus: object: don't use 'bool' argument constructor

Matt Spinler (2):
  psu-ng: Add Availability support to power supplies
  psu-ng: Handle health rollup based on availability

Jim Wright (10):
  pseq: Clear power supply error at power on
  pseq: Cleanup Rainier config file pin entries
  pseq: Prevent multiple failures
  pseq: Issue failures as system terminating
  pseq: Refactor on failure method
  pseq: Observe minimum power off time
  pseq: Add all the GPIO pin values in failure data
  pseq: Remove disconnected Rainier system GPIO pins
  pseq: Cleanup Everest config file pin entries
  pseq: Add exists call before reading status vout

Change-Id: Ie5ad3966a6343dee8e7a09b696557fe91eed50a7

* phosphor-power: downstream srcrev bump 2c6cf12d1a..2d12b1cc05

Zev Weiss (1):
  regulators: Add phosphor-regulators service dependencies

Reed Frandsen (1):
  Merge branch '1020' into master-9666ddf

Shawn McCarney (8):
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Brandon Wyman (6):
  psu-ng: Symlink to input history files
  psu-ng: Power supply class updates for input history
  psu-ng: INPUT_HISTORY syncHistory
  psu-ng: Add syncHistory for power state on
  psu-ng: faultLogged to false in clearFaultFlags
  Do not run validation if input/UV fault

Jim Wright (2):
  pseq: Correct Everest system rail ordering
  pseq: Add digital monitor rails to voltage fault

Change-Id: I56009d19d52f367155d3f7b6bf1113541305f97a

* phosphor-power: downstream srcrev bump 2d12b1cc05..601b935c5e

Reed Frandsen (1):
  Merge branch '1020' into master-dc777fa

Shawn McCarney (9):
  regulators: Host reboot should not redo operations
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Change-Id: I6b078a37472d20f0f5d88d46a597a966a7891fb2

* phosphor-power: downstream srcrev bump 601b935c5e..510c5b89f9

Reed Frandsen (1):
  Merge branch '1020' into master-c9e840e

Shawn McCarney (8):
  ibm-ups: Initial version of UPS application (#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Brandon Wyman (1):
  psu-ng: Lower input history sync delay to 5ms

Change-Id: I758a657e4bc6e6adde228ba2ad1d95f288455a47
rfrandse added a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
* phosphor-power: downstream srcrev bump 76bb2abb92..2c6cf12d1a

Brandon Wyman (10):
  psu-ng: Call setPowerSupplyError method for fault
  psu-ng: Fix up format for STATUS_* journal traces
  psu-ng: Limit tracing to STATUS_WORD changes
  psu-ng: Create a shortName and use for tracing
  psu-ng: Clear faults if VIN_UV and READ_VIN good
  psu-ng: Add a clearVinUVFault function
  psu-ng: Move bindDelay into bindOrUnbindDriver()
  psu-ng: Need driver to bind before updateInventory
  psu-ng: Do not add trailing \0 to VINI SN
  psu-ng: Remove system from inventory mapper-wait

Shawn McCarney (13):
  Merge pull request ibm-openbmc#4 from smccarney/ibm-ups
  Merge pull request ibm-openbmc#5 from smccarney/sighup
  regulators: Add rules and devices to Rainier JSON
  regulators: Retry failed sensor monitoring
  Merge pull request ibm-openbmc#6 from smccarney/replace_bool_ctor
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Adriana Kobylak (4):
  psu-ng: Don't log brownout error if all PSUs are missing
  psu-ng: Implement the PowerSystemInputs interface
  psu-ng: Set the PowerSystemInputs status on Brownout condition
  psu-ng: Skip power supply validation if none are present

Reed Frandsen (12):
  Merge branch '1020' into master-10fc6e8
  Merge branch '1020' into master-f6f0da9
  Merge branch '1020' into master-3accffe
  Merge branch '1020' into master-1cb0f13
  Merge branch '1020' into master-280fa71
  Merge branch '1020' into master-3225a45
  Merge branch '1020' into master-d97aa51
  Merge branch '1020' into master-e5b1e08
  Merge branch '1020' into master-fa2734d
  Merge branch '1020' into master-b23e443
  Merge branch '1020' into master-7fce37b
  Merge branch '1020' into master-2a05492

Mike Capps (1):
  psu-ng : add header to SerialNumber property

Patrick Williams (1):
  sdbusplus: object: don't use 'bool' argument constructor

Matt Spinler (2):
  psu-ng: Add Availability support to power supplies
  psu-ng: Handle health rollup based on availability

Jim Wright (10):
  pseq: Clear power supply error at power on
  pseq: Cleanup Rainier config file pin entries
  pseq: Prevent multiple failures
  pseq: Issue failures as system terminating
  pseq: Refactor on failure method
  pseq: Observe minimum power off time
  pseq: Add all the GPIO pin values in failure data
  pseq: Remove disconnected Rainier system GPIO pins
  pseq: Cleanup Everest config file pin entries
  pseq: Add exists call before reading status vout

Change-Id: Ie5ad3966a6343dee8e7a09b696557fe91eed50a7

* phosphor-power: downstream srcrev bump 2c6cf12d1a..2d12b1cc05

Zev Weiss (1):
  regulators: Add phosphor-regulators service dependencies

Reed Frandsen (1):
  Merge branch '1020' into master-9666ddf

Shawn McCarney (8):
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Brandon Wyman (6):
  psu-ng: Symlink to input history files
  psu-ng: Power supply class updates for input history
  psu-ng: INPUT_HISTORY syncHistory
  psu-ng: Add syncHistory for power state on
  psu-ng: faultLogged to false in clearFaultFlags
  Do not run validation if input/UV fault

Jim Wright (2):
  pseq: Correct Everest system rail ordering
  pseq: Add digital monitor rails to voltage fault

Change-Id: I56009d19d52f367155d3f7b6bf1113541305f97a

* phosphor-power: downstream srcrev bump 2d12b1cc05..601b935c5e

Reed Frandsen (1):
  Merge branch '1020' into master-dc777fa

Shawn McCarney (9):
  regulators: Host reboot should not redo operations
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Change-Id: I6b078a37472d20f0f5d88d46a597a966a7891fb2

* phosphor-power: downstream srcrev bump 601b935c5e..510c5b89f9

Reed Frandsen (1):
  Merge branch '1020' into master-c9e840e

Shawn McCarney (8):
  ibm-ups: Initial version of UPS application (ibm-openbmc#1)
  ibm-ups: Add --no-poll command line option
  ibm-ups: Poll UPS device for current status
  ibm-ups: Add ObjectManager interface
  ibm-ups: Add error logging
  ibm-ups: Fix race condition with state manager
  ibm-ups: Block SIGHUP and SIGCONT
  ibm-ups: Use object_t constructor with enum arg

Brandon Wyman (1):
  psu-ng: Lower input history sync delay to 5ms

Change-Id: I758a657e4bc6e6adde228ba2ad1d95f288455a47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant