From 55e291a4058633300deafabe62db7e2885f0afb5 Mon Sep 17 00:00:00 2001 From: Juan Castillo Date: Fri, 12 Jun 2015 11:27:59 +0100 Subject: TBB: rework cert_create tool to follow a data driven approach This patch reworks the certificate generation tool to follow a data driven approach. The user may specify at build time the certificates, keys and extensions defined in the CoT, register them using the appropiate macros and the tool will take care of creating the certificates corresponding to the CoT specified. Change-Id: I29950b39343c3e1b71718fce0e77dcf2a9a0be2f --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d3567bcb..cc5cbfb4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ build/ tools/**/*.o tools/fip_create/fip_create tools/cert_create/src/*.o +tools/cert_create/src/**/*.o tools/cert_create/cert_create -- cgit v1.2.3