From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Jan 2013 09:26:10 +0100 Subject: [U-Boot] [RFC PATCH 38/44] mkimage: Add -F option to modify an existing .fit file In-Reply-To: <1357350734-13737-39-git-send-email-sjg@chromium.org> References: <1357350734-13737-1-git-send-email-sjg@chromium.org> <1357350734-13737-39-git-send-email-sjg@chromium.org> Message-ID: <201301050926.10347.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon Glass, > When signing images it is sometimes necessary to sign with different keys > at different times, or make the signer entirely separate from the FIT > creation to avoid needing the private keys to be publicly available in > the system. > > Add a -F option so that key signing can be a separate step, and possibly > done multiple times as different keys are avaiable. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regards, Marek Vasut