File tree 1 file changed +29
-0
lines changed
tools/flashy/flash_procedure
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright 2020-present Facebook. All Rights Reserved.
3
+ *
4
+ * This program file is free software; you can redistribute it and/or modify it
5
+ * under the terms of the GNU General Public License as published by the
6
+ * Free Software Foundation; version 2 of the License.
7
+ *
8
+ * This program is distributed in the hope that it will be useful, but WITHOUT
9
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11
+ * for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public License
14
+ * along with this program in a file named COPYING; if not, write to the
15
+ * Free Software Foundation, Inc.,
16
+ * 51 Franklin Street, Fifth Floor,
17
+ * Boston, MA 02110-1301 USA
18
+ */
19
+
20
+ package flash_procedure
21
+
22
+ import (
23
+ "github.com/facebook/openbmc/tools/flashy/lib/flash"
24
+ "github.com/facebook/openbmc/tools/flashy/lib/step"
25
+ )
26
+
27
+ func init () {
28
+ step .RegisterStep (flash .FlashCpVboot )
29
+ }
You can’t perform that action at this time.
0 commit comments