Skip to content

Commit

Permalink
[ownership] Add a dummy owner
Browse files Browse the repository at this point in the history
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
cfrantz committed Dec 19, 2024
1 parent 8e82dd1 commit 03bd803
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions sw/device/silicon_creator/lib/ownership/keys/dummy/BUILD
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 03bd803

Please sign in to comment.