<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/openbmc.git/meta-nvidia, branch master</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=master</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/'/>
<updated>2026-03-28T16:39:38+00:00</updated>
<entry>
<title>treewide: update release compatibility</title>
<updated>2026-03-28T16:39:38+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2026-03-28T15:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=ab867218c90f081388ddae6259aca1f361334e26'/>
<id>urn:sha1:ab867218c90f081388ddae6259aca1f361334e26</id>
<content type='text'>
Latest yocto release will be wrynose; update layer compatibilities
accordingly.

Squash numerous commits from each upstream-layers subtree:
    (cherry picked from commit cd1179544d74026c99a4938824146cec4f5acfca)
    (cherry picked from commit 930a65579d2c159ce0b05cf81916d20a04f5835f)
    (cherry picked from commit 8028c573db6923525c2918724f2bd36d4a420e0b)
    (cherry picked from commit 1e4a9929a90a6f9608e8df7ec073d3467b6ee217)
    (cherry picked from commit a75c2f0b6f9d10c116b3da7106234bce6c8c1a4f)

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: Ia5b19ed374bbc3f7a5aced7ef8bb4ec1f0da9444
</content>
</entry>
<entry>
<title>treewide: obmc-console: remove obmc-phosphor-systemd</title>
<updated>2026-03-27T19:04:47+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2026-03-27T12:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=9d95afe2117076b81c7057eba1cb2279b0c2adeb'/>
<id>urn:sha1:9d95afe2117076b81c7057eba1cb2279b0c2adeb</id>
<content type='text'>
obmc-phosphor-systemd.bbclass and systemd.bbclass now conflict for
recipes that install template service files and expect them to be
enabled by multi-user.target.  Transition obmc-console off our custom
bbclass and use the base one.

A number of bbappends tried to create their own copy of obmc-console
service, typically for handling UART routing.  Remove all of these
and leverage the systemd override syntax to install additional
instructions on setting the UART routing.  This allows us to reuse the
base obmc-console@.service file.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I7f92e1b8633ccc5304fe5992839ebf35257cb142
</content>
</entry>
<entry>
<title>meta-nvl32-obmc: add disabling of FMC_WDT2 to u-boot</title>
<updated>2025-12-08T21:20:01+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-12-02T17:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=bbb00de2858c597db4382c0befc218adfc35c58b'/>
<id>urn:sha1:bbb00de2858c597db4382c0befc218adfc35c58b</id>
<content type='text'>
Adds disabling of FMC_WDT2 to u-boot env. This enables us
to boot with the evb dts

Change-Id: Ib8fd981b4db202e38387ac5f9f6b6cd06db425f0
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-nvl32-obmc: move to use the device tree</title>
<updated>2025-12-04T16:31:12+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-12-04T04:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=11793d0f0fc6d01321d764dfab0090be2e2fb9fb'/>
<id>urn:sha1:11793d0f0fc6d01321d764dfab0090be2e2fb9fb</id>
<content type='text'>
Move to using the device tree for msx4.

Tested: flashed nvl32-obmc, everything works as expected

Change-Id: Ie096918666cb0f8f943b495a70b9f0d53a5bc211
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-gb200nvl-obmc: fixed duplicate inclusion error</title>
<updated>2025-11-12T17:39:02+00:00</updated>
<author>
<name>Donald Shannon</name>
<email>donalds@nvidia.com</email>
</author>
<published>2025-08-22T01:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=8558526a3e112cde5f63440194a57d246fba347a'/>
<id>urn:sha1:8558526a3e112cde5f63440194a57d246fba347a</id>
<content type='text'>
Fixed duplicate inclusion of nvidia-gb200-obmc-phosphor-image.inc
because the top level recipes-phosphor/images/ .bbappend already includes each
machine layer's
recipes-phosphor/images/nvidia-${MACHINE}-phosphor-image.inc

Change-Id: I1bb10a19b49c9c5ba6cb4216b594d32c98a3f922
Signed-off-by: Donald Shannon &lt;donalds@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-nvl32: Add a dependency on required daemons</title>
<updated>2025-11-06T20:35:37+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-10-27T20:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=aeaa369de23982e7d2b45d4bc454791fbef85873'/>
<id>urn:sha1:aeaa369de23982e7d2b45d4bc454791fbef85873</id>
<content type='text'>
Adds a depends on x86-power-control, platform-init and
phosphor-settings-manager

Change-Id: I3dfc5a73e2eadcd96f97fe30654a0053d67740a9
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-nvl32: add platform-init</title>
<updated>2025-10-23T22:43:36+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-10-03T05:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=f211f190151466473528af76ac4481e23c74c54b'/>
<id>urn:sha1:f211f190151466473528af76ac4481e23c74c54b</id>
<content type='text'>
Adds platform-init specialization for nvl32

Change-Id: I0f288b0bcd9937a9e94c0e399f2537665f9076ca
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-nvl32: Add installation of extras</title>
<updated>2025-10-17T16:35:19+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-10-03T05:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=127144a9e5121befd8c580f52021cc5b380f8b2c'/>
<id>urn:sha1:127144a9e5121befd8c580f52021cc5b380f8b2c</id>
<content type='text'>
Adds extra programs to be installed.

Change-Id: I4d6caa183f011ed4d39237658bbfc2aa45079d7c
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-nvl32-obmc: Add entity-manager config</title>
<updated>2025-10-17T01:41:43+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-10-02T23:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=1c48a8321d91e1eaccda4bfd4dbfb896557edf1d'/>
<id>urn:sha1:1c48a8321d91e1eaccda4bfd4dbfb896557edf1d</id>
<content type='text'>
Adds an entity-manager configuration for nvl32-obmc.

Also adds a blocklist

Change-Id: I1dfb89342dcf2eb50df51eec33336022769faa50
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-nvidia: meta-nvl32: Add support for static mac addresses</title>
<updated>2025-10-17T01:41:43+00:00</updated>
<author>
<name>Marc Olberding</name>
<email>molberding@nvidia.com</email>
</author>
<published>2025-09-30T21:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=7c932b38033ef0b7a8064c298212b592cdac335e'/>
<id>urn:sha1:7c932b38033ef0b7a8064c298212b592cdac335e</id>
<content type='text'>
Adds support for static mac addresses on eth0.

Tested-by: loaded onto an nvl32-obmc and tested that the mac
address stayed the same

Change-Id: I54a9ab421ee557a9f3fefe4d44772a4227e6cae1
Signed-off-by: Marc Olberding &lt;molberding@nvidia.com&gt;
</content>
</entry>
</feed>
