summaryrefslogtreecommitdiffstats
path: root/configs/S2600wf.py
blob: 4d041a9a3dbc3fbeb1ef3469e0f5a8abb3a4168b (plain)
1
2
3
4
5
6
7
8
9
10
## System states
##   state can change to next state in 2 ways:
##   - a process emits a GotoSystemState signal with state name to goto
##   - objects specified in EXIT_STATE_DEPEND have started
SYSTEM_STATES = [
]

FRU_INSTANCES = {
        '<inventory_root>/system/chassis/motherboard/bmc' : { 'fru_type' : 'BMC','is_fru' : False, 'manufacturer' : 'ASPEED' },
}
OpenPOWER on IntegriCloud