arm-trusted-firmware/include
Masahiro Yamada bb41eb7a9d cert: move platform_oid.h to include/tools_share for all platforms
Platforms aligned with TBBR are supposed to use their own OIDs, but
defining the same macros with different OIDs does not provide any
value (at least technically).

For easier use of TBBR, this commit allows platforms to reuse the OIDs
obtained by ARM Ltd.  This will be useful for non-ARM vendors that
do not need their own extension fields in their certificate files.

The OIDs of ARM Ltd. have been moved to include/tools_share/tbbr_oid.h

Platforms can include <tbbr_oid.h> instead of <platform_oid.h> by
defining USE_TBBR_DEFS as 1.  USE_TBBR_DEFS is 0 by default to keep the
backward compatibility.

For clarification, I inserted a blank line between headers from the
include/ directory (#include <...>) and ones from a local directory
(#include "..." ).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-05-24 00:08:35 +09:00
..
bl1 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
bl31 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
bl32 Migrate secure payload dispatchers to new SMC terminology 2017-05-04 21:23:06 +01:00
common fip: move headers shared between TF and fiptool to include/tools_share 2017-05-23 23:58:47 +09:00
drivers mbedtls: Namespace for TF specific macros 2017-05-12 14:44:35 +01:00
lib fip: move headers shared between TF and fiptool to include/tools_share 2017-05-23 23:58:47 +09:00
plat cert: move platform_oid.h to include/tools_share for all platforms 2017-05-24 00:08:35 +09:00
services Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tools_share cert: move platform_oid.h to include/tools_share for all platforms 2017-05-24 00:08:35 +09:00