From 7367f77aa45bfbbb826b6f8cbc2318dfe5a689c7 Mon Sep 17 00:00:00 2001 From: Daniel Campello Date: Mon, 19 Apr 2021 18:43:09 -0600 Subject: cli_classic.c: implement set_wp_region operation set_wp_region allows to set the wp_range based on a layout region. Signed-off-by: Daniel Campello Change-Id: Ibad68a038ab38b9986b0d8b5f5eb6c73b20ef381 Reviewed-on: https://review.coreboot.org/c/flashrom/+/52531 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- layout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layout.h') diff --git a/layout.h b/layout.h index 327f5bf8..f5740978 100644 --- a/layout.h +++ b/layout.h @@ -65,6 +65,8 @@ struct flashrom_layout *get_global_layout(void); struct flashrom_flashctx; const struct flashrom_layout *get_layout(const struct flashrom_flashctx *const flashctx); +int get_region_range(struct flashrom_layout *const l, const char *name, + unsigned int *start, unsigned int *len); int process_include_args(struct flashrom_layout *l, const struct layout_include_args *const args); const struct romentry *layout_next_included_region(const struct flashrom_layout *, chipoff_t); const struct romentry *layout_next_included(const struct flashrom_layout *, const struct romentry *); -- cgit v1.2.3