xref: /openbmc/skeleton/configs/S2600wf.py (revision 75fe8cc4)
1# System states
2#   state can change to next state in 2 ways:
3#   - a process emits a GotoSystemState signal with state name to goto
4#   - objects specified in EXIT_STATE_DEPEND have started
5SYSTEM_STATES = []
6
7FRU_INSTANCES = {
8    "<inventory_root>/system/chassis/motherboard/bmc": {
9        "fru_type": "BMC",
10        "is_fru": False,
11        "manufacturer": "ASPEED",
12    },
13}
14