<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-ibm, 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-09-08T03:54:41+00:00</updated>
<entry>
<title>meta-ibm:system1: Enable LEDs</title>
<updated>2025-09-08T03:54:41+00:00</updated>
<author>
<name>Jinu Joy Thomas</name>
<email>jinu.joy.thomas@in.ibm.com</email>
</author>
<published>2024-11-04T06:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=470b09266bd5c6a5688f211f7e98a19d4f8aa219'/>
<id>urn:sha1:470b09266bd5c6a5688f211f7e98a19d4f8aa219</id>
<content type='text'>
   enabled the obmc-led
   enabled the booted state
   enabled power on LED
   enabled the enclosure front identify LED
   enabled the enclosure fault rollup LED

Tested On Simics usign busctl commands

root@system1:~# busctl get-property xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/enclosure_identify xyz.openbmc_project.Led.Group Asserted
b false
root@system1:~# busctl get-property  xyz.openbmc_project.LED.Controller  /xyz/openbmc_project/led/physical/enclosure_id_led_pca955x xyz.openbmc_project.Led.Physical State
s "xyz.openbmc_project.Led.Physical.Action.Off"
root@system1:~# cat /sys/class/leds/pca955x\:enclosure-id-led/brightness
0
root@system1:~# busctl set-property xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/enclosure_identify xyz.openbmc_project.Led.Group Asserted b true
root@system1:~# busctl get-property xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/enclosure_identify xyz.openbmc_project.Led.Group Asserted
b true
root@system1:~# busctl get-property  xyz.openbmc_project.LED.Controller  /xyz/openbmc_project/led/physical/enclosure_id_led_pca955x xyz.openbmc_project.Led.Physical State
s "xyz.openbmc_project.Led.Physical.Action.On"
root@system1:~# cat /sys/class/leds/pca955x\:enclosure-id-led/brightness
255
root@system1:~#

Change-Id: I345f0f3d88ff618c3ec67f55d2f24ac0074c0658
Signed-off-by: Jinu Joy Thomas &lt;jinu.joy.thomas@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>bmcweb: Disable old thermal/power option</title>
<updated>2025-09-03T13:18:55+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2025-08-26T20:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=2c2a74808bb636119c8a5badc973ff8a6c6f5f53'/>
<id>urn:sha1:2c2a74808bb636119c8a5badc973ff8a6c6f5f53</id>
<content type='text'>
[1] disabled redfish-allow-deprecated-power-thermal by default in
bmcweb and set a June 2026 date for its removal.

Follow bmcweb and disable redfish-allow-deprecated-power-thermal.
Cleanup places that already disabled it.

It has been 5 years since Redfish put out the improved PowerSubsystem
and ThermalSubsystem. bmcweb has had those enabled by default for 1.5
years. Cleaning these up allows for removing
redfish-allow-deprecated-power-thermal easier next year.

[1]: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/83023

Change-Id: Ic1fa0ba346a0572f9c5cdc3e9d58b6e9fd4084ba
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>meta-ibm: remove machine witherspoon-tacoma</title>
<updated>2025-09-02T14:56:19+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2025-08-26T13:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=9f8c5a368769a14a94d180a3cba05f87535e34da'/>
<id>urn:sha1:9f8c5a368769a14a94d180a3cba05f87535e34da</id>
<content type='text'>
This system is no longer in use by IBM so remove it

Change-Id: I90fc89574a2c554ee2e850ea099c45e9f2800708
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>meta-ibm: romulus: Disable DRM to reduce v6.12 binary size</title>
<updated>2025-09-01T05:23:17+00:00</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@codeconstruct.com.au</email>
</author>
<published>2025-08-28T06:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=9fe971dac7d288c28d37a759977aa976b7dc6296'/>
<id>urn:sha1:9fe971dac7d288c28d37a759977aa976b7dc6296</id>
<content type='text'>
Shrinking vmlinux by disabling CONFIG_DRM allows the resulting FIT image
to meet the size constraint imposed by its flash partition.

CONFIG_DRM and CONFIG_DRM_ASPEED_GFX tend to be used for fbterm and
rendering the host console managed by uart-render-controller. For some
IBM platforms this is necessary, but not so much for Romulus. Disable it
to reduce the FIT image size so that it is not too large for its flash
partition.

For comparision, size(1) reports:

    dev-6.6:
       text    data     bss     dec     hex filename
    7134648 2425590  144288 9704526  94144e vmlinux

    dev-6.12, CONFIG_DRM=y:
       text    data     bss     dec     hex filename
    7504840 2533774  160576 10199190 9ba096 vmlinux

    dev-6.12, CONFIG_DRM=n:
       text    data     bss     dec     hex filename
    7117484 2399170  158304 9674958  93a0ce vmlinux

Suggested-by: Joel Stanley &lt;joel@jms.id.au&gt;
Change-Id: I87b10a538c841a2a74861ff49cd497c8be173ccf
Signed-off-by: Andrew Jeffery &lt;andrew@codeconstruct.com.au&gt;
</content>
</entry>
<entry>
<title>meta-ibm:huygens: Enable redundant BMC feature</title>
<updated>2025-08-19T21:14:34+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2025-08-18T15:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=66f43f4d95b4d38594852acbb42d197ae8bdb867'/>
<id>urn:sha1:66f43f4d95b4d38594852acbb42d197ae8bdb867</id>
<content type='text'>
Enable the redundant-bmc machine feature for IBM's Huygens system.

Change-Id: I3d53c18cb1a3854b3bc21311617cb7080bd9904c
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>meta-openpower: Remove support P8 and P9 processors on occ_control</title>
<updated>2025-08-05T20:26:08+00:00</updated>
<author>
<name>Sheldon Bailey</name>
<email>baileysh@us.ibm.com</email>
</author>
<published>2025-06-25T19:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=ec48236b4e14fdebb4b3cca839784dd76eeefb94'/>
<id>urn:sha1:ec48236b4e14fdebb4b3cca839784dd76eeefb94</id>
<content type='text'>
Starting with this commit, occ-control will no
longer support the following:
P8 Processors :uses I2C communication with the OCCs
P9 Processors :uses SBEFIFO for communication with
the OCCs

Change-Id: Ia3db23c8987b99f61225937e67fd81948681e5b8
Signed-off-by: Sheldon Bailey &lt;baileysh@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>meta-ibm:romulus: fix white space warnings</title>
<updated>2025-08-04T15:10:35+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2025-07-29T15:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=7cc4d72f1a70738b950a553cd407227cceb943ba'/>
<id>urn:sha1:7cc4d72f1a70738b950a553cd407227cceb943ba</id>
<content type='text'>
New yocto wants a blank space on both sides of "=" statements

Change-Id: I72148c6d24e956e1154b931debd8d57a7094ff61
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>meta-ibm:p10bmc: fix white space warnings</title>
<updated>2025-08-04T15:10:35+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2025-07-29T15:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=0287bff059b63a3b1b18e27835c1c3de1bb056d2'/>
<id>urn:sha1:0287bff059b63a3b1b18e27835c1c3de1bb056d2</id>
<content type='text'>
New yocto wants a blank space on both sides of "=" statements

Change-Id: Id2dc385850bd08c64a7306347ae55df241248765
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>treewide: add whinlatter LAYERSERIES_COMPAT</title>
<updated>2025-07-23T16:31:44+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2025-07-23T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=a7e82f1843133483b8dbbb8430bf8dcb8c5f0a74'/>
<id>urn:sha1:a7e82f1843133483b8dbbb8430bf8dcb8c5f0a74</id>
<content type='text'>
Change-Id: I1d53510329749ff122c8a65157a72c8ff88bd306
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>busybox: add flash-size reductions</title>
<updated>2025-07-23T07:25:47+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2025-07-11T02:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=51b210e5c6104d1ede4c96b03a5c3064dc255b73'/>
<id>urn:sha1:51b210e5c6104d1ede4c96b03a5c3064dc255b73</id>
<content type='text'>
- Disable the start-stop-daemon since we use systemd.
- Add a "small-flash" config that further reduces items not necessary.
- Enable the "small-flash" config on romulus and palmetto.

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: Ibd5f3f1f5511d784b91b21ef8480d42e2eda643a
</content>
</entry>
</feed>
