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

Unified Diff: set.h

Issue 6625006: Add the SDRAM parameters support for cbootimage. (Closed) Base URL: http://git.chromium.org/git/cbootimage.git@master
Patch Set: Created 9 years, 10 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 | « parse.c ('k') | set.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: set.h
diff --git a/set.h b/set.h
index e7ee055fcf327c69b2c96c50efc1d4a61346f215..e2368c000d0c01e5245a01960c74de1618733695 100644
--- a/set.h
+++ b/set.h
@@ -89,6 +89,12 @@ set_spiflash_param(build_image_context *context,
u_int32_t value);
int
+set_sdram_param(build_image_context *context,
+ u_int32_t index,
+ parse_token token,
+ u_int32_t value);
+
+int
read_from_image(char *filename,
u_int32_t page_size,
u_int8_t **Image,
« no previous file with comments | « parse.c ('k') | set.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698