blob: 1ed903161a086b3c493359ba9e75fde077c10fbe [file] [log] [blame]
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +08001{
Delphine CC Chiu6fa06022023-09-25 11:10:46 +08002 "Exposes": [
3 {
4 "Address": "0x20",
5 "Bus": "$bus % 16",
6 "EndpointId": "$bus % 15 * 10 + 2",
7 "Name": "BIC",
8 "Type": "MCTPEndpoint"
9 },
10 {
11 "Address": "0x20",
12 "Bus": "$bus % 16",
13 "EndpointId": "$bus % 15 * 10 + 4",
14 "Name": "CXL1",
15 "Type": "MCTPEndpoint"
16 },
17 {
18 "Address": "0x20",
19 "Bus": "$bus % 16",
20 "EndpointId": "$bus % 15 * 10 + 5",
21 "Name": "CXL2",
22 "Type": "MCTPEndpoint"
23 }
24 ],
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080025 "Name": "Yosemite 4 Wailua Falls Slot $bus % 15",
26 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Wailua Falls', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})",
27 "Type": "Board",
28 "xyz.openbmc_project.Inventory.Decorator.Asset": {
29 "Manufacturer": "$PRODUCT_MANUFACTURER",
30 "Model": "$PRODUCT_PRODUCT_NAME",
31 "PartNumber": "$PRODUCT_PART_NUMBER",
32 "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
Delphine CC Chiuec458a82024-02-16 10:17:49 +080033 },
Delphine CC Chiud827cca2024-03-27 17:02:24 +080034 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
35 "AssetTag": "$PRODUCT_ASSET_TAG"
36 },
Delphine CC Chiubaedb722024-04-01 16:21:03 +080037 "xyz.openbmc_project.Inventory.Decorator.Revision": {
38 "Version": "$PRODUCT_VERSION"
39 },
Delphine CC Chiuec458a82024-02-16 10:17:49 +080040 "xyz.openbmc_project.Inventory.Decorator.Slot": {
41 "SlotNumber": "$bus % 15"
Delphine CC Chiue41b5cb2023-11-30 16:13:52 +080042 }
43}