OpenBIC
OpenSource Bridge-IC
plat_def.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef PLAT_DEF_H
18#define PLAT_DEF_H
19
20#define BMC_USB_PORT "CDC_ACM_0"
21#define KEYWORD_CPLD_LATTICE "LCMXO3-4300C"
22#define BIC_FW_VERSION_ADD_FRU_NAME
23#define FW_UPDATE_RETRY_MAX_COUNT 4
24#define MORE_THAN_ONE_ADM1272
25
26#define DISABLE_ISL69259
27#define DISABLE_MP5990
28#define DISABLE_ISL28022
29#define DISABLE_PCH
30#define DISABLE_ADM1278
31#define ISABLE_TPS53689
32#define DISABLE_LTC4282
33#define DISABLE_TMP431
34#define DISABLE_PMIC
35#define DISABLE_ISL69254IRAZ_T
36#define DISABLE_MAX16550A
37#define DISABLE_XDP12284C
38#define DISABLE_RAA229621
39#define DISABLE_NCT7718W
40#define DISABLE_XDPE19283B
41#define DISABLE_G788P81U
42#define DISABLE_DDR5_POWER
43#define DISABLE_DDR5_TEMP
44#define DISABLE_MP2971
45#define DISABLE_LTC2991
46#define DISABLE_EMC1412
47#define DISABLE_LM75BD118
48#define DISABLE_TMP461
49#define DISABLE_M88RT51632
50#define DISABLE_CX7
51#define DISABLE_MAX11617
52#define DISABLE_NCT7363
53#define DISABLE_ADS112C
54#define DISABLE_HDC1080
55#define DISABLE_INA238
56#define DISABLE_NCT214
57#define DISABLE_AST_TACH
58#define DISABLE_ADC128D818
59#define DISABLE_I3C_DIMM
60#define DISABLE_PT5161L
61
62#define PLDM_SEND_FAIL_DELAY_MS \
63 20 // Workaround to avoid responding too frequently and being unable to reply
64
65#endif