We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8521e commit 980949bCopy full SHA for 980949b
.gitignore
@@ -41,3 +41,9 @@ tools/makelang
41
tools/packfi2/fi2enc
42
tools/pakwif
43
tools/capdis
44
+tools/dumpchk
45
+tools/extract_error_table
46
+tools/find_eventproc
47
+tools/find_levent
48
+tools/rawconvert
49
+tools/yuvconvert
platform/m6/lib.c
@@ -5,14 +5,14 @@
5
#include "lib.h"
6
7
void shutdown_soft() {
8
- // _PostLogicalEventForNotPowerType(0x1005, 0);
+ // find_levent -full PRIMARY.BIN 0xe0000000 | grep -i PowerLever
9
+ _PostLogicalEventForNotPowerType(0x1014, 2); // PowerLeverOff
10
}
11
-/**
12
- * @see main startup
13
- */
14
void shutdown() {
15
-
+ shutdown_soft();
+ while (1)
+ ;
16
17
18
/**
0 commit comments