summaryrefslogtreecommitdiff
path: root/meta-ieisystems
AgeCommit message (Collapse)AuthorFilesLines
2024-02-29meta-iesystems: use pldm includePatrick Williams2-1/+1
meta-phosphor has an include file for enabling PLDM rather than manually specifying it to a package group. This has the potential side-effect of enabling other behaviors in other recipes. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib2b35d1568ae54ca964bbba3a0535bc25d83d974
2024-02-22meta-ieisystems: fp5280g3: bmcweb: remove bbappendGunnar Mills1-3/+0
This file is no longer needed. https://github.com/openbmc/openbmc/commit/7fabe70c853a1840b4aa009c6d96059dee117b8a added it. https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69228 enabled redfish-new-powersubsystem-thermalsubsystem by default remove it here in the bbappend to keep things cleaner. Since this is the only one in the bbappend, just remove the whole file. Tested: I tested having this line removed in the meta-ibm bbappend when testing 69228. Change-Id: I12e8ee2b4e89529f56227c26eb2be809d38b7de2 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2024-02-06meta-ieisystems: fp5280g3: add phosphor-virtual-sensorGeorge Liu3-0/+165
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6878afb1f2dc2e332cbb5de4a611d6322adbc15c
2024-02-06meta-ieisystems: fp5280g3: timezone: The default time zone is UTC+8George Liu2-0/+2
This commit is to change the default time zone from UTC to UTC+8. Tested: ~# timedatectl Local time: Sun 1970-01-04 06:51:27 CST Universal time: Sat 1970-01-03 22:51:27 UTC RTC time: Sun 1970-01-04 06:51:28 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: I40f28af879e60c0f8f1cdda9d9fb296076222462
2024-02-06meta-ieisystems: fp5280g3: settings: add applyTime configurationGeorge Liu2-0/+8
We need to reboot BMC immediately after upgrading the FP5280G3 firmware. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I10894553852fbd936168f598e28cfaaa6694a8bf
2024-02-06meta-ieisystems: fp5280g3: bmcweb: enable thermalsubsystemGeorge Liu1-0/+3
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I9272f220a6a6074e04c2d668f0036c294318cad9
2024-01-29meta-ieisystems: fp5280g3: Add dcmi sensor configurationGeorge Liu1-0/+33
Add the dcmi_sensor.json file for the fp5280g3 platform. Tested: ~# ipmitool dcmi sensors Inlet: 1 temperature sensors found: Record ID 0x0038: Inlet_TEMP | 28 degrees C | ok CPU: 2 temperature sensors found: Record ID 0x0039: CPU0_TEMP | 35 degrees C | ok Record ID 0x003a: CPU1_TEMP | 38 degrees C | ok Baseboard: 2 temperature sensors found: Record ID 0x004b: L_OCP_Zone_Temp | 33 degrees C | ok Record ID 0x004c: R_OCP_Zone_Temp | 35 degrees C | ok Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia6c7a54ba81a17d86d11b05ba4ea638b8a129f4d
2024-01-26meta-ieisystems: fp5280g3: Add SDR inventoryGeorge Liu7-0/+3531
Add SDR inventory to parse the fp5280g3 device, map SDR data with inventory information and report SDR content through IPMI. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ie2054b982c30ccbfca9320873e1bfdd5213a76b2
2024-01-26meta-ieisystems: fp5280g3: Add IPMI power_reading.jsonGeorge Liu1-0/+3
Set dbus object path for total power on fp5280g3 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3ddb58217f26236ae4b0892f04252a28c0086587
2024-01-25meta-ieisystems: fp5280g3: Add IPMI dev_id.jsonGeorge Liu3-0/+16
Add the dev_id.json file for fp5280g3 Tested: image version: 2.16.0-dev-317-g72725bd77b-dirty ipmitool mc info Device ID : 0 Device Revision : 0 Firmware Revision : 2.16 IPMI Version : 2.0 Manufacturer ID : 52893 Manufacturer Name : Inspur Power Systems Co.,Ltd. Product ID : 123 (0x007b) Product Name : Unknown (0x7B) Device Available : no Provides Device SDRs : yes Additional Device Support : Sensor Device SDR Repository Device SEL Device FRU Inventory Device IPMB Event Receiver IPMB Event Generator Chassis Device Aux Firmware Rev Info : 0x72 0x72 0x5b 0xd7 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ic56e271b220f360e8b15c9b385da0468a7fc2597
2024-01-22meta-ieisystems: fp5280g3: Enable ipmitoolGeorge Liu1-0/+3
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I72c0bea7e83d63c70b5cd5031958dfe372fce04a
2024-01-17meta-ieisystems: fp5280g3: Add phosphor-led-manager configGeorge Liu2-0/+637
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I4318fa2701323aaf364c130c26f876ef975a571f
2024-01-10meta-ieisystems: fp5280g3: Add new machine layerGeorge Liu26-0/+409
The IEISystmes FP5280G3 is a power platform server with an AST2600-based BMC. Tested: Built fp5280g3 successfully. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I5306b5c9959ad8da21b9e5b24b2fb6799ee795d3