Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoVE-IO v0.2.0 #122

Merged
merged 2 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DOCS := \
riscv-cove-io.adoc

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v0.0.0
VERSION ?= v0.2.0
REVMARK ?= Draft
ifneq ($(SKIP_DOCKER),true)
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
Expand Down Expand Up @@ -49,7 +49,8 @@ OPTIONS := --trace \
REQUIRES := --require=asciidoctor-bibtex \
--require=asciidoctor-diagram \
--require=asciidoctor-mathematical \
--require=asciidoctor-kroki
--require=asciidoctor-kroki \
--require=./src/preprocessor.rb

.PHONY: all build clean build-container build-no-container build-docs

Expand Down
3 changes: 2 additions & 1 deletion src/00-header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description: RISC-V CoVE IO: Trusted IO proposal for RISC-V
:company: RISC-V.org
:revdate: 2023/04
:revnumber: 0.1
:revnumber: 0.2.0
:revremark: This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.
:url-riscv: http://riscv.org
:doctype: book
Expand Down Expand Up @@ -35,6 +35,7 @@ endif::[]
:stem: latexmath
:footnote:
:xrefstyle: short
:kroki-default-format: png

= Confidential VM Extension I/O (CoVE-IO) for Confidential Computing on RISC-V platforms
Editor - Samuel Ortiz; Jiewen Yao, RISC-V AP-TEE-IO Task Group
Expand Down