Skip to content

Commit c093182

Browse files
garnermicfacebook-github-bot
authored andcommitted
flashy: support fby35
Summary: Add flash procedure for Yosemite v3.5 Test Plan: [[email protected] ~/local/openbmc/tools/flashy] ./build.sh && ./build_dev.sh && go test 2022/09/30 08:59:50 Running command '/home/garnermic/local/openbmc/tools/flashy/scripts/calculate_test_coverage.sh' with 30s timeout 2022/09/30 08:59:54 stdout: 95.3 2022/09/30 08:59:54 Command '/home/garnermic/local/openbmc/tools/flashy/scripts/calculate_test_coverage.sh' exited with code 0 after 3.733883287s PASS ok github.com/facebook/openbmc/tools/flashy 3.741s Reviewed By: williamspatrick fbshipit-source-id: c1fbe7852481933430b6724109f6b8c54127e9d8
1 parent 8175b63 commit c093182

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

0 commit comments

Comments
 (0)