Skip to content

Commit 4554b0d

Browse files
committed
README: sort list of acronyms, and add a few more
1 parent 0a43672 commit 4554b0d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,23 @@ A `filename/MAJOR.MINOR` git tag will be created when a new version of a given s
6969
This section clarifies on terms and abbreviations used in specs and other documents.
7070

7171
## General terms and abbreviations
72+
- *ELF* – Executable and Linkable Format (Linux executable binary format)
7273
- *MOK* – Machine Owner Key (shim)
7374
- *PCR* – TPM Platform Configuration Registers
74-
- *TPM*Trusted Platform Module (security chip)
75+
- *PE*Portable Executable (UEFI executable binary format)
7576
- *SBAT* – UEFI Secure Boot Advanced Targeting
77+
- *TPM* – Trusted Platform Module (security chip)
7678

7779
## Terms and abbreviations specific to UAPI group specifications
80+
- [*BLS*](specs/boot_loader_specification.md) - Boot Loader Specification
81+
- [*confext*](specs/extension_image.md) – Configuration Extension Image
82+
(type of DDI that is overlayed on top of `/etc/` via overlayfs and can extend the underlying OS' configuration in a composable, immutable fashion)
7883
- [*DDI*](specs/discoverable_disk_image.md) - Discoverable Disk Image
7984
- [*DPS*](specs/discoverable_partitions_specification.md) - Discovery Partition Specification
80-
- [*UKI*](specs/unified_kernel_image.md) - Unified Kernel Images (UEFI boot stub + kernel + initrd + more)
81-
- [*BLS*](specs/boot_loader_specification.md) - Boot Loader Specification
8285
- [*sysext*](specs/extension_image.md) – System Extension Image
8386
(type of DDI that is overlayed on top of `/usr/` and `/opt/` via overlayfs and can extend the underlying OS vendor resources in a composable, immutable fashion)
84-
- [*confext*](specs/extension_image.md) – Configuration Extension Image
85-
(type of DDI that is overlayed on top of `/etc/` via overlayfs and can extend the underlying OS' configuration in a composable, immutable fashion)
87+
- [*UKI*](specs/unified_kernel_image.md) - Unified Kernel Images (UEFI boot stub + kernel + initrd + more)
88+
- [*VOA*](specs/file_hierarchy_for_the_verification_of_os_artifacts.md) – Verification of OS Artifacts
8689

8790
## Participate
8891

0 commit comments

Comments
 (0)