generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
brs.bib
98 lines (98 loc) · 3.27 KB
/
brs.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@electronic{EBBR,
title = {Embedded Base Boot Requirements Specification 2.1.0},
url = {https://github.com/ARM-software/ebbr/releases/download/v2.1.0/ebbr-v2.1.0.pdf}
}
@electronic{ACPI,
title = {Advanced Configuration and Power Interface Specification 6.6},
url = {https://uefi.org/specifications}
}
@electronic{UEFI,
title = {Unified Extensible Firmware Interface Specification 2.11},
url = {https://uefi.org/specifications}
}
@electronic{UEFI-PI,
title = {UEFI Platform Initialization Specification 1.9},
url = {https://uefi.org/specifications}
}
@electronic{SMBIOS,
title = {System Management BIOS (SMBIOS) Reference Specification 3.7.0},
url = {https://www.dmtf.org/standards/smbios}
}
@electronic{DT,
title = {DeviceTree},
url = {https://www.devicetree.org/}
}
@electronic{DSD,
title = {_DSD (Device Specific Data) Implementation Guide},
url = {https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.pdf}
}
@electronic{SBI,
title = {RISC-V Supervisor Binary Interface Specification},
url = {https://github.com/riscv-non-isa/riscv-sbi-doc}
}
@electronic{SPCR,
title = {Serial Port Console Redirection Table (SPCR)},
url = {https://learn.microsoft.com/en-us/windows-hardware/drivers/serports/serial-port-console-redirection-table}
}
@electronic{PCIFW,
title = {PCI Firmware Specification Revision 3.3},
url = {https://members.pcisig.com/wg/PCI-SIG/document/folder/862}
}
@electronic{PRIV,
title = {RISC-V Instruction Set Manual, Volume II: Privileged Architecture},
url = {https://github.com/riscv/riscv-isa-manual},
}
@electronic{Profile,
title = {RISC-V Profile},
url = {https://github.com/riscv/riscv-profiles}
}
@electronic{FFH,
title = {RISC-V Functional Fixed Hardware Specification},
url = {https://github.com/riscv-non-isa/riscv-acpi-ffh}
}
@electronic{TcgEfiPlat,
title = {TCG EFI Platform Specification},
url = {https://trustedcomputinggroup.org/resource/tcg-efi-platform-specification/},
}
@electronic{TcgAcpi,
title = {TCG ACPI Specification},
url = {https://trustedcomputinggroup.org/resource/tcg-acpi-specification/},
}
@electronic{MSUefiCaRequirements,
title = {UEFI memory mitigations},
url = {https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/uefi-ca-memory-mitigation-requirements},
}
@electronic{RFC_2119,
title = {Key words for use in RFCs to Indicate Requirement Levels},
url = {https://datatracker.ietf.org/doc/html/rfc2119}
}
@electronic{PCI,
title = {PCI Express® Base Specification Revision 6.0},
url = {https://pcisig.com/pci-express-6.0-specification},
year = {}
}
@electronic{Sstc,
title = {RISC-V "stimecmp / vstimecmp" Extension},
url = {https://github.com/riscv/riscv-time-compare},
year = {2021}
}
@electronic{Aia,
title = {The RISC-V Advanced Interrupt Architecture},
url = {https://github.com/riscv/riscv-aia},
year = {2023}
}
@electronic{Sscsrind,
title = {RISC-V Indirect CSR Access (Smcsrind/Sscsrind)},
url = {https://github.com/riscv/riscv-indirect-csr-access},
year = {2023}
}
@electronic{Smcdeleg,
title = {RISC-V Supervisor Counter Delegation Specification (Smcdeleg/Ssccfg)},
url = {https://github.com/riscv/riscv-smcdeleg-ssccfg},
year = {2024}
}
@electronic{PerfAnalysis,
title = {SIG: Performance Analysis},
url = {https://lists.riscv.org/g/sig-perf-analysis},
year = {2024}
}