public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Leif Lindholm <leif.lindholm@linaro.org>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	Masahisa Kojima <masahisa.kojima@linaro.org>
Subject: Re: [PATCH edk2-platforms] Platform/DeveloperBox: enable HTTPS boot
Date: Fri, 19 Oct 2018 12:36:36 +0800	[thread overview]
Message-ID: <CAKv+Gu-Y0pMbdNMaS_bZhRmV4kHPD=ctp5kHH9tDWVZW+QaDQA@mail.gmail.com> (raw)
In-Reply-To: <20181018062537.z63zcm2bjxnervoe@bivouac.eciton.net>

On 18 October 2018 at 14:25, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Thu, Oct 18, 2018 at 02:09:33PM +0800, Ard Biesheuvel wrote:
>> Enable support for HTTPS boot by incorporating the TLS DXE driver into
>> the build, and the driver that permits enrolling the TLS certificates.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks.

Pushed as 6aad08ad6c9a..ba0a48ecf801

>> ---
>>  Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 5 ++++-
>>  Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 ++
>>  2 files changed, 6 insertions(+), 1 deletion(-)
>>
>> diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc
>> index bab72442ec9d..801caf52afcf 100644
>> --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc
>> +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc
>> @@ -130,7 +130,8 @@
>>    NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
>>
>>    BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
>> -  OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
>> +  OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
>> +  TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
>>    IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
>>
>>    NorFlashInfoLib|EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.inf
>> @@ -657,6 +658,8 @@
>>    NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
>>    NetworkPkg/HttpDxe/HttpDxe.inf
>>    NetworkPkg/HttpBootDxe/HttpBootDxe.inf
>> +  NetworkPkg/TlsDxe/TlsDxe.inf
>> +  NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
>>
>>    #
>>    # Console preference selection
>> diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf
>> index 7b009516ae11..8bbad1741de8 100644
>> --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf
>> +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf
>> @@ -213,6 +213,8 @@ READ_LOCK_STATUS   = TRUE
>>    INF NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
>>    INF NetworkPkg/HttpDxe/HttpDxe.inf
>>    INF NetworkPkg/HttpBootDxe/HttpBootDxe.inf
>> +  INF NetworkPkg/TlsDxe/TlsDxe.inf
>> +  INF NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
>>
>>    #
>>    # Console preference selection
>> --
>> 2.17.1
>>


      reply	other threads:[~2018-10-19  4:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18  6:09 [PATCH edk2-platforms] Platform/DeveloperBox: enable HTTPS boot Ard Biesheuvel
2018-10-18  6:25 ` Leif Lindholm
2018-10-19  4:36   ` Ard Biesheuvel [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='CAKv+Gu-Y0pMbdNMaS_bZhRmV4kHPD=ctp5kHH9tDWVZW+QaDQA@mail.gmail.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