-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `dummy` owner is a secondary owner used for testing ownership transfer flows. Signed-off-by: Chris Frantz <cfrantz@google.com> (cherry picked from commit e5c2899) (cherry picked from commit ba2766f)
- Loading branch information
Showing
9 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright lowRISC contributors (OpenTitan project). | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
package(default_visibility = ["//visibility:public"]) | ||
|
||
filegroup( | ||
name = "owner_key", | ||
srcs = ["owner_ecdsa_p256.der"], | ||
) | ||
|
||
filegroup( | ||
name = "activate_key", | ||
srcs = ["activate_ecdsa_p256.der"], | ||
) | ||
|
||
filegroup( | ||
name = "unlock_key", | ||
srcs = ["unlock_ecdsa_p256.der"], | ||
) | ||
|
||
filegroup( | ||
name = "app_prod", | ||
srcs = ["app_prod_rsa_3072_exp_f4.der"], | ||
) | ||
|
||
filegroup( | ||
name = "app_prod_pub", | ||
srcs = ["app_prod_rsa_3072_exp_f4.pub.der"], | ||
) |
Binary file added
BIN
+138 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/activate_ecdsa_p256.der
Binary file not shown.
Binary file added
BIN
+91 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/activate_ecdsa_p256.pub.der
Binary file not shown.
Binary file added
BIN
+1.75 KB
sw/device/silicon_creator/lib/ownership/keys/dummy/app_prod_rsa_3072_exp_f4.der
Binary file not shown.
Binary file added
BIN
+398 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/app_prod_rsa_3072_exp_f4.pub.der
Binary file not shown.
Binary file added
BIN
+138 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/owner_ecdsa_p256.der
Binary file not shown.
Binary file added
BIN
+91 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/owner_ecdsa_p256.pub.der
Binary file not shown.
Binary file added
BIN
+138 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/unlock_ecdsa_p256.der
Binary file not shown.
Binary file added
BIN
+91 Bytes
sw/device/silicon_creator/lib/ownership/keys/dummy/unlock_ecdsa_p256.pub.der
Binary file not shown.