public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents
@ 2023-04-06 13:46 Rebecca Cran
  2023-04-06 16:21 ` [edk2-devel] " Michael D Kinney
  0 siblings, 1 reply; 2+ messages in thread
From: Rebecca Cran @ 2023-04-06 13:46 UTC (permalink / raw)
  To: devel, Leif Lindholm, Ard Biesheuvel, Miki Demeter,
	michael.d.kinney
  Cc: Rebecca Cran

Add links to the following draft documents:

o EDK II Module Writer's Guide
o EDK II Secure Coding Guide
o EDK II Secure Code Review Guide
o EDK II Python Development Process and Coding Standard Specification
o EDK II Minimum Platform Specification
o Understanding the Trusted Boot Chain Implementation
o Understanding UEFI Secure Boot Chain
o Getting Started with UEFI HTTPS Boot on EDK II
o Getting Started Guide of EDKII HTTP Boot
o UEFI Driver HII Win Lab Guide
o A Tour Beyond BIOS - Security Enhancement to Mitigate Buffer Overflow
  in Unified Extensible Interface (UEFI)
o A Tour Beyond BIOS - Memory Protection in UEFI BIOS

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
 Readme.md | 96 ++++++++++++++++++++
 1 file changed, 96 insertions(+)

diff --git a/Readme.md b/Readme.md
index 494b23af3ac7..c4dbd603cfb2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -132,6 +132,102 @@ Document issues and feature requests can also be entered in [Tianocore Bugzilla]
 [GitHub ](https://github.com/tianocore-docs/edk2-UefiDriverWritersGuide)
 \]
 
+* **_EDK II Module Writer's Guide_** \[
+[HTML   ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/),
+[PDF    ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/edk2-ModuleWriteGuide-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/edk2-ModuleWriteGuide-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/edk2-ModuleWriteGuide-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/edk2-ModuleWriteGuide)
+\]
+
+* **_EDK II Secure Coding Guide_** \[
+[HTML   ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/),
+[PDF    ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/EDK_II_Secure_Coding_Guide-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/EDK_II_Secure_Coding_Guide-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/EDK_II_Secure_Coding_Guide-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/EDK_II_Secure_Coding_Guide)
+\]
+
+* **_EDK II Secure Code Review Guide_** \[
+[HTML   ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/),
+[PDF    ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/EDK_II_Secure_Code_Review_Guide-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/EDK_II_Secure_Code_Review_Guide-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/EDK_II_Secure_Code_Review_Guide-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/EDK_II_Secure_Code_Review_Guide)
+\]
+
+* **_EDK II Python Development Process and Coding Standard Specification_** \[
+[HTML   ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/),
+[PDF    ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/edk2-PythonDevelopmentProcessSpecification-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/edk2-PythonDevelopmentProcessSpecification-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/edk2-PythonDevelopmentProcessSpecification-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/edk2-PythonDevelopmentProcessSpecification)
+\]
+
+* **_EDK II Minimum Platform Specification_** \[
+[HTML   ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/),
+[PDF    ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/edk2-MinimumPlatformSpecification-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/edk2-MinimumPlatformSpecification-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/edk2-MinimumPlatformSpecification-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/edk2-MinimumPlatformSpecification)
+\]
+
+* **_Understanding the Trusted Boot Chain Implementation_** \[
+[HTML   ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/),
+[PDF    ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/edk2-TrustedBootChain-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/edk2-TrustedBootChain-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/edk2-TrustedBootChain-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/edk2-TrustedBootChain)
+\]
+
+* **_Understanding UEFI Secure Boot Chain_** \[
+[HTML   ](https://tianocore-docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/),
+[PDF    ](https://tianocore-docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/Understanding_UEFI_Secure_Boot_Chain-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/Understanding_UEFI_Secure_Boot_Chain-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/Understanding_UEFI_Secure_Boot_Chain-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/Understanding_UEFI_Secure_Boot_Chain)
+\]
+
+* **_Getting Started with UEFI HTTPS Boot on EDK II_** \[
+[HTML   ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/),
+[PDF    ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/EDKIIHttpsBootGettingStartedGuide-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/EDKIIHttpsBootGettingStartedGuide-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/EDKIIHttpsBootGettingStartedGuide-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/EDKIIHttpsBootGettingStartedGuide)
+\]
+
+* **_Getting Started Guide of EDKII HTTP Boot_** \[
+[HTML   ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/),
+[PDF    ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/EDKIIHttpBootGettingStartedGuide-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/EDKIIHttpBootGettingStartedGuide-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/EDKIIHttpBootGettingStartedGuide-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/EDKIIHttpBootGettingStartedGuide)
+\]
+
+* **_UEFI Driver HII Win Lab Guide_** \[
+[HTML   ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/),
+[PDF    ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/UEFI_Driver_HII_Win_Lab_Guide-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/UEFI_Driver_HII_Win_Lab_Guide-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/UEFI_Driver_HII_Win_Lab_Guide-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/UEFI_Driver_HII_Win_Lab_Guide)
+\]
+
+* **_A Tour Beyond BIOS - Security Enhancement to Mitigate Buffer Overflow in Unified Extensible Interface (UEFI)_** \[
+[HTML   ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/),
+[PDF    ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/ATBB-Mitigate_Buffer_Overflow_in_UEFI-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/ATBB-Mitigate_Buffer_Overflow_in_UEFI-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/ATBB-Mitigate_Buffer_Overflow_in_UEFI-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/ATBB-Mitigate_Buffer_Overflow_in_UEFI)
+\]
+
+* **_A Tour Beyond BIOS - Memory Protection in UEFI BIOS_** \[
+[HTML   ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/),
+[PDF    ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/ATBB-Memory_Protection_in_UEFI_BIOS-draft.pdf),
+[Mobi   ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/ATBB-Memory_Protection_in_UEFI_BIOS-draft.mobi),
+[ePub   ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/ATBB-Memory_Protection_in_UEFI_BIOS-draft.epub),
+[GitHub ](https://github.com/tianocore-docs/ATBB-Memory_Protection_in_UEFI_BIOS)
+\]
+
 ---
 
 * **_EDK II Template Specification_** \[
-- 
2.39.2 (Apple Git-143)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents
  2023-04-06 13:46 [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents Rebecca Cran
@ 2023-04-06 16:21 ` Michael D Kinney
  0 siblings, 0 replies; 2+ messages in thread
From: Michael D Kinney @ 2023-04-06 16:21 UTC (permalink / raw)
  To: devel@edk2.groups.io, rebecca@bsdio.com, Leif Lindholm,
	Ard Biesheuvel, Demeter, Miki
  Cc: Kinney, Michael D

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Rebecca Cran
> Sent: Thursday, April 6, 2023 6:46 AM
> To: devel@edk2.groups.io; Leif Lindholm <quic_llindhol@quicinc.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>; Demeter,
> Miki <miki.demeter@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Subject: [edk2-devel] [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents
> 
> Add links to the following draft documents:
> 
> o EDK II Module Writer's Guide
> o EDK II Secure Coding Guide
> o EDK II Secure Code Review Guide
> o EDK II Python Development Process and Coding Standard Specification
> o EDK II Minimum Platform Specification
> o Understanding the Trusted Boot Chain Implementation
> o Understanding UEFI Secure Boot Chain
> o Getting Started with UEFI HTTPS Boot on EDK II
> o Getting Started Guide of EDKII HTTP Boot
> o UEFI Driver HII Win Lab Guide
> o A Tour Beyond BIOS - Security Enhancement to Mitigate Buffer Overflow
>   in Unified Extensible Interface (UEFI)
> o A Tour Beyond BIOS - Memory Protection in UEFI BIOS
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
>  Readme.md | 96 ++++++++++++++++++++
>  1 file changed, 96 insertions(+)
> 
> diff --git a/Readme.md b/Readme.md
> index 494b23af3ac7..c4dbd603cfb2 100644
> --- a/Readme.md
> +++ b/Readme.md
> @@ -132,6 +132,102 @@ Document issues and feature requests can also be entered in [Tianocore Bugzilla]
>  [GitHub ](https://github.com/tianocore-docs/edk2-UefiDriverWritersGuide)
>  \]
> 
> +* **_EDK II Module Writer's Guide_** \[
> +[HTML   ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/),
> +[PDF    ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/edk2-ModuleWriteGuide-draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/edk2-ModuleWriteGuide-draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/edk2-ModuleWriteGuide/draft/edk2-ModuleWriteGuide-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/edk2-ModuleWriteGuide)
> +\]
> +
> +* **_EDK II Secure Coding Guide_** \[
> +[HTML   ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/),
> +[PDF    ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/EDK_II_Secure_Coding_Guide-draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/EDK_II_Secure_Coding_Guide-draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/EDK_II_Secure_Coding_Guide/draft/EDK_II_Secure_Coding_Guide-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/EDK_II_Secure_Coding_Guide)
> +\]
> +
> +* **_EDK II Secure Code Review Guide_** \[
> +[HTML   ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/),
> +[PDF    ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/EDK_II_Secure_Code_Review_Guide-
> draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/EDK_II_Secure_Code_Review_Guide-
> draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/EDK_II_Secure_Code_Review_Guide/draft/EDK_II_Secure_Code_Review_Guide-
> draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/EDK_II_Secure_Code_Review_Guide)
> +\]
> +
> +* **_EDK II Python Development Process and Coding Standard Specification_** \[
> +[HTML   ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/),
> +[PDF    ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/edk2-
> PythonDevelopmentProcessSpecification-draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/edk2-
> PythonDevelopmentProcessSpecification-draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/edk2-PythonDevelopmentProcessSpecification/draft/edk2-
> PythonDevelopmentProcessSpecification-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/edk2-PythonDevelopmentProcessSpecification)
> +\]
> +
> +* **_EDK II Minimum Platform Specification_** \[
> +[HTML   ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/),
> +[PDF    ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/edk2-MinimumPlatformSpecification-
> draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/edk2-MinimumPlatformSpecification-
> draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/edk2-MinimumPlatformSpecification-
> draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/edk2-MinimumPlatformSpecification)
> +\]
> +
> +* **_Understanding the Trusted Boot Chain Implementation_** \[
> +[HTML   ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/),
> +[PDF    ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/edk2-TrustedBootChain-draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/edk2-TrustedBootChain-draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/edk2-TrustedBootChain/draft/edk2-TrustedBootChain-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/edk2-TrustedBootChain)
> +\]
> +
> +* **_Understanding UEFI Secure Boot Chain_** \[
> +[HTML   ](https://tianocore-docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/),
> +[PDF    ](https://tianocore-
> docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/Understanding_UEFI_Secure_Boot_Chain-draft.pdf),
> +[Mobi   ](https://tianocore-
> docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/Understanding_UEFI_Secure_Boot_Chain-draft.mobi),
> +[ePub   ](https://tianocore-
> docs.github.io/Understanding_UEFI_Secure_Boot_Chain/draft/Understanding_UEFI_Secure_Boot_Chain-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/Understanding_UEFI_Secure_Boot_Chain)
> +\]
> +
> +* **_Getting Started with UEFI HTTPS Boot on EDK II_** \[
> +[HTML   ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/),
> +[PDF    ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/EDKIIHttpsBootGettingStartedGuide-
> draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/EDKIIHttpsBootGettingStartedGuide-
> draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/EDKIIHttpsBootGettingStartedGuide/draft/EDKIIHttpsBootGettingStartedGuide-
> draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/EDKIIHttpsBootGettingStartedGuide)
> +\]
> +
> +* **_Getting Started Guide of EDKII HTTP Boot_** \[
> +[HTML   ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/),
> +[PDF    ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/EDKIIHttpBootGettingStartedGuide-
> draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/EDKIIHttpBootGettingStartedGuide-
> draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/EDKIIHttpBootGettingStartedGuide-
> draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/EDKIIHttpBootGettingStartedGuide)
> +\]
> +
> +* **_UEFI Driver HII Win Lab Guide_** \[
> +[HTML   ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/),
> +[PDF    ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/UEFI_Driver_HII_Win_Lab_Guide-draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/UEFI_Driver_HII_Win_Lab_Guide-draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/UEFI_Driver_HII_Win_Lab_Guide/draft/UEFI_Driver_HII_Win_Lab_Guide-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/UEFI_Driver_HII_Win_Lab_Guide)
> +\]
> +
> +* **_A Tour Beyond BIOS - Security Enhancement to Mitigate Buffer Overflow in Unified Extensible Interface (UEFI)_** \[
> +[HTML   ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/),
> +[PDF    ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/ATBB-
> Mitigate_Buffer_Overflow_in_UEFI-draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/ATBB-
> Mitigate_Buffer_Overflow_in_UEFI-draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/ATBB-Mitigate_Buffer_Overflow_in_UEFI/draft/ATBB-
> Mitigate_Buffer_Overflow_in_UEFI-draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/ATBB-Mitigate_Buffer_Overflow_in_UEFI)
> +\]
> +
> +* **_A Tour Beyond BIOS - Memory Protection in UEFI BIOS_** \[
> +[HTML   ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/),
> +[PDF    ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/ATBB-Memory_Protection_in_UEFI_BIOS-
> draft.pdf),
> +[Mobi   ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/ATBB-Memory_Protection_in_UEFI_BIOS-
> draft.mobi),
> +[ePub   ](https://tianocore-docs.github.io/ATBB-Memory_Protection_in_UEFI_BIOS/draft/ATBB-Memory_Protection_in_UEFI_BIOS-
> draft.epub),
> +[GitHub ](https://github.com/tianocore-docs/ATBB-Memory_Protection_in_UEFI_BIOS)
> +\]
> +
>  ---
> 
>  * **_EDK II Template Specification_** \[
> --
> 2.39.2 (Apple Git-143)
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-06 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 13:46 [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents Rebecca Cran
2023-04-06 16:21 ` [edk2-devel] " Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox