<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-evb, 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-08-21T18:06:51+00:00</updated>
<entry>
<title>meta-evb-fvp-base: fix bitbake warnings</title>
<updated>2025-08-21T18:06:51+00:00</updated>
<author>
<name>Mohammed Javith Akthar M</name>
<email>mohammedjavitham@ami.com</email>
</author>
<published>2025-07-30T07:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=84ef2fcc2c21685396efe9bc71390e80686d0a55'/>
<id>urn:sha1:84ef2fcc2c21685396efe9bc71390e80686d0a55</id>
<content type='text'>
Addressed the following warning messages when building the FVP
machine configuration

1. WARNING: fvp-config.inc has a lack of whitespace around the
   assignment
2. WARNING: Duplicate inclusion for mctp.inc in pldm.inc

Testing:

Before fix:
Warning messages were displayed when executing the "bitbake
obmc-phosphor-image" command.

After fix:
Warning messages are no longer displayed.

Change-Id: Ib63e4357a3abe0f383d6aa8c580286824f01bed8
Signed-off-by: Mohammed Javith Akthar M &lt;mohammedjavitham@ami.com&gt;
</content>
</entry>
<entry>
<title>meta-evb-fvpbase: enable virtio-net for FVP</title>
<updated>2025-07-24T00:43:29+00:00</updated>
<author>
<name>Mohammed Javith Akthar M</name>
<email>mohammedjavitham@ami.com</email>
</author>
<published>2025-06-30T09:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=1eb0b064bcd64bd443a06777f3ad0c490ca1209c'/>
<id>urn:sha1:1eb0b064bcd64bd443a06777f3ad0c490ca1209c</id>
<content type='text'>
Enable virtio-net as an alternative NIC in FVP. FVP uses smsc_91c111
for NIC and its support is deprecated in uboot[1]. So, an
alternative NIC configuration is required for network access in uboot.

Testing:
Configured a TAP interface named 'tap1' for out-of-band access.
Sample setup on Ubuntu (requires sudo):

  sudo apt update
  sudo apt install qemu-kvm libvirt-daemon-system iproute2 bridge-utils
  sudo ip tuntap add dev tap1 mode tap user $(whoami)
  sudo ifconfig tap1 0.0.0.0 promisc up
  sudo brctl addif virbr0 tap1

Execute 'ip a' command in BMC shell and observe the NIC configuration.

Before:
  eth0 -&gt; smsc_91c111

After:
  eth0 -&gt; virtio-net
  eth1 -&gt; smsc_91c111

References:
1. https://patchwork.ozlabs.org/project/uboot/patch/20220802113424.2988464-10-trini@konsulko.com

Change-Id: I445aecb6aefdb422a14fe131a64fc3de3b6865f9
Signed-off-by: Mohammed Javith Akthar M &lt;mohammedjavitham@ami.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>meta-phosphor: bmcweb options to PACKAGECONFIG</title>
<updated>2025-07-22T15:20:55+00:00</updated>
<author>
<name>Ed Tanous</name>
<email>ed@tanous.net</email>
</author>
<published>2025-06-30T19:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=11a2e68c782ffe7e2e6cbf7d793b74de4c37b867'/>
<id>urn:sha1:11a2e68c782ffe7e2e6cbf7d793b74de4c37b867</id>
<content type='text'>
For some of the most commonly set bmcweb options, change them into
packageconfig entries.

Systems that used these config options have been moved to the
PACKAGECONFIG.  Some systems that had CMAKE build options still had
those directly removed.

Change-Id: I741f60a725905d67f7a8ef698f95b25895088db4
Signed-off-by: Ed Tanous &lt;etanous@nvidia.com&gt;
</content>
</entry>
<entry>
<title>meta-evb: 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=9f4ad1ee802a4be960502d61d6a6683191f4fb28'/>
<id>urn:sha1:9f4ad1ee802a4be960502d61d6a6683191f4fb28</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: I7ec3f2a0471a99611071db0aefc2ec6b1323e3ca
</content>
</entry>
<entry>
<title>meta-evb: move meta-aspeed EVB machine into meta-evb</title>
<updated>2025-07-02T19:31:32+00:00</updated>
<author>
<name>Vince Chang</name>
<email>vince_chang@aspeedtech.com</email>
</author>
<published>2025-06-12T03:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=50d03aee96f0a9da2eb570f781119d79ffa159f9'/>
<id>urn:sha1:50d03aee96f0a9da2eb570f781119d79ffa159f9</id>
<content type='text'>
Move evb-ast2500.conf and evb-ast2600.conf into meta-evb.

Change-Id: I64bd938eb63dfe77ffe74e1de25f177291fe65c2
Signed-off-by: Vince Chang &lt;vince_chang@aspeedtech.com&gt;
</content>
</entry>
<entry>
<title>meta-evb: meta-evb-arm: Support Arm SBMR Boot Progress Code</title>
<updated>2025-06-02T01:22:41+00:00</updated>
<author>
<name>John Chung</name>
<email>john.chung@arm.com</email>
</author>
<published>2025-05-19T14:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=5d8b0ec32d309379f3360197ea5cee116fbbc87b'/>
<id>urn:sha1:5d8b0ec32d309379f3360197ea5cee116fbbc87b</id>
<content type='text'>
Enable IPMI SBMR commands to capture the boot progress code
and update on Redfish BootProgress property and Redfish
PostCodes log service.

Change-Id: I8e3b5eb777f69c8932fb088db09d3088635a4a9e
Signed-off-by: John Chung &lt;john.chung@arm.com&gt;
</content>
</entry>
<entry>
<title>treewide: add walnascar LAYERSERIES_COMPAT</title>
<updated>2025-05-24T15:35:56+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2025-05-24T15:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=50c70479876ec201178500397b99e3df6a5fba87'/>
<id>urn:sha1:50c70479876ec201178500397b99e3df6a5fba87</id>
<content type='text'>
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I6291eeaf0ca7d4bd674bf0717f1234bfd757f6fe
</content>
</entry>
<entry>
<title>meta-evb: Add Andrew Jeffery to OWNERS</title>
<updated>2025-05-16T01:43:08+00:00</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@codeconstruct.com.au</email>
</author>
<published>2025-05-16T01:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=baadabad599eeb0e21eb3b0f23f9b1fddffaabad'/>
<id>urn:sha1:baadabad599eeb0e21eb3b0f23f9b1fddffaabad</id>
<content type='text'>
Currently I'm more active in the project than Joel, so make sure we have
someone looking at patches.

Change-Id: I86cd7eba2a95c7ecd4052a2da48ce4551a8e8c97
Signed-off-by: Andrew Jeffery &lt;andrew@codeconstruct.com.au&gt;
</content>
</entry>
<entry>
<title>meta-evb-fvp-base: SOL support</title>
<updated>2025-05-15T12:47:47+00:00</updated>
<author>
<name>Mohammed Javith Akthar M</name>
<email>mohammedjavitham@ami.com</email>
</author>
<published>2025-04-25T06:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=1bf76f8cd4b2ad61b1438d7eb539214202e4ab61'/>
<id>urn:sha1:1bf76f8cd4b2ad61b1438d7eb539214202e4ab61</id>
<content type='text'>
This commit enables host serial console access in base fvp (BMC).
In BMC, UART3(ttyAMA3) is mapped for SOL access.

Testing:

1. Verified using RD-V3-R1 FVP + Base FVP (running OpenBMC firmware)

2. Connect host console with BMC via socat command
   &gt; socat -x tcp:localhost:5005 tcp:localhost:5067

3. Update the host state as running in BMC in debug console
   &gt; busctl set-property xyz.openbmc_project.State.Host
     /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.Host
     CurrentHostState s
     xyz.openbmc_project.State.Host.HostState.Running

4. Log-in to BMC webui via https://127.0.0.1:4223
5. Accesss SOL console from Overview page

Change-Id: I5d797b2b6f57a16d5b53f32c8aa422d102b55c56
Signed-off-by: Mohammed Javith Akthar M &lt;mohammedjavitham@ami.com&gt;
</content>
</entry>
</feed>
