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

Unified Diff: flash.h

Issue 6025013: Add flashmap (fmap) support to Flashrom (Closed) Base URL: svn://coreboot.org/flashrom/trunk
Patch Set: remove a superfluous debug message 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 | « Makefile ('k') | flashrom.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flash.h
diff --git a/flash.h b/flash.h
index 6bfc2c01ff0351a556504d17776e6e9efddf41b8..9a113d304c3d6c76d2d117cfc2c1bb165ee67054 100644
--- a/flash.h
+++ b/flash.h
@@ -252,6 +252,7 @@ int cli_mfg(int argc, char *argv[]);
/* layout.c */
int read_romlayout(char *name);
+int add_fmap_entries(struct flashchip *flash);
int register_include_arg(char *name);
int process_include_args(void);
int handle_romentries(struct flashchip *flash, uint8_t *oldcontents, uint8_t *newcontents);
« no previous file with comments | « Makefile ('k') | flashrom.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698