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