Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Unified Diff: saft/saft_utility.py

Issue 3328008: Make SAFT use layout retrieved from the BIOS image. (Closed) Base URL: http://git.chromium.org/git/firmware.git
Patch Set: Cosmetic changes before committing. Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « saft/flashrom_handler.py ('k') | saft/test_kernel_handler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: saft/saft_utility.py
diff --git a/saft/saft_utility.py b/saft/saft_utility.py
index bb69eace59c1afb0dac8e02642f8bbcaa1555079..907115d352d602a683338bb02fd31ec4249d0576 100755
--- a/saft/saft_utility.py
+++ b/saft/saft_utility.py
@@ -82,6 +82,7 @@ FWID_NEW_FILE = 'fwid.new' # FWID reported by the firmware being tested.
# The list of shell executables necessary for this program to work.
REQUIRED_PROGRAMS = '''
cgpt blkid flashrom reboot_mode realpath rootdev vbutil_firmware vbutil_kernel
+mosys
'''
FLASHROM_HANDLER = flashrom_handler.FlashromHandler()
« no previous file with comments | « saft/flashrom_handler.py ('k') | saft/test_kernel_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698