<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-openpower/classes, branch fplus</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=fplus</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=fplus'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2025-07-07T20:34:30+00:00</updated>
<entry>
<title>meta-openpower: add whitespace around variable definitions</title>
<updated>2025-07-07T20:34:30+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2025-07-07T20:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=c3a75e116a46288b41a746214a868e4153e850bd'/>
<id>urn:sha1:c3a75e116a46288b41a746214a868e4153e850bd</id>
<content type='text'>
Latest bitbake gives a QA warning for "lack of whitespace around the
assignment".  Clean these up.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I002d4652773525fa4cc041b10ab0a4f91b21ec79
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: srcrev bump 4639e5508c..a96df3e39b</title>
<updated>2024-04-23T13:27:42+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2024-04-22T20:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=a5743795a162a08926cbc69306f526d075ae3c18'/>
<id>urn:sha1:a5743795a162a08926cbc69306f526d075ae3c18</id>
<content type='text'>
Deepa Karthikeyan (1):
      Recover host devtree file if corrupted

Change-Id: I23c27132e8368480f1cd6fd0efbf5d2d4be7428b
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: srcrev bump fe34ccd9da..67dbb254da</title>
<updated>2023-05-19T13:11:41+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2023-05-10T21:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=5da2de9a530deb2391edcbf5251e3b2097ee1dfb'/>
<id>urn:sha1:5da2de9a530deb2391edcbf5251e3b2097ee1dfb</id>
<content type='text'>
Andrew Geissler (2):
      fix shellcheck failures
      systemd: no installation in templated targets

Patrick Williams (1):
      clang-format: copy latest and re-format

Includes adding the needed wants relationship with mboxd-reload@.service
for all host instances.

Tested:
- Confirmed the following in the built image:
/lib/systemd/system/mboxd-reload@0.service.wants/obmc-vpnor-updatesymlinks.service

Change-Id: I5c44dd1f1c2cae23c48c5092cb17a930ed872239
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: srcrev bump 6fc7fcd6b1..514a094e90</title>
<updated>2021-10-27T00:33:57+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2021-10-25T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=b6465fd9ebf26cf321b7e53711af3fdaf9159b26'/>
<id>urn:sha1:b6465fd9ebf26cf321b7e53711af3fdaf9159b26</id>
<content type='text'>
meta-openpower: mmc: add reference to new bios reset service

Isaac Kurth (2):
      item_updater_mmc: Add service calls to bios reset
      openpower: mmc: physical reset triggers bios reset

Change-Id: I98a64189e3ce2da59f858e8f37bdb1363e50f6de
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Isaac Kurth &lt;blisaac91@gmail.com&gt;
</content>
</entry>
<entry>
<title>openpower-software-manager: Add PLDM option to p10bmc</title>
<updated>2021-10-21T22:17:25+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2021-10-19T15:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=6d8b8fe79040fadf6ab48dd2aa7036fbe43f52e1'/>
<id>urn:sha1:6d8b8fe79040fadf6ab48dd2aa7036fbe43f52e1</id>
<content type='text'>
openpower-pnor-code-mgmt: srcrev bump 9c2ef681e3..6fc7fcd6b1
Adriana Kobylak (2):
      Add a new pldm feature option

Add support for the host PLDM transport that takes place of hiomap
(mboxd). Add this new feature to p10bmc.

Tested: Verified that tacoma (that doesn't support pldm) and p10bmc
(supports pldm) reached runtime.

Change-Id: I31e8beba5ff8a413b7b7fa7476f5f2403d3781dd
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>meta-phosphor: change systemd.bbclass to match upstream override syntax</title>
<updated>2021-09-02T13:19:25+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2021-09-01T21:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=e83c22094b7e4970c96bcee273ab08d05bbc0a30'/>
<id>urn:sha1:e83c22094b7e4970c96bcee273ab08d05bbc0a30</id>
<content type='text'>
Upstream bbclasses changed to typically use the `:${PN}` override
syntax, including the SYSTEMD_ variables.  Change our systemd.bbclass
to do the same for consistency and perform a tree-wide variable
replacement.

Spot checked by building bletchley and witherspoon and checking
some of the SYSTEMD_LINK directives on installed packages under qemu.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I20a9dd809bff8af8759488734f80486c7228c6eb
</content>
</entry>
<entry>
<title>meta-openpower: prep for new override syntax</title>
<updated>2021-08-11T17:28:12+00:00</updated>
<author>
<name>Adriana Kobylak</name>
<email>anoo@us.ibm.com</email>
</author>
<published>2021-08-06T17:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=8c6707f0dcab30d2c0d818b455b030b5d7e7091c'/>
<id>urn:sha1:8c6707f0dcab30d2c0d818b455b030b5d7e7091c</id>
<content type='text'>
Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: srcrev bump fdc91fa011..56f538ca26</title>
<updated>2021-07-20T21:57:51+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2021-07-20T16:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=bd750f37a8cf2ad6ee4c02567e7744b6c11d019e'/>
<id>urn:sha1:bd750f37a8cf2ad6ee4c02567e7744b6c11d019e</id>
<content type='text'>
Adriana Kobylak (6):
      meson: Enable unit tests from x86
      meson: Remove autotools support and update READMEs
      functions: Catch sdbusplus exception
      mmc: Move process host firmware to own service
      mmc: Add update-bios-attr-table subcommand
      functions: Set bios attribute property

Add two new service files for the mmc layout option that handle the
hostfw image files for hostboot to consume.

Change-Id: I908b649f5e56d119a8b590a843d8086fc89315e2
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>openpower-pnor-code-mgmt: add bash and srcrev bump be20e8722e..067876aa2a</title>
<updated>2021-05-12T00:57:34+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>openbmcbump-github@yahoo.com</email>
</author>
<published>2021-05-10T19:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=d84fa43dc9340263b2b4effb343cdecdbac725d2'/>
<id>urn:sha1:d84fa43dc9340263b2b4effb343cdecdbac725d2</id>
<content type='text'>
The changes converted the virtual pnor script from sh to bash, so need
to add bash as an RDEPENDS.

Adriana Kobylak (7):
      generate-tar: fix shellcheck warnings
      generate-ubi: fix shellcheck warnings
      mmc/obmc-flash-bios: fix shellcheck warnings
      ubi/obmc-flash-bios: fix shellcheck warnings
      vpnor/obmc-vpnor-util: fix shellcheck warnings
      Enable shellcheck
      meson.build: switch to C++20 and meson &gt;=0.57.0

Change-Id: Ic4c376cca3a028abcbc4e9df5dbf561173e1a1bf
Signed-off-by: Andrew Geissler &lt;openbmcbump-github@yahoo.com&gt;
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>openpower-software-manager: Add mmc support</title>
<updated>2020-07-18T18:32:53+00:00</updated>
<author>
<name>Adriana Kobylak</name>
<email>anoo@us.ibm.com</email>
</author>
<published>2020-07-16T02:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=b0e852292618fbde4eba8a3e3424ccd5a0366437'/>
<id>urn:sha1:b0e852292618fbde4eba8a3e3424ccd5a0366437</id>
<content type='text'>
Add support for the mmc configuration option based on the
phosphor-mmc distro feature.

(From meta-openpower rev: dc65d339226402e55a1c04f2092268fff88f0686)

Change-Id: I344a357516ce4233fc4a3098a98670e80c78d139
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
</feed>
