Skip to content

Commit

Permalink
javaisland: add flashy support
Browse files Browse the repository at this point in the history
Summary: Add the flashy support for JavaIsland platform.

Test Plan: Built flash with tools/flashy/build.sh

Reviewed By: williamspatrick

Differential Revision: D55333620

fbshipit-source-id: 86363e06b8d98f020f0ebe25a91e0950c5cb164b
  • Loading branch information
jagpalgill authored and facebook-github-bot committed Mar 27, 2024
1 parent 1f6a642 commit eaa1917
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions tools/flashy/flash_procedure/flash_javaisland.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.FlashCpVboot)
}

0 comments on commit eaa1917

Please sign in to comment.