Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 882 Bytes

StyleAndTerms.md

File metadata and controls

19 lines (15 loc) · 882 Bytes

FdtBusPkg Documentation Style and Terms Definitions

Style

Format Meaning
Fixed width quoted Code identifiers, including types, structure and function names.
italicized Devicetree property names or values.

Terms

Term Description
Devicetree See Devicetree Specification.
DT Shorthand for Devicetree.
DT controller A DT controller directly corresponds to a Devicetree node, which is a software abstraction over a platform device.
DtIo Shorthand for EFI_DT_IO_PROTOCOL.
DtInterrupt Shorthand for EFI_DT_INTERRUPT_PROTOCOL.
Platform devices Non-discoverable devices in a computer system, referring to a lack of standardized hardware or software mechanism for renumeration and configuration of such device, unlike say PCIe or USB.