Skip to content

Commit

Permalink
Add flash procedure for inspirationpoint
Browse files Browse the repository at this point in the history
Summary: As title

Test Plan: #doitlive

Reviewed By: wangx6f

Differential Revision: D46664901

fbshipit-source-id: 07450345e53f362efc5e89136666810b7af8632e
  • Loading branch information
amithash authored and facebook-github-bot committed Jun 12, 2023
1 parent 818311a commit 0334f04
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions tools/flashy/flash_procedure/flash_inspirationpoint.go
@@ -0,0 +1,29 @@
/**
* Copyright 2020-present Facebook. All Rights Reserved.
*
* This program file is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program in a file named COPYING; if not, write to the
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/

package flash_procedure

import (
"github.com/facebook/openbmc/tools/flashy/lib/flash"
"github.com/facebook/openbmc/tools/flashy/lib/step"
)

func init() {
step.RegisterStep(flash.FlashCp)
}

0 comments on commit 0334f04

Please sign in to comment.