blob: f71bb4ca0b44f542aa8f16d9eb0adb5223abc7b8 [file] [log] [blame]
Patrick Williams75fe8cc2022-07-22 16:12:12 -05001# 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 = []
James Feist8102f922017-11-09 14:09:15 -08006
7FRU_INSTANCES = {
Patrick Williams75fe8cc2022-07-22 16:12:12 -05008 "<inventory_root>/system/chassis/motherboard/bmc": {
9 "fru_type": "BMC",
10 "is_fru": False,
11 "manufacturer": "ASPEED",
12 },
James Feist8102f922017-11-09 14:09:15 -080013}