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

Unified Diff: utility/dev_debug_vboot

Issue 6698022: vboot_reference/dev_debug_vboot: use new flashrom syntax (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/dev_debug_vboot
diff --git a/utility/dev_debug_vboot b/utility/dev_debug_vboot
index 55cdd73ff94bdf70a10d1960e22365fe43c4734b..1656ca00bff0f1c978b804bbcdbd87bfb1fe3216 100755
--- a/utility/dev_debug_vboot
+++ b/utility/dev_debug_vboot
@@ -117,8 +117,8 @@ if [ -n "$USE_EXISTING" ]; then
else
require_chromeos_bios
info "Extracting BIOS image from flash..."
- log flashrom --wp-status
- log flashrom -r ${BIOS}
+ log flashrom -p internal:bus=spi --wp-status
+ log flashrom -p internal:bus=spi -r ${BIOS}
HD_KERN_A="${HD}2"
HD_KERN_B="${HD}4"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698