OpenBIC
OpenBIC copied to clipboard
BICs (Bridge IC) are standalone devices deployed within a Data Center that enable monitoring a multi-host system using a single BMC device.
Summary: - Temporary add virtual pin **GPION0** for post complete, After EVT2, physical pin will replace it. - Prevent post status lost if BIC reboot or update after post complete....
# Description - Version commit for Sentinel Dome BIC oby4-sd-2027.18.01. - Version commit for Wailua Falls BIC oby4-wf-2027.18.01. # Motivation - Version commit for Sentinel Dome BIC oby4-sd-2027.18.01. - Version...
# Description - Modify the CXL index naming. Use CXL1 and CXL2 uniformly to avoid confusion. # Motivation - Currently, BIC code sometime use CXL0/CXL1 but sometime use CXL1/CXL2. #...
Description: Support to select I2C or I3C interface to communicate with BMC when BIC is initializing. Motivation: We want to change the interface to communicate with BMC from I2C to...
https://github.com/AspeedTech-BMC/zephyr/blob/db3dbcc9c52e67a47180890ac938ed380b33f91c/drivers/i2c/i2c_aspeed.c#L1823-L1826 This might be a bug
Hi @DelphineChiu I got some error messages from the Build and Analyze: run-cppcheck task. ``` Files to check: common/service/sensor/sensor.c Errors Found: common/service/sensor/sensor.c:274:26:Function 'stby_access' argument 1 names different: declaration 'sensor_num' definition...
**Owner:** Wiwynn Request from: #195 **Description:** The function IPMB_TXTask() should be broken out as it is over 300 lines long and tries to handle all interfaces. It would be better...
Hi @DelphineChiu, We want to modify the code for sensor reading, including: 1. The member init_args in struct sensor_cfg should only be used in the function DeviceName_init(). So we want...
Hi @rainlinWW, We have two questions about gpio settings. Q1. Open drain pin settings There's a scenario that OPEN DRAIN pin would set to OUTPUT(Initial direction is INPUT ) while...