public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"rebecca@bsdio.com" <rebecca@bsdio.com>,
	Leif Lindholm <quic_llindhol@quicinc.com>,
	"Ard Biesheuvel" <ardb+tianocore@kernel.org>,
	"Demeter, Miki" <miki.demeter@intel.com>
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents
Date: Thu, 6 Apr 2023 16:21:02 +0000	[thread overview]
Message-ID: <CO1PR11MB4929F6B0F2B870A88C8CD64AD2919@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230406134623.55294-1-rebecca@bsdio.com>

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)
> 
> 
> 
> 
> 


      reply	other threads:[~2023-04-06 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO1PR11MB4929F6B0F2B870A88C8CD64AD2919@CO1PR11MB4929.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox