summaryrefslogtreecommitdiff
path: root/meta-ieisystem
AgeCommit message (Collapse)AuthorFilesLines
2024-08-21iei-ipmi-oem: srcrev bump 0917ac423d..93b6a33320Andrew Geissler1-1/+1
George Liu (1): clang-format: re-format for clang-18 Change-Id: I7fb98a38d9cb241b06d1cd1767f0da5ed453c4aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-08-21meta-ieisystem: Add chassis poh supportGeorge Liu2-0/+11
Add powerOnHours.override.yml to settings Tested: 1. After power on host for 1h 2. run ipmitool ``` ~#: ipmitool chassis poh POH Counter : 0 days, 1 hours ``` Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I829bd71bfdb7c3b89f8840fb3683bf5d109b6ec9
2024-07-24meta-ieisystem: Enable I2C tracing to aid in debugging sensor issuesJohn Wang2-0/+5
Enabling I2C tracing can help in diagnosing problems related to sensors by providing a clearer view of I2C communication. Signed-off-by: John Wang <wangzhiqiang02@ieisystem.com> Change-Id: I3efcaed0d2f2a197a1faf428ea932852c0b8ec29
2024-07-23meta-ieisystem: nf5280m7: enable entity-manager by defaultGeorge Liu2-1/+3
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ifd5e97ab92261aaed85f6bd465f2028794412156
2024-07-19meta-ieisystem: bmcweb: disable redfish-host-loggerGeorge Liu1-0/+1
Since this function is not used in all IEI machines, this log is disabled and will not be displayed in the parent link. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2f9b9875f550ca1edad2d87d63a88e6f75917db3
2024-07-19meta-ieisystem: bmcweb: Enable insecure-enable-redfish-queryGeorge Liu1-0/+3
Since web access to sensors is too slow, enable the query parameter function of redfish and use the expand parameter to get all sensor data at once. Tested: ``` curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Chassis/chassis/Sensors?$expand=*($levels=1) { "@odata.id": "/redfish/v1/Chassis/chassis/Sensors", "@odata.type": "#SensorCollection.SensorCollection", "Description": "Collection of Sensors for this Chassis", "Members": [ { "@odata.id": "/redfish/v1/Chassis/chassis/Sensors/SYS_5V", "@odata.type": "#Sensor.v1_0_0.Sensor", "Id": "SYS_5V", "Name": "SYS_5V", "Reading": 11.635200000000001, "ReadingRangeMax": 6.659267458256627, "ReadingRangeMin": 0.0, "ReadingType": "Voltage", "ReadingUnits": "V", "Status": { "Health": "Critical", "State": "Enabled" }, "Thresholds": { "LowerCaution": { "Reading": 4.65 }, "LowerCritical": { "Reading": 4.5 }, "UpperCaution": { "Reading": 5.37 }, "UpperCritical": { "Reading": 5.52 } } }, ...... ``` Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: If2209806c4b0db2b7adae4512afcb26a2ef453be
2024-07-19meta-ieisystem: Add phosphor-virtual-sensorGeorge Liu4-1/+139
Both fp5280g3 and nf5280m7 depend on phosphor-virtual-sensor, so move the phosphor-virtual-sensor to recipes-ieisystem/packagegroups. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I443c0a8df60f2e1b43c645ba827873cec8a62b93
2024-07-19meta-ieisystem: Add dbus-sensorGeorge Liu6-1/+22
Since all IEI machines depend on dbus-sensors instead of phosphor-hwmon by default, phosphor-hwmon is disabled and dbus-sensors is enabled by default. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ib1d7624327790419d30c27c7b965995bbd11bd79
2024-07-13meta-ieisystems: timezone: Move timezone to recipes-extendedGeorge Liu3-1/+1
The default time zone for ieisystem machines has been changed from UTC to UTC+8. Tested on qemu: ~# timedatectl Local time: Wed 2024-02-28 01:28:42 CST Universal time: Tue 2024-02-27 17:28:42 UTC RTC time: n/a Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: no NTP service: active RTC in local TZ: no Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Id6837bcb911a247f26317c2422e96467f90155c2
2024-07-13meta-ieisystem: Move ipmitool to recipes-ieisystemGeorge Liu3-5/+4
ipmitool is a tool and all machines of ieisystem will rely on this tool, so move ipmitool to recipes-ieisystem. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I4afee6289010eeb35364dc45a679eda935c19128
2024-07-13meta-ieisystem: Move iei-ipmi-oem to recipes-ieisystemGeorge Liu3-2/+4
Since iei-ipmi-oem is the general repo of ieisystem, all machines will rely on this repo, so move iei-ipmi-oem to recipes-ieisystem. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Icb61767650335fe26326fb2239124dde25b7b3ad
2024-07-12meta-ieisystem: Rename layer nameGeorge Liu65-0/+8288
Since the company name is ieisystems and the domain name is ieisystem in order to be consistent with the domain name, the layer name is replaced with ieisystem. Link: https://en.ieisystem.com/ Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ie8e02d5b9f20a92ce4bf8c53ec291e2b51dc43f5