aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagendra modadugu <ngm@google.com>2019-12-05 00:26:32 -0800
committernagendra modadugu <ngm@google.com>2019-12-05 00:26:32 -0800
commit8a972f94ad7d142674682cd33ae3322c4e49fa2b (patch)
tree6943488ae3ff15fd2e96e6458a28da9ce78a1d88
parent844f4e15174b594d684827f3773731700ef8894a (diff)
downloadgeneric-8a972f94ad7d142674682cd33ae3322c4e49fa2b.tar.gz
keymaster: add `fusing' enum for -04 SKU
Add a variant of PVT fusing that denotes the -04 SKU (with rotated batch cert). Bug: 131119029 Test: VTS passes on both -03 and -04 devices Change-Id: I296dc983a56e9c3a5850b2585cf66cf2f8fca661 Signed-off-by: nagendra modadugu <ngm@google.com>
-rw-r--r--nugget/proto/nugget/app/keymaster/keymaster_defs.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/nugget/proto/nugget/app/keymaster/keymaster_defs.proto b/nugget/proto/nugget/app/keymaster/keymaster_defs.proto
index 644a9b3..1eff0bf 100644
--- a/nugget/proto/nugget/app/keymaster/keymaster_defs.proto
+++ b/nugget/proto/nugget/app/keymaster/keymaster_defs.proto
@@ -295,7 +295,8 @@ enum BootColor {
enum ChipFusing {
FUSING_PROTO = 0;
FUSING_DVT = 1;
- FUSING_PVT = 2;
+ FUSING_PVT = 2; // Strongbox gen v0 certs.
+ FUSING_PVT_1 = 3; // Strongbox gen v1 certs.
}
enum CertificateStatus {