Skip to content

Commit

Permalink
Merge pull request #8 from changab/build-pdf
Browse files Browse the repository at this point in the history
Changes to build PDF file
  • Loading branch information
Abner Chang authored Sep 8, 2021
2 parents 457a123 + 859392d commit 4cc9187
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appendix.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[appendix]

## External Reference

SMBIOS Spec - https://www.dmtf.org/standards/smbios
2 changes: 1 addition & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[Preface]
## Change Log

[cols="1,1,1", width=80%, align="center", options="header"]
Expand Down
4 changes: 2 additions & 2 deletions contributor.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Contributors
[Preface]

### All contributors are listed as below,
## Contributors
Abner Chang <abner[email protected]>, **Hewlett Packard Enterprise (HPE)** +
Gilbert Chen <gilbert[email protected]>, **Hewlett Packard Enterprise (HPE)**
56 changes: 56 additions & 0 deletions riscv-smbios.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
[[riscv-smbios]]
= RISC-V SMBIOS Specification
:description: A working template for documenting RISC-V architecture in asciidoc
:company: RISC-V.org
:revdate: 03/2019
:revnumber: 1.0
//:revremark:
//development: assume everything can change
//stable: assume everything could change
//frozen: of you implement this version you assume the risk that something might change because of the public review cycle but we expect little to no change.
//ratified: you can implement this and be assured nothing will change. if something needs to change due to an errata or enhancement, it will come out in a new extension. we do not revise extensions.
:url-riscv: http://riscv.org
:doctype: book
:preface-title: Preamble
//:colophon:
//:appendix-caption: Appendix
:imagesdir: images
:title-logo-image: image:risc-v_logo.png[pdfwidth=3.25in,align=center]
//:page-background-image: image:draft.svg[opacity=20%]
//:title-page-background-image: none
:back-cover-image: image:backpage.png[opacity=25%]
// Settings:
:experimental:
:reproducible:
:imagesoutdir: images
:bibtex-file: resources/riscv-spec.bib
:bibtex-order: alphabetical
:bibtex-style: apa
:icons: font
:lang: en
:listing-caption: Listing
:sectnums:
:toc: left
:toclevels: 4
:source-highlighter: pygments
ifdef::backend-pdf[]
:source-highlighter: coderay
endif::[]
:table-caption: Table
:figure-caption: Figure
:xrefstyle: full
:chapter-refsig: Chapter
:section-refsig: Section
:appendix-refsig: Appendix
:data-uri:
:hide-uri-scheme:
:stem: latexmath
:footnote:

// changelog for the document
include::changelog.adoc[]

# RISC-V Processor SMBIOS Tables
## RISC-V SMBIOS Type 4 Processor Information
The information in SMBIOS Type 4 defines the attributes of a single RISC-V
Expand Down Expand Up @@ -178,4 +230,8 @@ width (See below) of the User Mode native base integer ISA supported by this RIS
| 03h| 128-bit
|===

// Appendix for the document
include::appendix.adoc[]

// Contributors of thisdocument
include::contributor.adoc[]
Binary file added riscv-smbios.pdf
Binary file not shown.

0 comments on commit 4cc9187

Please sign in to comment.