From 8fbdc10ebad1b14794aba593025338f017261972 Mon Sep 17 00:00:00 2001 From: Rajesh Chenna Date: Tue, 14 Jun 2011 16:17:34 -0700 Subject: Firmware generate script for boot scenarios. BUG=16488 TEST=Manual. Run firmware_boot.sh Change-Id: Iff4751803782d0f65bf4469e845100d40ae9cb6c Reviewed-on: http://gerrit.chromium.org/gerrit/2618 Tested-by: Rajesh Chenna Reviewed-by: Rajesh Chenna --- scripts/image_signing/firmware_boot.sh | 101 +++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100755 scripts/image_signing/firmware_boot.sh diff --git a/scripts/image_signing/firmware_boot.sh b/scripts/image_signing/firmware_boot.sh new file mode 100755 index 00000000..404a7ba1 --- /dev/null +++ b/scripts/image_signing/firmware_boot.sh @@ -0,0 +1,101 @@ +#!/bin/bash -eux + +# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# Refer to the Google Chrome OS Main Processor Firmware Specification for what +# the pieces are. +# This script generates different firmware binaries with different +# configurations. + +# Syntax: ./firmware_boot.sh . +# Usage of the script. +usage() +{ + cat <