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

openpower-proc-control, phosphor-dbus-interfaces & bmcweb BRANCH=OP940 rev bump #13

Closed
wants to merge 2 commits into from

Conversation

lkammath
Copy link
Contributor

@lkammath lkammath commented Jul 30, 2019

Revision bump in OP940 for openpower-proc-control , phosphor-dbus-interfaces & bmcweb

revision bump for following in Op940

https://gerrit.openbmc-project.xyz/#/c/openbmc/openpower-proc-control/+/22193/
NMI (soft reset) control code enablement

https://gerrit.openbmc-project.xyz/#/c/openbmc/phosphor-dbus-interfaces/+/21770/
Add a new dbus interface to trigger NMI.

https://gerrit.openbmc-project.xyz/#/c/openbmc/bmcweb/+/22661/
bmcweb implementation of NMI (soft reset) control code

@lkammath lkammath mentioned this pull request Jul 30, 2019
@lkammath lkammath changed the title openpower-proc-control and phosphor-dbus-interfaces BRANCH=OP940 rev bump openpower-proc-control, phosphor-dbus-interfaces & bmcweb BRANCH=OP940 rev bump Jul 30, 2019
Copy link
Contributor Author

@lkammath lkammath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ojayanth please review

@ojayanth ojayanth self-requested a review July 30, 2019 09:07
Copy link
Contributor

@ojayanth ojayanth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better check with Reed on the Version bump process , because bmc-web and phosphor-d bus is commonly updaing repo

@@ -2,6 +2,7 @@ SUMMARY = "OpenPower procedure control"
DESCRIPTION = "Provides procedures that run against the host chipset"
PR = "r1"
PV = "1.0+git${SRCPV}"
HOMEPAGE = "https://github.com/openbmc/openpower-proc-control"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems un-necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Andrew, as per latest discussion @rfrandse is going to bump up rev

@@ -11,17 +12,26 @@ inherit autotools obmc-phosphor-utils pkgconfig pythonnative
inherit systemd

SRC_URI += "git://github.com/openbmc/openpower-proc-control"
SRCREV = "b964c928156c2e71fe3bc9a2693b02cfbba5309c"
SRCREV = "16ab00cb9383b17b8dd033a1cb300e2a013d55b1"
SRC_URI += "git://github.com/ibm-openbmc/openpower-proc-control;branch=OP940"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should delete the other SRC_URI

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Andrew, as per latest discussion @rfrandse is going to bump up rev

SRCREV = "b964c928156c2e71fe3bc9a2693b02cfbba5309c"
SRCREV = "16ab00cb9383b17b8dd033a1cb300e2a013d55b1"
SRC_URI += "git://github.com/ibm-openbmc/openpower-proc-control;branch=OP940"
SRCREV = "16ab00cb9383b17b8dd033a1cb300e2a013d55b1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two of the same SRCREV in here now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because openpower-proc-control is already in op940. Looks like when @rfrandse cloned for the first time for OP940 it got picked it up. I asked reed to take care of openpower revbump as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above

@@ -15,6 +15,8 @@ DEPENDS += "sdbus++-native"

SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces"
SRCREV = "4ad9170e7549abbec3c8c52ac4b68a82e01f1c68"
SRC_URI += "git://github.com/ibm-openbmc/phosphor-dbus-interfaces;branch=OP940"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comments as other.

@lkammath
Copy link
Contributor Author

Discussion with @rfrandse on order of PR

  1. Add a new dbus interface to trigger NMI. phosphor-dbus-interfaces#2 (phosphor-dbus-interfaces NMI YAML)
  2. Rev Bump of phosphor-dbus-interface and openpower-proc-control
  3. bmcweb implementation of NMI (soft reset) control code bmcweb#15 (bmcweb)
  4. Rev bump of bmcweb

#1 and #3 already approved by @ojayanth..
#2 and #4 Reed will be bumping up

@rfrandse
Copy link
Collaborator

done with another commit

@rfrandse rfrandse closed this Jul 31, 2019
rfrandse added a commit that referenced this pull request Feb 17, 2022
    George Liu (1):
      build: Remove autotools support

    Shantappa Teekappanavar (1):
      Identify cable and flett cards

    Reed Frandsen (4):
      Merge branch '1020' into master-8c79681
      Merge branch '1020' into master-ecb5c7d
      Merge branch '1020' into master-0086dd1
      Merge pull request #14 from santoshpuranik/module_vpd_fixes

    Priyanga Ramasamy (6):
      Move getPrintableValue api to utils
      VpdTool:Treat NULL char at the end as a terminator
      Defect SW541296:vpd-tool write failure
      Populate com.ibm.ipzvpd.Location interface
      Move json symlink before populating dbus interfaces
      VPD Tool: Emplace Present property

    Sunny Srivastava (8):
      Implementation of deleteFRUVPD api
      Single FRU VPD collection
      Copy record data from parent FRU
      Trigger VPD recollection at standby
      Implementation of deleteFRUVPD api
      Single FRU VPD collection
      Implementation of deleteFRUVPD api
      Single FRU VPD collection

    Alpana Kumari (3):
      fix for booting with correct dtb
      fix for booting with correct dtb
      Set default dts for system boot up

    Manojkiran Eda (1):
      Add OWNERS file

    Santosh Puranik (7):
      VPD Manager: Allow Full Inventory Paths
      pel: Set default severity to informational
      pel: Set default severity to informational
      pel: Set default severity to informational
      Fix HW Keyword Handling (#13)
      Remove FRU vs Module VPD Handling
      Enable redundant EEPROMs

Change-Id: Id456fadffec6e530e0a82657e6ed3089a14348aa
rfrandse pushed a commit that referenced this pull request Feb 17, 2022
In this patch bumped the openpower-hw-isolation with below patches.

SRCREV: a04f468..9064cb5

- Ramesh Iyyar (2):
      common: Support ECO mode core
      Merge pull request #13 from RameshIyyar/eco-core-new

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
rfrandse added a commit that referenced this pull request Feb 17, 2022
Bruce Mitchell (3):
  entity-manager: Support for DPS310 and SI7020 Rainier
  entity-manager: Support DPS310 and SI7020 Everest
  Cleanup of code to pass CI, clang-tidy-13

Rashmica Gupta (5):
  configurations: Add ambient virtual sensor to Blyth
  Add optional hysteresis field to Thresholds
  ambient virtual temp: add in thresholds
  ambient virtual temp: update to use hysteresis
  storm king: Add Ambient Virtual Temperature Sensor

Kumar Thangavel (1):
  Move global variable to local variable.

Jiaqing Zhao (1):
  Fix probing rule for PSSF162205A PSU

Adriana Kobylak (7):
  Add SupportedConfiguration schema
  Add SupportedConfiguration to Rainier2U
  Add SupportedConfiguration to Rainier2S4U
  Add SupportedConfiguration to Rainier1S4U
  Add SupportedConfiguration to Everest
  everest: Change PSU model from 51EA to 51DA
  Supported Configuration: Add PowerConfigFullLoad

hsangani (1):
  Added JC42 JEDEC standard memory temp sensor support

John Edward Broadbent (1):
  doc only: Fix broken link

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

Karthikeyan Pasupathi (1):
  Tiogapass:Update INA230 sensor config Type as INA230 instead of pmbus in EM

Zhikui Ren (1):
  Add doc links in readme

Andrew Jeffery (5):
  EntityManager: Split out PerformScan
  EntityManager: Split out PerformProbe
  EntityManager: Clean up use of probeTypes
  entity-manager: Search sysconfdir for configurations
  configurations: Add PM1735 NVMe device for IBM systems

Jayaprakash Mutyala (1):
  Add HSBP FRU details in json configuration

Patrick Williams (1):
  build: switch to C++20

Chris Cain (1):
  schema: ibm: add default power mode props. schema (#18)

Tom Ippolito (3):
  New JSON file to enable ADC read of Rainier battery voltage
  New JSON file to enable ADC read of Everest battery voltage
  Adjusted battery low trip point for Rainier and Everest systems

Matt Spinler (9):
  Remove PM1735 lower thresholds (#13)
  ibm: Change TMP275 temp sensor poll rate to 1s
  Remove PM1735 lower thresholds (#13)
  Add IBM PCIe cards
  Merge pull request #14 from spinler/tmp435_cards
  Add relative humidity sensor to 2 IBM cards
  Merge pull request #16 from spinler/humidity
  Revert "Remove PM1735 lower thresholds (#13)"
  Merge pull request #19 from spinler/revert

Manojkiran Eda (1):
  Add OWNERS file

Howard Chiu (1):
  Configurations: Bletchley: Add new json file for Facebook

Change-Id: I0f8e3fe346c29bc6887ad81d83b7135b6d568ffe
rfrandse added a commit that referenced this pull request Feb 17, 2022
ThuBaNguyen (2):
  adcsensor: Match the sensor device name
  adcsensor: Add support DevName option

Bruce Mitchell (3):
  DPS310 temperature pressure, SI7020 temperature
  Fixes Units for Temperature & Pressure for Hwmon
  Add reporting of Relative Humidity for Hwmon

Brandon Kim (1):
  Take out array size for constexpr std::array

Lei YU (2):
  test: Add test_Utils
  utils: Refactor findFiles()

Matt Spinler (9):
  Use Chassis power state for power state checks
  Add framework for power state change callbacks
  hwmontemp: Save I2C bus and address in object
  hwmontemp: Create event logs for failed reads
  Hardcode the chassis association path
  hwmontemp: Support for devices on slot power (#12)
  hwmontemp: Remove trace for unmatched hwmon file
  Merge pull request #13 from spinler/humidity
  hwmontemp: Handle missing device links (#14)

hsangani (1):
  Added JC42 JEDEC standard memory temp sensor support

Ed Tanous (2):
  Fix possible seg faults in Cpu and tach
  Make list single line

Reed Frandsen (2):
  Merge branch '1020' into master-afd55b9
  fix compile error

Zhikui Ren (2):
  psusensor: fix psu pwm sensor name
  TachSensor: fix checkThresholds regression

Andrew Jeffery (16):
  NVMeBasicContext: Don't poll the sensor if it's not available
  nvmesensor: Make commuication error messages more informative
  NVMeSensorMain: Extract lambda body
  NVMeSensorMain: Define extractBusNumber()
  NVMeSensorMain: Define extractSensorName()
  NVMeSensorMain: Define deriveRootBusPath()
  NVMeSensorMain: Define deriveRootBus()
  NVMeSensorMain: Define provideRootBusContext()
  NVMeSensorMain: Move context definition to where it's used
  NVMeSensorMain: Make early exits contiguous
  NVMeSensorMain: Collapse continue conditions
  NVMeSensorMain: Drop use of baseConfiguration pointer
  NVMeSensorMain: Avoid context variable
  NVMeSensor: Centralise configuration type
  NVMeContext: Add the ability to remove NVMeSensors
  NVMeSensorMain: Remove sensors when removing configs

Paul Fertser (1):
  Revert "Add beep support for PSU"

Lotus Xu (1):
  psusensor: Add power state for label

Howard Chiu (1):
  PSUSensor: Add MP5023 into whitelist

Arun P. Mohanan (2):
  Fix for sensor value PATCH in manufacturing mode
  cpuSensor:Check object validity in async callback

Jie Yang (1):
  Sensor mutability interface

Change-Id: I08c0a47d9352eec7ba6d9ca3e5a8b214f28f2fbc
rfrandse added a commit that referenced this pull request Feb 17, 2022
…44 (#1712)

Dhruvaraj S (1):
  Remove host running check for system dump (#13)

Change-Id: I01d891fefd04ce3b200991374b889ebddce84a00
rfrandse added a commit that referenced this pull request Feb 17, 2022
…3f760f2..fed28fa441 (#1713)

* platform-fru-detect: downstream srcrev bump 32699a11dc..6793f760f2

Andrew Jeffery (6):
  rainier: Fix 0z inventory handling
  notify: Remove sinks that cause exceptions when notified
  BasicNVMeDrive: Push down inventory from FlettNVMeDrive
  BasicNVMeDrive: Add isDriveReady() helper
  platform-fru-detect: Add Everest platform support
  Merge pull request #13 from amboar/everest

Change-Id: I95c980cc45e702e93439a449d02beae837825814

* platform-fru-detect: downstream srcrev bump 6793f760f2..fed28fa441

Reed Frandsen (1):
  Merge pull request #14 from amboar/fix-drive-serial

Andrew Jeffery (7):
  meson: Clean up header path configuration
  nvme: Expose both BasicNVMeDrive constructors
  sysfs: Add check parameter to SysfsEntry to allow invalid paths
  sysfs: i2c: Add check parameter to SysfsI2CBus to allow invalid paths
  devices: nvme: Guard indexing of metadata extraction
  devices: nvme: Fix memmove() blow-up from bad insert() parameters
  tests: Add test-nvme

Change-Id: I72e3579717ca81c4c7cc543d9a92d2faf5e396d1
rfrandse added a commit that referenced this pull request Feb 17, 2022
…8234a1c (#1767)

* ibm-acf: downstream srcrev bump 4b3c9a2380..28336f8ef0

Noah Brewer (2):
  Add option to build static cli tool (#8)
  Add support for backup production key (#10)

Matthew Vaught (2):
  Remove unused signature validation function (#9)
  Add support for ACF expiration dates up to 9999-12-31 (#12)

Change-Id: I1910e922dec500a216af238cdda2cd7cb1ca887a

* ibm-acf: downstream srcrev bump 28336f8ef0..8bb8234a1c

Reed Frandsen (1):
  Revert "Remove unused signature validation function (#9)"

Joseph Reynolds (1):
  Read fieldmode via command (#13)

Change-Id: If80e89b5171c7ea85d9d35633a353f2098bef3fe
rfrandse added a commit that referenced this pull request Feb 17, 2022
…1807)

Chris Cain (1):
  Correct code reading total power from dbus (#13)

Change-Id: Ib681c3999b10395031726435915d13d1047222a3
rfrandse added a commit that referenced this pull request Apr 29, 2022
…222 (#2007)

Dhruvaraj S (1):
  Add service file for openpower-dump-manager (#13)

Change-Id: I77cc5894c3c1c4ebd9fa0f11562155ede2a972b5
rfrandse added a commit that referenced this pull request Apr 29, 2022
…and bmcweb: downstream srcrev bump 01f5a1f56f..71e2d343a2 (#2092)

* phosphor-user-manager: downstream srcrev bump 96bba2d2fb..1b319ce4a8

Reed Frandsen (1):
  Merge pull request #13 from asmithakarun/removeNoAccess

Asmitha Karunanithi (2):
  Revert "LDAP: add support for privilege priv-noaccess"
  Revert "user_mgr: Adding priv-noaccess role"

Change-Id: Iabc26c8621408703c5eff22f512943df2f75727d

* bmcweb: downstream srcrev bump 01f5a1f56f..71e2d343a2

Asmitha Karunanithi (1):
  Revert "account_service: Added NoAccess role to Redfish" (#296)

Ramesh Iyyar (1):
  HW-Isolation: Fill OriginOfCondition for the TPM and Motherboard (#278)

Change-Id: I82256e555832ac0f47be05661038088b4ee2ebc6
rfrandse pushed a commit that referenced this pull request Apr 29, 2022
1de9508 Merge pull request #13 from ibm-openbmc/RDX_roolup_addition
    7319205 Added RDX rollups fro Rainier
    5050e68 Merge pull request #11 from PriyangaRamasamy/removeLEDGrpsInvalid

Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
rfrandse pushed a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
…(#2620)

Matt Spinler (2):
  Revert "control:configs:ibm,everest: Change 11300 -> 11000"
  Merge pull request ibm-openbmc#13 from spinler/everest_11300

Change-Id: I55598ff710fdf7c55ccbe40a7e704954652ebb50
rfrandse pushed a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
…(#2620)

Matt Spinler (2):
  Revert "control:configs:ibm,everest: Change 11300 -> 11000"
  Merge pull request ibm-openbmc#13 from spinler/everest_11300

Change-Id: I55598ff710fdf7c55ccbe40a7e704954652ebb50
rfrandse pushed a commit that referenced this pull request Jul 18, 2022
…(#2620)

Matt Spinler (2):
  Revert "control:configs:ibm,everest: Change 11300 -> 11000"
  Merge pull request #13 from spinler/everest_11300

Change-Id: I55598ff710fdf7c55ccbe40a7e704954652ebb50
rfrandse added a commit that referenced this pull request Aug 3, 2022
…0c0122384..65b6f12db9 (#2758)

* openpower-pel-parsers: downstream srcrev bump 8741e0fe8d..b0c0122384

Shawn McCarney (5):
  IO Drawer: History log support (#11)
  IO Drawer: ILOG/PTE support (#12)
  IO Drawer: Trace support (#13)
  IO Drawer: Create user data parser (#14)
  IO Drawer: Create IO drawer dump parser (#15)

Zane Shelley (2):
  Update unit test instructions
  Merge pull request #10 from zane131/master

Change-Id: I2abde0cf21fbd160285fccc3c8132b45c563e777

* openpower-pel-parsers: downstream srcrev bump b0c0122384..65b6f12db9

Shawn McCarney (1):
  IO Drawer: Update setup.py due to data file move (#16)

Change-Id: Ib62217b5933e507ff71c3dd450a03a19df329abf
rfrandse added a commit that referenced this pull request Oct 25, 2022
…0c0122384..65b6f12db9 (#2758)

* openpower-pel-parsers: downstream srcrev bump 8741e0fe8d..b0c0122384

Shawn McCarney (5):
  IO Drawer: History log support (#11)
  IO Drawer: ILOG/PTE support (#12)
  IO Drawer: Trace support (#13)
  IO Drawer: Create user data parser (#14)
  IO Drawer: Create IO drawer dump parser (#15)

Zane Shelley (2):
  Update unit test instructions
  Merge pull request #10 from zane131/master

Change-Id: I2abde0cf21fbd160285fccc3c8132b45c563e777

* openpower-pel-parsers: downstream srcrev bump b0c0122384..65b6f12db9

Shawn McCarney (1):
  IO Drawer: Update setup.py due to data file move (#16)

Change-Id: Ib62217b5933e507ff71c3dd450a03a19df329abf
rfrandse pushed a commit that referenced this pull request Oct 26, 2022
…(#2620)

Matt Spinler (2):
  Revert "control:configs:ibm,everest: Change 11300 -> 11000"
  Merge pull request #13 from spinler/everest_11300

Change-Id: I55598ff710fdf7c55ccbe40a7e704954652ebb50
rfrandse added a commit that referenced this pull request Oct 26, 2022
…0c0122384..65b6f12db9 (#2758)

* openpower-pel-parsers: downstream srcrev bump 8741e0fe8d..b0c0122384

Shawn McCarney (5):
  IO Drawer: History log support (#11)
  IO Drawer: ILOG/PTE support (#12)
  IO Drawer: Trace support (#13)
  IO Drawer: Create user data parser (#14)
  IO Drawer: Create IO drawer dump parser (#15)

Zane Shelley (2):
  Update unit test instructions
  Merge pull request #10 from zane131/master

Change-Id: I2abde0cf21fbd160285fccc3c8132b45c563e777

* openpower-pel-parsers: downstream srcrev bump b0c0122384..65b6f12db9

Shawn McCarney (1):
  IO Drawer: Update setup.py due to data file move (#16)

Change-Id: Ib62217b5933e507ff71c3dd450a03a19df329abf
anoo1 pushed a commit to anoo1/openbmc-1 that referenced this pull request Oct 28, 2022
ThuBaNguyen (2):
  adcsensor: Match the sensor device name
  adcsensor: Add support DevName option

Bruce Mitchell (3):
  DPS310 temperature pressure, SI7020 temperature
  Fixes Units for Temperature & Pressure for Hwmon
  Add reporting of Relative Humidity for Hwmon

Brandon Kim (1):
  Take out array size for constexpr std::array

Lei YU (2):
  test: Add test_Utils
  utils: Refactor findFiles()

Matt Spinler (9):
  Use Chassis power state for power state checks
  Add framework for power state change callbacks
  hwmontemp: Save I2C bus and address in object
  hwmontemp: Create event logs for failed reads
  Hardcode the chassis association path
  hwmontemp: Support for devices on slot power (ibm-openbmc#12)
  hwmontemp: Remove trace for unmatched hwmon file
  Merge pull request ibm-openbmc#13 from spinler/humidity
  hwmontemp: Handle missing device links (ibm-openbmc#14)

hsangani (1):
  Added JC42 JEDEC standard memory temp sensor support

Ed Tanous (2):
  Fix possible seg faults in Cpu and tach
  Make list single line

Reed Frandsen (2):
  Merge branch '1020' into master-afd55b9
  fix compile error

Zhikui Ren (2):
  psusensor: fix psu pwm sensor name
  TachSensor: fix checkThresholds regression

Andrew Jeffery (16):
  NVMeBasicContext: Don't poll the sensor if it's not available
  nvmesensor: Make commuication error messages more informative
  NVMeSensorMain: Extract lambda body
  NVMeSensorMain: Define extractBusNumber()
  NVMeSensorMain: Define extractSensorName()
  NVMeSensorMain: Define deriveRootBusPath()
  NVMeSensorMain: Define deriveRootBus()
  NVMeSensorMain: Define provideRootBusContext()
  NVMeSensorMain: Move context definition to where it's used
  NVMeSensorMain: Make early exits contiguous
  NVMeSensorMain: Collapse continue conditions
  NVMeSensorMain: Drop use of baseConfiguration pointer
  NVMeSensorMain: Avoid context variable
  NVMeSensor: Centralise configuration type
  NVMeContext: Add the ability to remove NVMeSensors
  NVMeSensorMain: Remove sensors when removing configs

Paul Fertser (1):
  Revert "Add beep support for PSU"

Lotus Xu (1):
  psusensor: Add power state for label

Howard Chiu (1):
  PSUSensor: Add MP5023 into whitelist

Arun P. Mohanan (2):
  Fix for sensor value PATCH in manufacturing mode
  cpuSensor:Check object validity in async callback

Jie Yang (1):
  Sensor mutability interface

Change-Id: I08c0a47d9352eec7ba6d9ca3e5a8b214f28f2fbc
anoo1 pushed a commit to anoo1/openbmc-1 that referenced this pull request Oct 28, 2022
…3f760f2..fed28fa441 (#1713)

* platform-fru-detect: downstream srcrev bump 32699a11dc..6793f760f2

Andrew Jeffery (6):
  rainier: Fix 0z inventory handling
  notify: Remove sinks that cause exceptions when notified
  BasicNVMeDrive: Push down inventory from FlettNVMeDrive
  BasicNVMeDrive: Add isDriveReady() helper
  platform-fru-detect: Add Everest platform support
  Merge pull request ibm-openbmc#13 from amboar/everest

Change-Id: I95c980cc45e702e93439a449d02beae837825814

* platform-fru-detect: downstream srcrev bump 6793f760f2..fed28fa441

Reed Frandsen (1):
  Merge pull request ibm-openbmc#14 from amboar/fix-drive-serial

Andrew Jeffery (7):
  meson: Clean up header path configuration
  nvme: Expose both BasicNVMeDrive constructors
  sysfs: Add check parameter to SysfsEntry to allow invalid paths
  sysfs: i2c: Add check parameter to SysfsI2CBus to allow invalid paths
  devices: nvme: Guard indexing of metadata extraction
  devices: nvme: Fix memmove() blow-up from bad insert() parameters
  tests: Add test-nvme

Change-Id: I72e3579717ca81c4c7cc543d9a92d2faf5e396d1
rfrandse added a commit to rfrandse/openbmc-1 that referenced this pull request Dec 21, 2022
Bonnie Lo (1):
  schemas: Add properties for pid and pid_zone

Matthew Barth (2):
  configs:Storm King: Update ambient thresholds
  configs: Blyth & Storm King ambient sensor thresholds

Kumar Thangavel (2):
  Add a helper function copyRestFRUArea to updateFRUProperty
  Refactor : Add a helper function findIndexForFRU to

Jim Wright (2):
  Add support for 110v input voltage on 2000W power supply
  Allow 2 PS in Rainier 1s4u 1000W configuration

Joel Stanley (1):
  configs: Update RTC battery pin to upstream name

Rashmica Gupta (1):
  storm king: Add Ambient Virtual Temperature Sensor

Jayashree Dhanapal (1):
  Add a new configuration file for Twinlake board

Andrew Geissler (3):
  format: misc changes needed in downstream patches
  Merge branch '1050' into 1050-upstream-rebase
  Merge pull request ibm-openbmc#40 from geissonator/1050-upstream-rebase

Joseph Fu (1):
  devices: add ADS1015 support

Adriana Kobylak (7):
  Add supported_configuration schema
  Add SupportedConfiguration to Rainier2U
  Add SupportedConfiguration to Rainier2S4U
  Add SupportedConfiguration to Rainier1S4U
  Add SupportedConfiguration to Everest
  everest: Change PSU model from 51EA to 51DA
  Supported Configuration: Add PowerConfigFullLoad

AKSHAY RAVEENDRAN K (1):
  Add reading FRU support from different MUX channel

Chris Cain (2):
  schema: ibm: add default power mode props. schema (ibm-openbmc#18)
  schema: ibm: correct ExitUtilizationDwellTime (ibm-openbmc#30)

Santosh Puranik (1):
  entity-manager: Failsafe for scan callback timer (ibm-openbmc#29)

Andrew Jeffery (2):
  configurations: Add PM1735 NVMe device for IBM systems
  configurations: Fix misleading drive model name (ibm-openbmc#31)

Potin Lai (1):
  configurations: add bletchley frontpanel configuration

Patrick Williams (5):
  schemas: move README as markdown
  python: fix flake8 warnings
  format: reformat with latest openbmc-build-scripts
  markdownlint: fix all warnings
  clang-ignore: remove unneeded file

Tom Ippolito (3):
  New JSON file to enable ADC read of Rainier battery voltage
  New JSON file to enable ADC read of Everest battery voltage
  Adjusted battery low trip point for Rainier and Everest systems

Sunny Srivastava (1):
  Skip Item.Chassis interface under chassis object (ibm-openbmc#26)

krishnar4 (1):
  Fru-device : Extended support for 16bit logic bus

Matt Spinler (8):
  ibm: Change TMP275 temp sensor poll rate to 1s
  Remove PM1735 lower thresholds (ibm-openbmc#13)
  Add IBM PCIe cards
  Revert "Remove PM1735 lower thresholds (ibm-openbmc#13)"
  Revert "Revert: Remove PM1735 lower thresholds"
  configs:Flett: Update temperature threshold
  configs:ibm: Rename PCIe card temp sensors
  configs:ibm: Virtual ambient hysteresis updates

Change-Id: I96704e7673f44a0c2d7d2907314ade39a0442bd0
rfrandse added a commit that referenced this pull request Dec 21, 2022
Bonnie Lo (1):
  schemas: Add properties for pid and pid_zone

Matthew Barth (2):
  configs:Storm King: Update ambient thresholds
  configs: Blyth & Storm King ambient sensor thresholds

Kumar Thangavel (2):
  Add a helper function copyRestFRUArea to updateFRUProperty
  Refactor : Add a helper function findIndexForFRU to

Jim Wright (2):
  Add support for 110v input voltage on 2000W power supply
  Allow 2 PS in Rainier 1s4u 1000W configuration

Joel Stanley (1):
  configs: Update RTC battery pin to upstream name

Rashmica Gupta (1):
  storm king: Add Ambient Virtual Temperature Sensor

Jayashree Dhanapal (1):
  Add a new configuration file for Twinlake board

Andrew Geissler (3):
  format: misc changes needed in downstream patches
  Merge branch '1050' into 1050-upstream-rebase
  Merge pull request #40 from geissonator/1050-upstream-rebase

Joseph Fu (1):
  devices: add ADS1015 support

Adriana Kobylak (7):
  Add supported_configuration schema
  Add SupportedConfiguration to Rainier2U
  Add SupportedConfiguration to Rainier2S4U
  Add SupportedConfiguration to Rainier1S4U
  Add SupportedConfiguration to Everest
  everest: Change PSU model from 51EA to 51DA
  Supported Configuration: Add PowerConfigFullLoad

AKSHAY RAVEENDRAN K (1):
  Add reading FRU support from different MUX channel

Chris Cain (2):
  schema: ibm: add default power mode props. schema (#18)
  schema: ibm: correct ExitUtilizationDwellTime (#30)

Santosh Puranik (1):
  entity-manager: Failsafe for scan callback timer (#29)

Andrew Jeffery (2):
  configurations: Add PM1735 NVMe device for IBM systems
  configurations: Fix misleading drive model name (#31)

Potin Lai (1):
  configurations: add bletchley frontpanel configuration

Patrick Williams (5):
  schemas: move README as markdown
  python: fix flake8 warnings
  format: reformat with latest openbmc-build-scripts
  markdownlint: fix all warnings
  clang-ignore: remove unneeded file

Tom Ippolito (3):
  New JSON file to enable ADC read of Rainier battery voltage
  New JSON file to enable ADC read of Everest battery voltage
  Adjusted battery low trip point for Rainier and Everest systems

Sunny Srivastava (1):
  Skip Item.Chassis interface under chassis object (#26)

krishnar4 (1):
  Fru-device : Extended support for 16bit logic bus

Matt Spinler (8):
  ibm: Change TMP275 temp sensor poll rate to 1s
  Remove PM1735 lower thresholds (#13)
  Add IBM PCIe cards
  Revert "Remove PM1735 lower thresholds (#13)"
  Revert "Revert: Remove PM1735 lower thresholds"
  configs:Flett: Update temperature threshold
  configs:ibm: Rename PCIe card temp sensors
  configs:ibm: Virtual ambient hysteresis updates

Change-Id: I96704e7673f44a0c2d7d2907314ade39a0442bd0
rfrandse added a commit that referenced this pull request Jan 3, 2023
Bonnie Lo (1):
  schemas: Add properties for pid and pid_zone

Matthew Barth (2):
  configs:Storm King: Update ambient thresholds
  configs: Blyth & Storm King ambient sensor thresholds

Kumar Thangavel (2):
  Add a helper function copyRestFRUArea to updateFRUProperty
  Refactor : Add a helper function findIndexForFRU to

Jim Wright (2):
  Add support for 110v input voltage on 2000W power supply
  Allow 2 PS in Rainier 1s4u 1000W configuration

Joel Stanley (1):
  configs: Update RTC battery pin to upstream name

Rashmica Gupta (1):
  storm king: Add Ambient Virtual Temperature Sensor

Jayashree Dhanapal (1):
  Add a new configuration file for Twinlake board

Andrew Geissler (3):
  format: misc changes needed in downstream patches
  Merge branch '1050' into 1050-upstream-rebase
  Merge pull request #40 from geissonator/1050-upstream-rebase

Joseph Fu (1):
  devices: add ADS1015 support

Adriana Kobylak (7):
  Add supported_configuration schema
  Add SupportedConfiguration to Rainier2U
  Add SupportedConfiguration to Rainier2S4U
  Add SupportedConfiguration to Rainier1S4U
  Add SupportedConfiguration to Everest
  everest: Change PSU model from 51EA to 51DA
  Supported Configuration: Add PowerConfigFullLoad

AKSHAY RAVEENDRAN K (1):
  Add reading FRU support from different MUX channel

Chris Cain (2):
  schema: ibm: add default power mode props. schema (#18)
  schema: ibm: correct ExitUtilizationDwellTime (#30)

Santosh Puranik (1):
  entity-manager: Failsafe for scan callback timer (#29)

Andrew Jeffery (2):
  configurations: Add PM1735 NVMe device for IBM systems
  configurations: Fix misleading drive model name (#31)

Potin Lai (1):
  configurations: add bletchley frontpanel configuration

Patrick Williams (5):
  schemas: move README as markdown
  python: fix flake8 warnings
  format: reformat with latest openbmc-build-scripts
  markdownlint: fix all warnings
  clang-ignore: remove unneeded file

Tom Ippolito (3):
  New JSON file to enable ADC read of Rainier battery voltage
  New JSON file to enable ADC read of Everest battery voltage
  Adjusted battery low trip point for Rainier and Everest systems

Sunny Srivastava (1):
  Skip Item.Chassis interface under chassis object (#26)

krishnar4 (1):
  Fru-device : Extended support for 16bit logic bus

Matt Spinler (8):
  ibm: Change TMP275 temp sensor poll rate to 1s
  Remove PM1735 lower thresholds (#13)
  Add IBM PCIe cards
  Revert "Remove PM1735 lower thresholds (#13)"
  Revert "Revert: Remove PM1735 lower thresholds"
  configs:Flett: Update temperature threshold
  configs:ibm: Rename PCIe card temp sensors
  configs:ibm: Virtual ambient hysteresis updates

Change-Id: I96704e7673f44a0c2d7d2907314ade39a0442bd0
rfrandse added a commit that referenced this pull request Mar 28, 2024
Sui Chen (1):
  dbus-sdr: Look for ObjectManagers on /xyz/openbmc_project/vr

Potin Lai (3):
  apphandler: use regex to parse firmware version
  apphandler: fix wrong usage of regex_search()
  apphandler: add firmware version aux bytes parsing

Chau Ly (1):
  chassishandler: Read chassis intrusion status

Noah Brewer (1):
  Add new oemibmserviceagent privilege role (#12)

Alexander Filippov (2):
  user_mgmt: set priv-user as the default privilege
  user_mgmt: Discard no-access privilege

Shantappa Teekappanavar (1):
  Change Model Number to Part Number for FRU products (#14)

ankita prasad (1):
  Revoking the GetUserAccess privilege for Operator

Thang Tran (1):
  update return type of getDHCPEnabled function

Jiaqing Zhao (1):
  channel_mgmt: Handle uncaught exception in syncNetworkChannelConfig

selvaganapathi (1):
  Add compact sensor data record and fix sdr count

William A. Kennington III (1):
  dbus-sdr/storagecommands: Fix type

Tim Lee (1):
  Revert "user_mgmt: Fix SEGV on 64bit"

Johnathan Mantey (2):
  Report IPMI session IDs for active IPMI sessions
  Update instructions for SetLanOem and GetLanOem

Chris Cain (1):
  Correct code reading total power from dbus (#13)

Willy Tu (4):
  Add option to disable getActiveSoftwareVersionInfo
  enable dbus-sdr in testing by default
  sensordatahandler: clamp the values instead of removing the sensor
  sensorhander: Create overrides for SensorDataEventRecordBody

Paul Fertser (1):
  Specify "8-bit ASCII + Latin 1" SDR encoding

Patrick Williams (8):
  sdbusplus: use shorter type aliases
  shellcheck: fix minor issues
  python: fix flake8 warnings and format with black
  black: re-format
  beautysh: re-format
  prettier: re-format
  channel-config: reduce logspam
  build: enable sdbus++ common.hpp output

Jian Zhang (1):
  Correct the dhcp object path

Tom Joseph (1):
  dbus-sdr: Revert sensor name modifications partially

Harvey Wu (2):
  fix sdr count when number > 255
  dbus-sdr: define the global const LUN parameter

krishnar4 (1):
  Extended support for 16bit logic bus

Change-Id: Idd559dff6ba033931566ecefe3e2efa5a2a10c67
rfrandse added a commit that referenced this pull request Mar 28, 2024
… (#3611)

sagisin (1):
  Marker LID Validation: Create Validate API infrastructure (#13)

Change-Id: I89d5529c3df15f6a0462a27c020fef27dd451796
rfrandse added a commit that referenced this pull request Mar 28, 2024
ArchanaKakani (1):
  Assemble lids to create a code update image tar ball (#14)

Adriana Kobylak (12):
  mmc: Run fsck on the alternate image and hostfw
  mmc: Don't remove hostfw if it's not being updated
  usb: Automatically reboot and update both sides
  image_manager: Add check for IBM extended version format (#3)
  uak: Add sync method
  utils: add getSubTree
  UAK: Dynamically read object path from subtree
  UAK: Add support to sync to op-panel VPD
  msl: Store Min Ship Level in VPD (#47)
  msl: Set the VPD msl to the current version (#49)
  msl: reset: Set MSL to version of subsequent update (#51)
  Marker LID Validation: Add minimum ship level check (#21)

Konstantin Aladyshev (1):
  meson: Disable 'verify-signature' option by default

sagisin (2):
  Marker LID Validation: Create Validate API infrastructure (#13)
  Marker LID Validation : Define validation dbus interface Backend (#17)

Patrick Williams (4):
  meson: remove deprecated get_pkgconfig_variable
  clang-format: copy latest and re-format
  fix GCC 13 issues
  build: upgrade to C++23

Andrew Geissler (2):
  systemd: no installation in templated targets
  clang16: required downstream changes

Zami Seck (5):
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  Ensure only one code update occurs at a time (#33)
  UAK Emergency Bypass Fix (#40)
  Initiate Dump After Code Update Failure (#27)

zamiseck (5):
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot
  UAK : add support for access key checking
  UAK : adds access key verification to activation process
  UAK Validation: Change error thrown

Change-Id: I12341e036004bd69f88baab063f73da90d2d2ac2
rfrandse added a commit that referenced this pull request Mar 28, 2024
Jonathan Doman (1):
  Add support to read SOL non-volatile bitrate

George Liu (1):
  Remove is_method_error method

Noah Brewer (1):
  Add new oemibmserviceagent privilege role (#12)

Shantappa Teekappanavar (1):
  Change Model Number to Part Number for FRU products (#14)

Thang Tran (1):
  Support to build storage commands in libipmi20

Chau Ly (1):
  Change Get DCMI sensor info privilege to OPERATOR

Harvey Wu (2):
  dbus-sdr: fix undefined symbols error
  dbus-sdr: change to continue when path not found

William A. Kennington III (2):
  treewide: Fix various compiler warnings
  build: Remove forced lto

Vernon Mauery (3):
  move entity_map_json to libipmid
  Archive not getting added to shared object
  Return error when SDR offset is out of range

Wang Xiaohua (1):
  sensorhandler: Get sensor type and event type from yaml-generated

Xiaochao Ma (1):
  Add Get SEL Time UTC Offset function

Jian Zhang (2):
  fix set ipv4 netmask failed
  Add Lan channel check for Set/Get Lan Commands

Jayaprakash Mutyala (1):
  Fix for Subnet Mask update

Patrick Williams (3):
  clang-format: copy latest and re-format
  fix GCC 13 issues
  build: upgrade to C++23

Chris Cain (1):
  Correct code reading total power from dbus (#13)

Lei YU (1):
  meson: Move IPMI_SMS_ATN_ACK_TIMEOUT_SECS out of softoff

Tom Tung (1):
  dbus-sdr: Log error only after all paths failed

Johnathan Mantey (2):
  Enable Yocto control of the USING_ENTITY_MANAGER_DECORATORS
  Block creating IPv4 address 0.0.0.0 via Set LAN Configuration

Change-Id: Ief19abd2aadba4fd173035e74630046146445616
rfrandse added a commit that referenced this pull request Mar 28, 2024
RiyaDixit (1):
  libpldm: Stabilizing pldm_close() (#13)

Change-Id: I307929b1f9b8de76374814bb7f8f1aafaa4bc4a0
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

4 participants