forked from riscv-non-isa/riscv-brs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brs.bib
44 lines (44 loc) · 1.41 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
@electronic{EBBR,
title = {Embedded Base Boot Requirements Specification},
url = {https://arm-software.github.io/ebbr/}
}
@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{SMBIOS,
title = {System Management BIOS},
url = {https://www.dmtf.org/standards/smbios}
}
@electronic{DT,
title = {DeviceTree},
url = {https://www.devicetree.org/}
}
@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}
}