Skip to content

Commit de399ca

Browse files
committed
Add DOT spec.
1 parent bf1f60a commit de399ca

File tree

5 files changed

+611
-0
lines changed

5 files changed

+611
-0
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
"gh_pages_html": "device-identity-provisioning/HEAD",
3636
"gh_pages_pdf": "device-identity-provisioning/HEAD/pdf"
3737
},
38+
{
39+
"src": "specifications/device-ownership-transfer/spec.ocp",
40+
"append_git_rev_to_version": true,
41+
"gh_pages_html": "device-ownership-transfer/HEAD",
42+
},
3843
{
3944
"src": "specifications/dpe-irot-profile/spec.ocp",
4045
"append_git_rev_to_version": true,
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Device Ownership Transfern
2+
3+
## Specification Website
4+
5+
A version of the specification tracking the latest content in the `main` branch can be found at the following links:
6+
7+
- HTML render: https://opencomputeproject.github.io/Security/device-ownership-transfer/HEAD/
8+
9+
## Specification source
10+
11+
The specification source is available in [spec.ocp](./spec.ocp).
12+
13+
## Building the specification
14+
15+
To view a rendered version of the specification, clone the [ocp-spec-tools](https://github.com/opencomputeproject/ocp-spec-tools) repository, and then run:
16+
17+
```sh
18+
$ path/to/ocp-spec-tools/docker-pull.sh
19+
$ path/to/ocp-spec-tools/docker-run.sh --html spec.html spec.ocp
20+
```
21+
22+
## Maintaining the specification
23+
24+
See [here](https://github.com/opencomputeproject/ocp-spec-tools/blob/main/README.md#tips-and-tricks) for guidance on maintaining the specification.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
references:
2+
- id: "caliptra-dot"
3+
title: "Caliptra Device Ownership Transfer"
4+
publisher: "CHIPS Alliance"
5+
url: "https://chipsalliance.github.io/caliptra-mcu-sw/dot.html"
6+

specifications/device-ownership-transfer/diagrams/dot_states.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)