<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/openbmc.git/meta-facebook, branch Add_Fan_PID_Control</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=Add_Fan_PID_Control</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/atom?h=Add_Fan_PID_Control'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/'/>
<updated>2022-05-15T10:06:17+00:00</updated>
<entry>
<title>meta-bletchley: disable host watchdog</title>
<updated>2022-05-15T10:06:17+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-04-07T08:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=d61350c775de95c19e8305a55bf0eb3bb6896dc1'/>
<id>urn:sha1:d61350c775de95c19e8305a55bf0eb3bb6896dc1</id>
<content type='text'>
The host watdog feature is based on IPMI watchdog commands.
Disable host watchdog because host on bletchley does not support IPMI.

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: I25b3f0ac49543003e3a36c160f6b4c4a0b736887
</content>
</entry>
<entry>
<title>meta-bletchley: fw-update: change pnor flash binding command</title>
<updated>2022-05-15T10:05:03+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-10T01:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=35b8b988b08779173c23520c36a5fcc8653151ad'/>
<id>urn:sha1:35b8b988b08779173c23520c36a5fcc8653151ad</id>
<content type='text'>
pnor flash interface switched from spi-gpio to spi-mem, update the bind
and unbind command in script.

This patch dependes on patch below:
LINK: https://lore.kernel.org/all/20220509151118.4899-3-potin.lai.pt@gmail.com/

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: Ib622f7f22dede5f40cf6a5b4cf3df93d5b191ad8
</content>
</entry>
<entry>
<title>meta-bletchley: plat-svc: update gpio line names</title>
<updated>2022-05-15T10:04:18+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-10T04:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=9428ff26cd4ca6831fbafe3a278f60bfcab983be'/>
<id>urn:sha1:9428ff26cd4ca6831fbafe3a278f60bfcab983be</id>
<content type='text'>
update gpio line names in bletchley-early-sys-init

this patch depends on the pathcd below:
LINK: https://lore.kernel.org/all/20220509151118.4899-5-potin.lai.pt@gmail.com/

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: I0ff7332378f63a812de1e500c196d6eb8ca1cd19
</content>
</entry>
<entry>
<title>meta-bletchley: kernel: enable regulator configuration</title>
<updated>2022-05-15T10:03:38+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-10T09:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=f765a2a765285e04bce737b38183aca9c8b28711'/>
<id>urn:sha1:f765a2a765285e04bce737b38183aca9c8b28711</id>
<content type='text'>
Ebable regulator configuration

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: I7a3a8caa11182ff0daac4e9c650b2a183dd2eed8
</content>
</entry>
<entry>
<title>meta-bletchley: power-ctrl: fix host status checking in recovery mode</title>
<updated>2022-05-13T14:23:59+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-13T06:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=799780e74d8ca570ef5e55e20860caf7f088faef'/>
<id>urn:sha1:799780e74d8ca570ef5e55e20860caf7f088faef</id>
<content type='text'>
recovery mode only can be triggered when host status is Off
fix the wrong host power status checking when recovery mode triggered

Tested:

[Host status is On]
root@bletchley:~# power-ctrl sled6 status
On
root@bletchley:~# power-ctrl sled6 recovery
Please turn off host before trigger recovery mode

[Host status is Off]
root@bletchley:~# power-ctrl sled6 status
Off
root@bletchley:~# power-ctrl sled6 recovery
Set host6 Recovery mode
SLED6: pressing power button
Motor go forward to press Power button
Power button switch triggered
SLED6: releasing host power button
Motor reverse to initial position successful

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: I40f57bd52d896d8e27d1ccec2e1c388986d28810
</content>
</entry>
<entry>
<title>meta-bletchley: mdio-util: fix c22 write syntax error</title>
<updated>2022-05-12T16:27:22+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-12T03:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=c7fec31f856bdfca93b816727282101facd8061a'/>
<id>urn:sha1:c7fec31f856bdfca93b816727282101facd8061a</id>
<content type='text'>
fix syntax error in c22 write command

Tested:
- Get switch PHY id by read/write SMI register
root@bletchley:~# mdio-util c22 w 0 0x1c 0x19 0x0000
root@bletchley:~# mdio-util c22 w 0 0x1c 0x18 0x9434
root@bletchley:~# mdio-util c22 w 0 0x1c 0x18 0x9822
root@bletchley:~# mdio-util c22 r 0 0x1c 0x19
0x002b

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: Ie65a84c4485beb7f7600b36009027637c5fc7ed1
</content>
</entry>
<entry>
<title>meta-bletchley: phosphor-virtual-sensor: reformat JSON</title>
<updated>2022-05-04T22:40:44+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2022-04-29T19:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=b6cf094030569ded38533bcd237a6c0c3d5f9715'/>
<id>urn:sha1:b6cf094030569ded38533bcd237a6c0c3d5f9715</id>
<content type='text'>
Change-Id: Ib6aba45e7a5563c17d0dee221deda9b0254a30be
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
</content>
</entry>
<entry>
<title>meta-bletchley: enable phosphor-sel-logger</title>
<updated>2022-05-04T11:47:23+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-04-28T09:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=a5986a2bf5f3fd220838e641de785fddbf630ca8'/>
<id>urn:sha1:a5986a2bf5f3fd220838e641de785fddbf630ca8</id>
<content type='text'>
Enable phosphor-sel-logger to add ability of reading event logs via
Redfish.

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: Ib2155fe1ad6e82117915f3b14c0eda591e7e574a
</content>
</entry>
<entry>
<title>meta-facebook: enable event log on redfish</title>
<updated>2022-05-04T06:51:25+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-04T06:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=26b2de56ad7d9c1af93a4209ac5f46e0477e6ca2'/>
<id>urn:sha1:26b2de56ad7d9c1af93a4209ac5f46e0477e6ca2</id>
<content type='text'>
1. enable `send-to-logger` option in phosphor-sel-logger, handle logs by
Phosphor Log Manager.

2. enable `redfish-dbus-log` in bmcweb to add redfish support for
event logs.

Tested results:
- Redfish
$ curl -u root:0penBmc -k https://10.10.11.203/redfish/v1/Systems/system/LogServices/EventLog/Entries/15
{
  "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/15",
  "@odata.type": "#LogEntry.v1_8_0.LogEntry",
  "AdditionalDataURI": "/redfish/v1/Systems/system/LogServices/EventLog/15/attachment",
  "Created": "2022-05-04T06:17:21.948000+00:00",
  "EntryType": "Event",
  "Id": "15",
  "Message": "xyz.openbmc_project.Logging.SEL.Error.Created",
  "Modified": "2022-05-04T06:17:21.948000+00:00",
  "Name": "System Event Log Entry",
  "Resolved": false,
  "Severity": "OK"
}

- CLI
root@bletchley:~# obmcutil listlogs
{
        "type" : "as",
        "data" : [
                [
                        "/xyz/openbmc_project/logging/entry/15",
                        "/xyz/openbmc_project/logging/entry/16",
                        "/xyz/openbmc_project/logging/entry/17",
                        "/xyz/openbmc_project/logging/entry/18",
                        "/xyz/openbmc_project/logging/entry/19",
                        "/xyz/openbmc_project/logging/entry/20",
                        "/xyz/openbmc_project/logging/entry/21",
                        "/xyz/openbmc_project/logging/entry/22",
                        "/xyz/openbmc_project/logging/entry/23",
                        "/xyz/openbmc_project/logging/entry/24"
                ]
        ]
}
root@bletchley:~# obmcutil showlog /xyz/openbmc_project/logging/entry/15
{
        "type" : "a{sv}",
        "data" : [
                {
                        "Id" : {
                                "type" : "u",
                                "data" : 15
                        },
                        "Timestamp" : {
                                "type" : "t",
                                "data" : 1651645041948
                        },
                        "Severity" : {
                                "type" : "s",
                                "data" : "xyz.openbmc_project.Logging.Entry.Level.Informational"
                        },
                        "Message" : {
                                "type" : "s",
                                "data" : "xyz.openbmc_project.Logging.SEL.Error.Created"
                        },
                        "EventId" : {
                                "type" : "s",
                                "data" : ""
                        },
                        "AdditionalData" : {
                                "type" : "as",
                                "data" : [
                                        "EVENT_DIR=1",
                                        "GENERATOR_ID=32",
                                        "RECORD_TYPE=2",
                                        "SENSOR_DATA=520007",
                                        "SENSOR_PATH=/xyz/openbmc_project/sensors/fan_tach/FAN3_TACH_IL",
                                        "_PID=327"
                                ]
                        },
                        "Resolution" : {
                                "type" : "s",
                                "data" : ""
                        },
                        "Resolved" : {
                                "type" : "b",
                                "data" : false
                        },
                        "ServiceProviderNotify" : {
                                "type" : "b",
                                "data" : false
                        },
                        "UpdateTimestamp" : {
                                "type" : "t",
                                "data" : 1651645041948
                        }
                }
        ]
}

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: Ie4094c8e20224506474b75ae18ede97adfdd5bb7
</content>
</entry>
<entry>
<title>meta-facebook: add libtss2-tcti-device package when tpm2 enabled</title>
<updated>2022-05-03T18:17:12+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-05-03T16:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/openbmc.git/commit/?id=432d8f271aa92a7f22bdf680ac5c41959c8ee618'/>
<id>urn:sha1:432d8f271aa92a7f22bdf680ac5c41959c8ee618</id>
<content type='text'>
Add libtss2-tcti-device package to support access tpm via device node
/dev/tpm0

Tested Results:
root@bletchley:~# /usr/bin/tpm2_getcap properties-fixed 2&gt;/dev/null | grep -A1 TPM2_PT_FIRMWARE_VERSION_1
TPM2_PT_FIRMWARE_VERSION_1:
  raw: 0x7003E

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Change-Id: I67784a34aeffc38c66f98a3c0dbe995bb098394b
</content>
</entry>
</feed>
