From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 8 Feb 2014 15:09:59 +0100 Subject: [U-Boot] [PATCH 2/7] fdt: add "fdt sign" command In-Reply-To: <1390632269-8971-3-git-send-email-hs@denx.de> References: <1390632269-8971-1-git-send-email-hs@denx.de> <1390632269-8971-3-git-send-email-hs@denx.de> Message-ID: <201402081510.00074.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 On Saturday, January 25, 2014 at 07:44:24 AM, Heiko Schocher wrote: > check if a fdt is correct signed > pass an optional addr value. Contains the addr of the key blob > > Signed-off-by: Heiko Schocher > Cc: Simon Glass Should the FIT signature checking really be part of the 'fdt' command ? Shouldn't 'bootm' check the signature (well, 'bootm prep' or such does) or somesuch command ? Best regards, Marek Vasut