<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/openbmc.git, branch 2.18.0-dev</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=2.18.0-dev</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=2.18.0-dev'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/'/>
<updated>2024-12-14T01:54:42+00:00</updated>
<entry>
<title>meta-facebook: obmc-console: increase sol log size</title>
<updated>2024-12-14T01:54:42+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2024-11-27T07:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=4b440743d04fea809d6b85ab11fabe422fc22f4b'/>
<id>urn:sha1:4b440743d04fea809d6b85ab11fabe422fc22f4b</id>
<content type='text'>
Expand log size to 256KB, align with multi-host config.

Change-Id: I54d0b55b1d27b90fe5839cdbef476d01c0ca04a2
Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
</content>
</entry>
<entry>
<title>meta-ibm: romulus: remove new code update feature</title>
<updated>2024-12-13T22:18:57+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2024-12-13T22:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=1d19bb6db66dd40f999dbfcd25be489aa4ecd0b3'/>
<id>urn:sha1:1d19bb6db66dd40f999dbfcd25be489aa4ecd0b3</id>
<content type='text'>
We're struggling with flash space on Romulus and this one pushed us over
the edge. Romulus is only used for QEMU CI and there is no code update
testing with it so just disable this new feature.

Change-Id: Iad99780e18b8e6257507787d883ba9ee0b4ff073
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>meta-hpe: dl385: fix poky reference</title>
<updated>2024-12-13T20:37:09+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2024-12-13T20:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=5d32477dee7e2b674c00395e0c66c2f4b9941013'/>
<id>urn:sha1:5d32477dee7e2b674c00395e0c66c2f4b9941013</id>
<content type='text'>
We do not use the "poky" distro on any system but the
"openbmc-phosphor".  Fix the `local.conf.sample` to use this to
match all of the other machines.

Fixes openbmc/openbmc#4024.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I0ba2fada88b5ba6fef0d41e2c43874129b35b4f4
</content>
</entry>
<entry>
<title>change default to use FW Update D-Bus interface</title>
<updated>2024-12-13T17:12:19+00:00</updated>
<author>
<name>Jagpal Singh Gill</name>
<email>paligill@gmail.com</email>
</author>
<published>2024-11-13T00:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=768b8a0fd5e2c6d085b2cf0049a3420701c425cf'/>
<id>urn:sha1:768b8a0fd5e2c6d085b2cf0049a3420701c425cf</id>
<content type='text'>
Enable the package config for software-update-dbus-interface and remove
the service files for old services as they are being replaced by
Software.Manager service. Through this change Software Manager service
will intercept the Update D-Bus interface method call to trigger the
update rather than using the legacy flow of watching the /tmp/images
directory. More details on problem description, requirements and design
have been captured in [1].

[1]: https://github.com/openbmc/docs/blob/master/designs/code-update.md.

Related PRs:
https://gerrit.openbmc.org/q/topic:EnableUpdateInterface

Tested:
```
&gt; systemctl status xyz.openbmc_project.Software.Manager
* xyz.openbmc_project.Software.Manager.service - Phosphor Software Manager
     Loaded: loaded (/usr/lib/systemd/system/xyz.openbmc_project.Software.Manager.service; enabled; preset: enabled)
     Active: active (running) since Thu 2024-11-14 00:54:43 UTC; 2min 8s ago
    Process: 272 ExecStartPre=/bin/sh -c mkdir -p /tmp/images (code=exited, status=0/SUCCESS)
   Main PID: 290 (phosphor-softwa)
        CPU: 995ms
     CGroup: /system.slice/xyz.openbmc_project.Software.Manager.service
             `-290 /usr/bin/phosphor-software-manager

Nov 14 00:54:11 romulus systemd[1]: Starting Phosphor Software Manager...
Nov 14 00:54:22 romulus phosphor-software-manager[290]: Creating Software Manager
Nov 14 00:54:43 romulus systemd[1]: Started Phosphor Software Manager.

&gt; systemctl status  xyz.openbmc_project.Software.Version.service
* xyz.openbmc_project.Software.Version.service - Phosphor Version Software Manager
     Loaded: loaded (/usr/lib/systemd/system/xyz.openbmc_project.Software.Version.service; enabled; preset: enabled)
     Active: active (running) since Thu 2024-11-14 01:35:19 UTC; 38s ago
    Process: 345 ExecStartPre=/bin/sh -c mkdir -p /tmp/images (code=exited, status=0/SUCCESS)
   Main PID: 350 (phosphor-versio)
        CPU: 391ms
     CGroup: /system.slice/xyz.openbmc_project.Software.Version.service
             `-350 /usr/bin/phosphor-version-software-manager

Nov 14 01:35:10 romulus systemd[1]: Starting Phosphor Version Software Manager...
Nov 14 01:35:19 romulus systemd[1]: Started Phosphor Version Software Manager.

&gt; systemctl status xyz.openbmc_project.Software.BMC.Updater.service
* xyz.openbmc_project.Software.BMC.Updater.service - OpenBMC Software Update Manager
     Loaded: loaded (/usr/lib/systemd/system/xyz.openbmc_project.Software.BMC.Updater.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/xyz.openbmc_project.Software.BMC.Updater.service.d
             `-software-bmc-updater.conf
     Active: active (running) since Thu 2024-11-14 01:35:00 UTC; 1min 20s ago
   Main PID: 271 (phosphor-image-)
        CPU: 825ms
     CGroup: /system.slice/xyz.openbmc_project.Software.BMC.Updater.service
             `-271 /usr/bin/phosphor-image-updater

Nov 14 01:34:42 romulus systemd[1]: Starting OpenBMC Software Update Manager...

&gt; systemctl status xyz.openbmc_project.Software.Manager.service
Unit xyz.openbmc_project.Software.Manager.service could not be found.
```

Change-Id: Ide8402536c2017ff0bf41a222a5e340c55a61c0b
Signed-off-by: Jagpal Singh Gill &lt;paligill@gmail.com&gt;
</content>
</entry>
<entry>
<title>phosphor-sel-logger: add phoshor-dbus-interfaces to DEPENDS</title>
<updated>2024-12-13T16:25:17+00:00</updated>
<author>
<name>Jonico Eustaquio</name>
<email>jonico.eustaquio@fii-na.com</email>
</author>
<published>2024-07-03T14:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=0b678a01dbdeb4b3b2326487ba0e540f4be42114'/>
<id>urn:sha1:0b678a01dbdeb4b3b2326487ba0e540f4be42114</id>
<content type='text'>
The sel-delete PACKAGECONFIG requires the phosphor-dbus-interfaces to
throw the ResourceNotFound error when the delete method attempts to
remove a non-existent SEL entry.

Change-Id: I0528eccf5c9e2e45117d5fbf26cdbe2f82e3c4bd
Signed-off-by: Jonico Eustaquio &lt;jonico.eustaquio@fii-na.com&gt;
</content>
</entry>
<entry>
<title>meta-facebook: yosemite4: virtual-sensors: default value for FIO temp</title>
<updated>2024-12-13T15:39:05+00:00</updated>
<author>
<name>Ricky CX Wu</name>
<email>ricky.cx.wu.wiwynn@gmail.com</email>
</author>
<published>2024-12-12T07:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=88c1c16b4583b1b2bd890dcacaa22290b940fc82'/>
<id>urn:sha1:88c1c16b4583b1b2bd890dcacaa22290b940fc82</id>
<content type='text'>
Set default temperature 20 degree for all the Calibrated FIO temperature
to prevent triggering failsafe mode in fan control service when doing
slot 12V cycle.

Change-Id: I0afcc76febba5c462d98069cf5afb7bc81818a90
Signed-off-by: Ricky CX Wu &lt;ricky.cx.wu.wiwynn@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-facebook: catalina: add CPU_BOOT_DONE in gpio monitor</title>
<updated>2024-12-13T15:26:04+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2024-11-22T17:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=7598d6f717df236ac1dd4185030469541af571c8'/>
<id>urn:sha1:7598d6f717df236ac1dd4185030469541af571c8</id>
<content type='text'>
Add CPU_BOOT_DONE in gpio monitor list.

- CPU_BOOT_DONE assert
  - update OS status to standby
  - start catalina-host-ready.target

- CPU_BOOT_DONE deassert
  - update OS status to inactive
  - stop catalina-host-ready.target

Change-Id: I83c6072e6defd068c4c3880cb16a950a12973818
Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
</content>
</entry>
<entry>
<title>meta-facebook: yosemite4: enable SQ55205 driver</title>
<updated>2024-12-13T15:24:54+00:00</updated>
<author>
<name>Rush Chen</name>
<email>rush.chen.wiwynn@gmail.com</email>
</author>
<published>2024-12-13T06:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=6e625ea7c8eaf82d1cb00cd8e6a06454dc1a9e67'/>
<id>urn:sha1:6e625ea7c8eaf82d1cb00cd8e6a06454dc1a9e67</id>
<content type='text'>
Description:
Enable SQ52205 driver.

Motivation:
Enable SQ52205 driver for power monitor sensor.

Test Plan:
Check the driver is loaded.

Test Log:
root@bmc:~# ls /sys/bus/i2c/drivers | grep sq5
sq522xx

Change-Id: Ie63763cc243ad9bcebd6852b431f9748b800676b
Signed-off-by: Rush Chen &lt;rush.chen.wiwynn@gmail.com&gt;
</content>
</entry>
<entry>
<title>linux-nuvoton: GPIO expanders, LEDs and RTC for Facbook Minerva</title>
<updated>2024-12-13T06:18:03+00:00</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@codeconstruct.com.au</email>
</author>
<published>2024-12-13T05:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=d014f2c29e932eec7b67599639a1fa471f193b46'/>
<id>urn:sha1:d014f2c29e932eec7b67599639a1fa471f193b46</id>
<content type='text'>
Yang Chen (4):
      ARM: dts: aspeed: minerva: add i/o expanders on bus 0
      ARM: dts: aspeed: minerva: add i/o expanders on each FCB
      ARM: dts: aspeed: minerva: add bmc ready led setting
      ARM: dts: aspeed: minerva: add second source RTC

Change-Id: Idbef76f55033064a5bb1cf9164f1f9d2add851e4
Signed-off-by: Andrew Jeffery &lt;andrew@codeconstruct.com.au&gt;
</content>
</entry>
<entry>
<title>linux-aspeed: GPIO expanders, LEDs and RTC for Facbook Minerva</title>
<updated>2024-12-13T05:58:12+00:00</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@codeconstruct.com.au</email>
</author>
<published>2024-12-13T05:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=e84c6e9afdc28036a45500f895742b4271128476'/>
<id>urn:sha1:e84c6e9afdc28036a45500f895742b4271128476</id>
<content type='text'>
Yang Chen (4):
      ARM: dts: aspeed: minerva: add i/o expanders on bus 0
      ARM: dts: aspeed: minerva: add i/o expanders on each FCB
      ARM: dts: aspeed: minerva: add bmc ready led setting
      ARM: dts: aspeed: minerva: add second source RTC

Change-Id: I787671e2ac74e72167cb53d615455f1ca574099a
Signed-off-by: Andrew Jeffery &lt;andrew@codeconstruct.com.au&gt;
</content>
</entry>
</feed>
