History log of /openbmc/fb-ipmi-oem/ (Results 51 – 75 of 143)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6c931e4305-Dec-2022 Jayashree Dhanapal <jayashree-d@hcl.com>

IPMI OEM BIC - Clear CMOS

Register an IPMI command handler with NetFn 0x38 Cmd 0x25
and send this command to BIC through IPMB to clear CMOS.

TESTED : Tested and verified in Facebook YosemiteV2 plat

IPMI OEM BIC - Clear CMOS

Register an IPMI command handler with NetFn 0x38 Cmd 0x25
and send this command to BIC through IPMB to clear CMOS.

TESTED : Tested and verified in Facebook YosemiteV2 platform.

Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com>
Change-Id: I5df7a637c5860ae7b0fc7e65e5737614fb3c4293

show more ...

5a4537b803-Feb-2023 Potin Lai <potin.lai@quantatw.com>

configs: bletchley: fix post_desc.json issue

In current config setting, it cause a endlees loop of post description
request between BMC and debug card.
Remove "phase 2" so that BMC will just reply 0

configs: bletchley: fix post_desc.json issue

In current config setting, it cause a endlees loop of post description
request between BMC and debug card.
Remove "phase 2" so that BMC will just reply 0x00 is last index.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7b719c61c27d6aeadb1f0f9fbff55618b82e4ce8

show more ...

2ca4aa0e01-Feb-2023 Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>

usb-dbg: Support sensor out of threshold message present

Description:
- Modified sensors config for greatlakes platform those currently supported.
- Support OCP debug card sensor frame threshold m

usb-dbg: Support sensor out of threshold message present

Description:
- Modified sensors config for greatlakes platform those currently supported.
- Support OCP debug card sensor frame threshold message shown when sensor value is out of threshold.
e.g “P0_temp XXC/UCR”
- Support OCP debug card screen blink and invert the color if the sensor out of threshold.

Test Case:
Sensor threshold message should be shown on debug card when the sensor value is out of threshold.

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Change-Id: I894b50bee33ad84abc07c5aa086fe1b798b7079b

show more ...

05d0ce9317-Nov-2022 Kumar Thangavel <thangavel.k@hcl.com>

IPMI OEM BIC - Get Bios Flash Size

Register an IPMI command handler with NetFn: 0x38 Cmd: 0x19
send this command to BIC through IPMB to get the Bios flash
size.

TESTED : Verified in YosemiteV2 plat

IPMI OEM BIC - Get Bios Flash Size

Register an IPMI command handler with NetFn: 0x38 Cmd: 0x19
send this command to BIC through IPMB to get the Bios flash
size.

TESTED : Verified in YosemiteV2 platform and able to get
bios flash size.

Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
Change-Id: I8a82f2495c1c7d4fefb49de471052cd9d740e75d

show more ...

41027b9616-Dec-2022 Bonnie Lo <Bonnie_Lo@wiwynn.com>

IPMI set CurrentHostState property

Register an IPMI handler to receive the command from BIC
netFn: 0x38 cmd: 0x0C

BIC sends the GPIO value for host power state to BMC
On: 0x1
Off: 0x0

This handler

IPMI set CurrentHostState property

Register an IPMI handler to receive the command from BIC
netFn: 0x38 cmd: 0x0C

BIC sends the GPIO value for host power state to BMC
On: 0x1
Off: 0x0

This handler starts the corresponding target to set
"CurrentHostState" property
On: obmc-host-startmin@$slot.target
Off: obmc-host-stop@@$slot.target

Test Case:
Set "RequestedHostTransition" property on phosphor-state-manager
to On/Off/Reboot/ForceWarmReboot and check the host status

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: I891f38d7e836238fa3ba8287df5a855cf2d9a8d9

show more ...

25b79bf416-Dec-2022 Bonnie Lo <Bonnie_Lo@wiwynn.com>

IPMI OEM Get BIC GPIO State

Register an IPMI command handler - NetFn: 0x38 Cmd: 0x03.
Send command through IPMB to get BIC GPIO state.
Add Meta IANA definition for future utilization.

Limitation:
1

IPMI OEM Get BIC GPIO State

Register an IPMI command handler - NetFn: 0x38 Cmd: 0x03.
Send command through IPMB to get BIC GPIO state.
Add Meta IANA definition for future utilization.

Limitation:
1. Could only get the state of BIC GPIOs which are configured as GPIO
2. Couldn't get all BIC GPIO states

Test Case:
Call IPMI OEM get BIC GPIO state

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: Idda8d4c532b2971c14662e7b34ea101cf584fa22

show more ...

8ee95d6920-Dec-2022 Potin Lai <potin.lai@quantatw.com>

storagecommands: fix getSensorMap() error

The CriSensor frame display wrong sensor value due to
GetManagedObjects method call failed in getSensorMap().

Parsing correct path to avoid GetManagedObjec

storagecommands: fix getSensorMap() error

The CriSensor frame display wrong sensor value due to
GetManagedObjects method call failed in getSensorMap().

Parsing correct path to avoid GetManagedObjects call failed.

Tested on Bletchley.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I2fd57d61105f3a6619204be9c93a1db316cb83f7

show more ...

8d1a81e819-Dec-2022 Potin Lai <potin.lai@quantatw.com>

oemcommands: update getIPObject() search method

The SYS_info frame is broken due to phosphor-network changed the object
path of IP address.
Remove IP type from object path match string, use `Type` p

oemcommands: update getIPObject() search method

The SYS_info frame is broken due to phosphor-network changed the object
path of IP address.
Remove IP type from object path match string, use `Type` property to
identify this address is IPv4 or IPv6.

Tested on Bletchley.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: If44ab42fcc86a915c9141bf29780e9e52cb1a01b

show more ...

e1ff81fa21-Nov-2022 Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>

usb-dbg: Handled error for host selector position

Added error handling for host selector position
and enhancement.

Tested on Yosemitev2

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail

usb-dbg: Handled error for host selector position

Added error handling for host selector position
and enhancement.

Tested on Yosemitev2

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: Iac9414ccc282bd3e24b6434f0ae57dac586659a6

show more ...

e15e1ea906-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

reformat with latest settings

Reformat with the latest from openbmc-build-scripts.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3d2948788918684fc9131175a74a3e2dfe4bf638

e9baaff108-Nov-2022 Bonnie Lo <Bonnie_Lo@wiwynn.com>

appcommands: support multi-host set/get fw version

Support multi-host set/get fw version in IPMI set/get system info command

Test case:
Get bios version from different host success.

Signed-off-by:

appcommands: support multi-host set/get fw version

Support multi-host set/get fw version in IPMI set/get system info command

Test case:
Get bios version from different host success.

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: Id2e1598bbe8f7d834fe3c31710384a7dbbe537e0

show more ...

f24c78e827-Oct-2022 Potin Lai <potin.lai@quantatw.com>

usb-dbg: get MaxPostion from DBus

Add a function to retrive MaxPostion property value from DBus.

Tested on Bletchley.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Ic2c8e1000298e499

usb-dbg: get MaxPostion from DBus

Add a function to retrive MaxPostion property value from DBus.

Tested on Bletchley.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Ic2c8e1000298e49980bad635914d870186f93647

show more ...

2ad5398127-Oct-2022 Potin Lai <potin.lai@quantatw.com>

usb-dbg: add meson option for enabling ME support

Add a meson option called me_support for enabling ME related feature.
Default value is true (enable)

Tested on Bletchley with me_support false

Sig

usb-dbg: add meson option for enabling ME support

Add a meson option called me_support for enabling ME related feature.
Default value is true (enable)

Tested on Bletchley with me_support false

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7e9f632b53c68b95f1d63f5408a9025f2a20fc3a

show more ...

cff150e318-Sep-2022 Potin Lai <potin.lai@quantatw.com>

usb-dbg: modify HostSelector interface

Modify HostSelector interface to follow phosphor-dbus-interface.
LINK: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project

usb-dbg: modify HostSelector interface

Modify HostSelector interface to follow phosphor-dbus-interface.
LINK: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Ia2ba24870c6f48f77cfad6b38983f8275ad308ab

show more ...

d8ef7b3624-Oct-2022 Bonnie Lo <Bonnie_Lo@wiwynn.com>

biccommands: post code handler

Revise the input parameters for OEM POST code handler so
that BMC could get all the POST code from BIC.

uint8_t interface -> uint8_t dataLen: represnts the length of

biccommands: post code handler

Revise the input parameters for OEM POST code handler so
that BMC could get all the POST code from BIC.

uint8_t interface -> uint8_t dataLen: represnts the length of received
POST code
uint8_t data -> std::vector<uint8_t> data:receive all the POST code instead
of specific POST code

Test Case:
Check POST code for multi-host

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: I0d2db5173cc98819d19fd27db2bcb1f6b96e9bb3

show more ...

3f67127312-Oct-2022 Bonnie Lo <Bonnie_Lo@wiwynn.com>

oemcommands: set system guid

Remove unused input parameter for ipmiOemSetSystemGuid.

Test Case:
Call IPMI OEM Set System GUID for different BIC

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Chan

oemcommands: set system guid

Remove unused input parameter for ipmiOemSetSystemGuid.

Test Case:
Call IPMI OEM Set System GUID for different BIC

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: Ic708e0a34867b8708860f3a82810a3aebbfc9e09

show more ...

85ac24de13-Jul-2022 Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>

greatlakes: Added config files for debug card

Added critical sensor,gpio and post description for
greatlakes platform.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: I

greatlakes: Added config files for debug card

Added critical sensor,gpio and post description for
greatlakes platform.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: I5305a4928cd8771b4d725bd979d8f026b37d9f26

show more ...

020ff3e420-Sep-2022 Patrick Williams <patrick@stwcx.xyz>

selcommands: add include for flat_map

We were getting this include for free from sdbusplus, but it has
gone away in a recent commit. Add the appropriate include.

Signed-off-by: Patrick Williams <p

selcommands: add include for flat_map

We were getting this include for free from sdbusplus, but it has
gone away in a recent commit. Add the appropriate include.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I22e115ef27d99ff539e04536bdc1c44a53aec978

show more ...

e4d6fe7423-Aug-2022 Logananth Sundararaj <logananth_s@hcl.com>

Add BIC to handle the DCMI commands

Added a BIC enable check to parshes the DCMI commands in
IPMI OEM.

Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com>
Change-Id: I8c02926168e74a613762e6ff

Add BIC to handle the DCMI commands

Added a BIC enable check to parshes the DCMI commands in
IPMI OEM.

Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com>
Change-Id: I8c02926168e74a613762e6ffa18bf759fcc0d4ab

show more ...

e40592a711-Aug-2022 Potin Lai <potin.lai@quantatw.com>

configs: add configs for bletchley

Add configurations for bletchley to support USB debug card.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I08f92490a6ebccb19a06639fd93c2488079bc1e0

d5353caa10-Aug-2022 Potin Lai <potin.lai@quantatw.com>

oemcommands: fix compile error of unused parameter

Fix the error of unused parameter when BIC disabled.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I0d3f646e3a2e7c80b815435f7708b9c

oemcommands: fix compile error of unused parameter

Fix the error of unused parameter when BIC disabled.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I0d3f646e3a2e7c80b815435f7708b9caf897218d

show more ...

ed22930004-Aug-2022 Patrick Williams <patrick@stwcx.xyz>

MAINTAINERS: remove file

The MAINTAINERS file is deprecated in favor of OWNERS.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib581a4b258e98162ab075176db378d4cf126e337


cd315e0722-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are

sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are for:
* bus_t
* exception_t
* manager_t
* match_t
* message_t
* object_t
* slot_t

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5763a3249f5c8baba800cf5886cb0df4d6b21e58

show more ...

d532feca14-Jul-2022 Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>

yosemitev2:Multi-host CPU info displayed in OCP debug-card.

This implementation is going to display the processor
information in the OCP debug-card.

Tested: information frame value of processor inf

yosemitev2:Multi-host CPU info displayed in OCP debug-card.

This implementation is going to display the processor
information in the OCP debug-card.

Tested: information frame value of processor info
displayed in the OCP debug card with multi-host
Yosemitev2 platform.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: Iec29bae79a4c56d92184a69ea187549895f34db9

show more ...

2e9921c225-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

meson: enable full subproject build

Misc changes to the build process and adding wrap-files so that
the full repository can be built as a meson subproject. This
depends on a few pending changes ups

meson: enable full subproject build

Misc changes to the build process and adding wrap-files so that
the full repository can be built as a meson subproject. This
depends on a few pending changes upstream in phosphor-host-ipmid,
but since that subproject references HEAD it will automatically
resolve as those changes are merged.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idfe21c8d347c513667d7358af0c4a4ddcf3f181b

show more ...

123456