Index: x86-generic/install_firmware.sh |
diff --git a/x86-generic/install_firmware.sh b/x86-generic/install_firmware.sh |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f88bb9a72945028a498dd2805ccb9905aaac6c0 |
--- /dev/null |
+++ b/x86-generic/install_firmware.sh |
@@ -0,0 +1,14 @@ |
+#!/bin/sh |
+ |
+# 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. |
+ |
+uudecode -o - $0 | tar zxf - |
+ |
+echo "Flash system firmware..." |
+ |
+echo "Flash EC firmware..." |
+ |
+exit 0 |
+ |