configurations: x470d4u: add board config
Add configuration for the ASRock Rack X470D4U motherboard series which
is available in three known flavors.
Tested: Get data via busctl from entity-manager and check that ADC
values are correct.
```
root@x470d4u:~# busctl tree xyz.openbmc_project.EntityManager
`- /xyz
`- /xyz/openbmc_project
|- /xyz/openbmc_project/EntityManager
`- /xyz/openbmc_project/inventory
`- /xyz/openbmc_project/inventory/system
`- /xyz/openbmc_project/inventory/system/board
`- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/12V
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/1_05V_PROM_S5
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/2_5V_PROM
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/3V
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/3VSB
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/5V
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/5VSB
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/APU_VDDP
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/BMC
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/Chassis_Intrusion_Sensor
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/FAN1
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/FAN2
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/FAN3
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/FAN4
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/FAN5
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/FAN6
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/MB_FRU
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/SOC
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/VBAT
|- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/VCCM
`- /xyz/openbmc_project/inventory/system/board/ASRock_Rack_X470D4U/VCPU
```
Change-Id: Ice1d2b646ca96231f911d051687ffd91d0fdc7ba
Signed-off-by: Tan Siewert <tan@siewert.io>
diff --git a/configurations/asrock/asrock_x470d4u.json b/configurations/asrock/asrock_x470d4u.json
new file mode 100644
index 0000000..775c3b9
--- /dev/null
+++ b/configurations/asrock/asrock_x470d4u.json
@@ -0,0 +1,504 @@
+{
+ "Exposes": [
+ {
+ "Index": 0,
+ "Name": "3VSB",
+ "ScaleFactor": 0.3979,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 3.74
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 3.52
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 3.18
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 3.06
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 1,
+ "Name": "5VSB",
+ "ScaleFactor": 0.2683,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 5.49
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 5.245
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 4.75
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 4.5
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 2,
+ "Name": "VCPU",
+ "PowerState": "On",
+ "ScaleFactor": 0.75,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 1.73
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1.65
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 3,
+ "Name": "SOC",
+ "PowerState": "On",
+ "ScaleFactor": 0.75,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 1.61
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1.54
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 0.34
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 0.36
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 4,
+ "Name": "VCCM",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 1.38
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1.32
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 1.08
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1.02
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 5,
+ "Name": "APU_VDDP",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 1.21
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1.16
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 0.81
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 0.77
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 6,
+ "Name": "1.05V_PROM_S5",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 1.21
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1.16
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 0.95
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 0.89
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 7,
+ "Name": "2.5V_PROM",
+ "PowerState": "On",
+ "ScaleFactor": 0.5375,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 2.88
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 2.74
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 2.26
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2.12
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "BridgeGpio": [
+ {
+ "Name": "output-hwm-vbat-enable",
+ "Polarity": "High",
+ "SetupTime": 0.5
+ }
+ ],
+ "Index": 9,
+ "Name": "VBAT",
+ "PollRate": 86400,
+ "ScaleFactor": 0.3333,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 3.56
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 3.4
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 2.7
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2.0
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 10,
+ "Name": "3V",
+ "PowerState": "On",
+ "ScaleFactor": 0.3979,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 3.78
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 3.62
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 2.98
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2.88
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 11,
+ "Name": "5V",
+ "PowerState": "On",
+ "ScaleFactor": 0.334,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 5.76
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 5.49
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 4.5
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 4.26
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 12,
+ "Name": "12V",
+ "PowerState": "On",
+ "ScaleFactor": 0.0836,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.8
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 13.2
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 10.8
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.2
+ }
+ ],
+ "Type": "ADC"
+ },
+ {
+ "Index": 0,
+ "Name": "FAN1",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 100
+ }
+ ],
+ "Type": "AspeedFan"
+ },
+ {
+ "Index": 1,
+ "Name": "FAN2",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 100
+ }
+ ],
+ "Type": "AspeedFan"
+ },
+ {
+ "Index": 2,
+ "Name": "FAN3",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 100
+ }
+ ],
+ "Type": "AspeedFan"
+ },
+ {
+ "Index": 3,
+ "Name": "FAN4",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 100
+ }
+ ],
+ "Type": "AspeedFan"
+ },
+ {
+ "Index": 4,
+ "Name": "FAN5",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 100
+ }
+ ],
+ "Type": "AspeedFan"
+ },
+ {
+ "Index": 5,
+ "Name": "FAN6",
+ "PowerState": "On",
+ "Thresholds": [
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 100
+ }
+ ],
+ "Type": "AspeedFan"
+ },
+ {
+ "Name": "BMC",
+ "Type": "BMC"
+ },
+ {
+ "Class": "Gpio",
+ "GpioPolarity": "Low",
+ "Name": "Chassis Intrusion Sensor",
+ "Type": "ChassisIntrusionSensor"
+ },
+ {
+ "Address": "$address",
+ "Bus": "$bus",
+ "Name": "MB FRU",
+ "Type": "EEPROM_24C128"
+ }
+ ],
+ "Name": "ASRock Rack X470D4U",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'X470D4U(2-2T|2/1N1)?', 'BOARD_MANUFACTURER': 'ASRockRack'})",
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "BuildDate": "$BOARD_MANUFACTURE_DATE",
+ "Manufacturer": "$BOARD_MANUFACTURER",
+ "Model": "$BOARD_PRODUCT_NAME",
+ "PartNumber": "$PRODUCT_PART_NUMBER",
+ "SerialNumber": "$BOARD_SERIAL_NUMBER"
+ },
+ "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
+ "AssetTag": "$PRODUCT_ASSET_TAG"
+ },
+ "xyz.openbmc_project.Inventory.Item.System": {}
+}
diff --git a/configurations/meson.build b/configurations/meson.build
index bd810f7..7199e84 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -31,6 +31,7 @@
'asrock/asrock_n3_xlarge_x86.json',
'asrock/asrock_romed8hm3.json',
'asrock/asrock_spc621d8hm3.json',
+ 'asrock/asrock_x470d4u.json',
'axx1p100hssi_aic.json',
'axx2prthdhd.json',
'bnp_baseboard.json',