Skip to content
  1. Jan 03, 2023
  2. Dec 29, 2022
  3. Dec 28, 2022
    • Tom Tung's avatar
      meta-google: x86-power-control: use gbmc-psu-hardreset to reset chassis · e849b5fc
      Tom Tung authored
      
      
      This patch unifies the way to reset chassis for gBMC platforms. Note
      that we can still customize this in the meta machine layer if needed.
      
      Tested:
      ```
      // from build dir:
      cat tmp/work/*/x86-power-control/*/package/lib/systemd/system/chassis-system-reset.service
      [Unit]
      Description=System unit to hard reset or system reset chassis
      Conflicts=xyz.openbmc_project.psusensor.service
      Wants=gbmc-psu-hardreset.target
      
      [Service]
      Type=oneshot
      RemainAfterExit=no
      ExecStart=true
      
      [Install]
      WantedBy=chassis-system-reset.target
      
      // scp the service files from build directory to bmc.
      // From bmc:
      bmc:~# systemctl start chassis-system-reset.service
      bmc:~# Timeout, server xxx not responding.
      ```
      
      Google-Bug-Id: 263450334
      Signed-off-by: default avatarTom Tung <tomtung@google.com>
      Change-Id: I2c877324482afff0d41129db5d0340d44d9352d1
      e849b5fc
  4. Dec 27, 2022
  5. Dec 22, 2022
  6. Dec 21, 2022
  7. Dec 20, 2022
  8. Dec 19, 2022
  9. Dec 16, 2022
Loading