summaryrefslogtreecommitdiff
path: root/include/reset_flag_desc.inc
blob: ed3ce69a0d2fbd47d03197f35a407d6f502f97e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* Copyright 2019 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * Reset flag descriptions.  Must be in same order as bits of EC_RESET_FLAG_
 * constants.
 */
"other",
"reset-pin",
"brownout",
"power-on",
"watchdog",
"soft",
"hibernate",
"rtc-alarm",
"wake-pin",
"low-battery",
"sysjump",
"hard",
"ap-off",
"preserved",
"usb-resume",
"rdd",
"rbox",
"security",
"ap-watchdog",
"stay-in-ro",
"efs",
"ap-idle",
"initial-pwr",