From 7c9e7ec707b9aa9e40c8e7ebdbbf1138cef85bb1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 27 Jun 2012 14:50:39 +0200 Subject: sbtools: add option to force sb dump In the case of encrypted SB files without any key match, it is still possible to dump the section headers. The force option allows one to do so. It also allows to dump unencrypted sections of encrypted files if there are some. Change-Id: I36280230679ac5903f9c451c68c276f5c6959536 --- utils/imxtools/sbtools/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/imxtools/sbtools/misc.h') diff --git a/utils/imxtools/sbtools/misc.h b/utils/imxtools/sbtools/misc.h index 4df9bbe957..f5bba9164f 100644 --- a/utils/imxtools/sbtools/misc.h +++ b/utils/imxtools/sbtools/misc.h @@ -33,6 +33,7 @@ #define ROUND_UP(val, round) ((((val) + (round) - 1) / (round)) * (round)) extern bool g_debug; +extern bool g_force; typedef struct crypto_key_t *key_array_t; int g_nr_keys; -- cgit v1.2.3