Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/UEFI/DSD-Guide

Implementation guide for those using the _DSD method as defined in the ACPI specification
https://github.com/UEFI/DSD-Guide

Last synced: 2 months ago
JSON representation

Implementation guide for those using the _DSD method as defined in the ACPI specification

Awesome Lists containing this project

README

        

# \_DSD (Device Specific Data) Implementation Guide

The files in this project are used to create the ACPI \_DSD Implementation
Guide. This guide and associated documents in this project provide
recommendations on the use of the \_DSD (Device Specific Data) method
as defined in the ACPI Specification.

The content of this guide is managed by the members of the UEFI Forum,
specifically the ACPI Specification Working Group (ASWG). Changes or
requests for changes should be filed as either merge requests or issues
against this project.

# Licensing

The files in this repository are licensed under the Creative Commons
Attribution 4.0 International License (CC-BY 4.0). The full license
text is available at https://creativecommons.org/licenses/by/4.0/.

# Repository Branches

* All development occurs on ``main``; no content on that branch is to
be considered authoritative.
* When releases are made, they will be placed on a separate branch with
the release name -- e.g., branch ``v1.2`` would contain the 1.2 release
of the guide.

# Document Formats

The source format for this document is asciidoc (.adoc) as this works
well when being viewed in github. Please note that all other formats
are provided as a convenience; the asciidoc and PDF formats will generally
look the best and get the most scrutiny.
The asciidoc source is the canonical version, in the
case of any differences, and all changes should be submitted against that
source file.

*Last Update: 2022-04-22*