[edk2] Community Virtual Meetings

2018-10-05 Thread stephano
I've setup 2 virtual meetings and sent out invites to the list. I've also posted this information on the wiki: https://github.com/tianocore/tianocore.github.io/wiki/Community-Virtual-Meetings I'll send out reminders next week as well. Please feel free to contact me directly if you have any iss

Re: [edk2] Event Invitation: TianoCore Community Meeting - NAMO / EMEA

2018-10-05 Thread stephano
Yes, there should be an attachment. Sorry I didn't realize that Thunderbird would not put the details of the meeting *in* the email text as well. I'll resend with text descriptions shortly. --Stephano On 10/5/2018 1:43 PM, Rebecca Cran wrote: I don't see any information about time/place/etc. -

Re: [edk2] Openssl submodule

2018-10-05 Thread Laszlo Ersek
On 10/05/18 23:02, Laszlo Ersek wrote: > On 10/05/18 17:53, Knop, Ryszard wrote: >> Hi, >> Git submodules generally point at a specific commit, so if you go to >> https://github.com/tianocore/edk2/tree/master/CryptoPkg/Library/OpensslLib >> and click on the openssl submodule, you'll go to the exa

Re: [edk2] Openssl submodule

2018-10-05 Thread Laszlo Ersek
On 10/05/18 17:53, Knop, Ryszard wrote: > Hi, > Git submodules generally point at a specific commit, so if you go to > https://github.com/tianocore/edk2/tree/master/CryptoPkg/Library/OpensslLib > and click on the openssl submodule, you'll go to the exact referenced commit > (currently d4e4bd2, p

Re: [edk2] Event Invitation: TianoCore Community Meeting - NAMO / EMEA

2018-10-05 Thread Rebecca Cran
I don't see any information about time/place/etc. - should there be an attachment? On 10/5/18 1:39 PM, stephano wrote: stephano has invited you to TianoCore Community Meeting - NAMO / EMEA ___ edk2-devel mailing list edk2-devel@lists.01.org https:/

Re: [edk2] [PATCH v3 1/1] OvmfPkg/PlatformPei: clear CPU caches

2018-10-05 Thread Laszlo Ersek
On 10/05/18 18:49, Kinney, Michael D wrote: > Reviewed-by: Michael D Kinney Great, thank you :) Patch pushed as commit d20ae95a13e8. Thanks! Laszlo >> -Original Message- >> From: edk2-devel [mailto:edk2-devel- >> boun...@lists.01.org] On Behalf Of >> marcandre.lur...@redhat.com >> Sent

Re: [edk2] [PATCH] BaseTools: Add support for dots in paths

2018-10-05 Thread Carsey, Jaben
I think that would be better since we are manipulating a path. I think that file needs lots of rework, but I also know that Bob Feng (added to CC) is working on that file recently and he might want to think on using os.path to replace lots of stuff. > -Original Message- > From: edk2-de

[edk2] Event Invitation: TianoCore Community Meeting - NAMO / APAC

2018-10-05 Thread stephano
stephano has invited you to TianoCore Community Meeting - NAMO / APAC ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

[edk2] Event Invitation: TianoCore Community Meeting - NAMO / EMEA

2018-10-05 Thread stephano
stephano has invited you to TianoCore Community Meeting - NAMO / EMEA ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

[edk2] [PATCH] MdePkg-BaseLib: Fix PathCleanUpDirectories() issue with "\\..\\.."

2018-10-05 Thread Jim.Dailey
Replace multiple, consecutive "\" characters prior to other processing involving "\" characters. This fixes an issue where "\\..\\..", "//..//..", and similar input paths are not cleaned properly. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jim Dailey --- MdePkg/Libra

Re: [edk2] [PATCH] BaseTools: Add support for dots in paths

2018-10-05 Thread Carsey, Jaben
Matthew, Would os.path. (maybe splitext) be a better function than using the string rsplit function? It just seems like we should use the python file path manipulation functions instead of trying to trick the string manipulation routines into the same behavior... -Jaben > -Original Mess

Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-05 Thread Laszlo Ersek
On 10/05/18 17:00, Carsey, Jaben wrote: > > >> -Original Message- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: Friday, October 05, 2018 4:33 AM >> To: Carsey, Jaben ; Andrew Fish >> >> Cc: edk2-devel@lists.01.org >> Subject: Re: [edk2] [PATCH] ShellPkg: Create a homefilesyst

[edk2] [PATCH 1/2] MdeModulePkg/SdMmcPciHcDxe: Add controller version defines

2018-10-05 Thread Jeff Brasen
Add SDHCI controller defines, this is useful as the version in the register does not explictly map to a specification version. For example vesion 4.10 of the specification is version 0x04. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jeff Brasen --- MdeModulePkg/Bus/Pci

[edk2] [PATCH 2/2] MdeModulePkg/SdMmcPciHcDxe: Allow additional SDHCI versions

2018-10-05 Thread Jeff Brasen
Clock control is similar in SDHCI versions greater then version 3. Add support for more recent versions of the controller specification. SD card support for 1.8V is also present in controller versions 3 and greater. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jeff Brase

Re: [edk2] [RFC] Create new edk2-test repo

2018-10-05 Thread Supreeth Venkatesh
Thanks Mike. I second that. Also, UEFI-SCT needs to find a place within edk2-test. Hope we can get this created before UEFI Taipei PlugFest (Oct 16) and after everyone's comments/review and approval. Thanks, Supreeth -Original Message- From: edk2-devel On Behalf Of Kinney, Michael D Se

Re: [edk2] [PATCH v3 1/1] OvmfPkg/PlatformPei: clear CPU caches

2018-10-05 Thread Kinney, Michael D
Reviewed-by: Michael D Kinney Mike > -Original Message- > From: edk2-devel [mailto:edk2-devel- > boun...@lists.01.org] On Behalf Of > marcandre.lur...@redhat.com > Sent: Tuesday, October 2, 2018 5:17 AM > To: edk2-devel@lists.01.org > Cc: Justen, Jordan L ; > Anthony Perard ; Laszlo Erse

Re: [edk2] [PATCH] Maintainers.txt: add DynamicTablesPkg

2018-10-05 Thread Kinney, Michael D
Reviewed-by: Michael D Kinney Mike > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Tuesday, October 2, 2018 9:04 AM > To: edk2-devel@lists.01.org > Cc: Andrew Fish ; Laszlo Ersek > ; Kinney, Michael D > ; Evan Lloyd > ; Sami Mujawar > > Subject: [PAT

Re: [edk2] Openssl submodule

2018-10-05 Thread Knop, Ryszard
Hi, Git submodules generally point at a specific commit, so if you go to https://github.com/tianocore/edk2/tree/master/CryptoPkg/Library/OpensslLib and click on the openssl submodule, you'll go to the exact referenced commit (currently d4e4bd2, pointing at the 1.1.0h release). It doesn't point a

Re: [edk2] [PATCH v1 1/1] EmbeddedPkg/Drivers: add DwUsbDxe

2018-10-05 Thread Leif Lindholm
On Tue, Aug 21, 2018 at 07:35:13PM +0800, Haojian Zhuang wrote: > Add Designware USB 2.0 device driver that is used on HiKey platform. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Haojian Zhuang > --- > EmbeddedPkg/Driver

Re: [edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-05 Thread Marcin Wojtas
pt., 5 paź 2018 o 17:12 Philippe Mathieu-Daudé napisał(a): > > Hi Marcin, Tomasz. > > On 05/10/2018 15:25, Marcin Wojtas wrote: > > From: Tomasz Michalec > > > > Some SD Host Controlers use different values in Host Control 2 Register > > My two cents, in various places "Controler" is miswritten,

Re: [edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-05 Thread Philippe Mathieu-Daudé
Hi Marcin, Tomasz. On 05/10/2018 15:25, Marcin Wojtas wrote: > From: Tomasz Michalec > > Some SD Host Controlers use different values in Host Control 2 Register My two cents, in various places "Controler" is miswritten, this should be "Controller". > to select UHS Mode. This patch adds a new U

Re: [edk2] [PATCH v3 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

2018-10-05 Thread Leif Lindholm
On Wed, Oct 03, 2018 at 11:33:01AM +0200, Ard Biesheuvel wrote: > On 3 October 2018 at 09:43, Sumit Garg wrote: > > Add following APIs to communicate with OP-TEE pseudo/early TAs: > > 1. OpteeInit > > 2. OpteeOpenSession > > 3. OpteeCloseSession > > 4. OpteeInvokeFunc > > > > Cc: Ard Biesheuvel >

Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-05 Thread Carsey, Jaben
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, October 05, 2018 4:33 AM > To: Carsey, Jaben ; Andrew Fish > > Cc: edk2-devel@lists.01.org > Subject: Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment > variable > Importance: High > >

[edk2] Openssl submodule

2018-10-05 Thread TVKR
Hi, It is not clear if the recent change to add OpenSSL as a submodule will pull the code from the master branch of "https://github.com/openssl/openssl"; or any other branch like "OpenSSL_1_1_0-stable" or "OpenSSL_1_1_1-stable". Can some one please clarify? Thanks

[edk2] [platforms: PATCH v2 2/7] Marvell/Library: ArmadaBoardDescLib: Extend SDMMC information

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec Added fields specific for Xenon host controller and declaration of ArmadaBoardDescSdMmcGet function. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Include/Library/ArmadaBoardDescLib.h | 17 - 1 fil

[edk2] [platforms: PATCH v2 0/7] Armada7k8k Xenon driver rework

2018-10-05 Thread Marcin Wojtas
Hi, The second version of the patchset simply adjust Synquacer and Xenon drivers to the modified SdMmcOverride. Patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/xenon-upstream-r20181005 Generic driver patches with fixes and extended SdM

[edk2] [platforms: PATCH v2 3/7] SolidRun/Armada80x0McBin: Introduce board description library

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec This patch implements ArmadaBoarDescLib library for Armada80x0McBin comunity board and add to it ArmadaBoardDescSdMmcGet function with description of connected Xenon host controllers. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas ---

[edk2] [platforms: PATCH v2 4/7] Marvell/Armada70x0Db: Introduce board description library

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec This patch implements ArmadaBoarDescLib library for Armada7040 Development Board and add to it ArmadaBoardDescSdMmcGet function with description of connected Xenon host controllers. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- P

[edk2] [platforms: PATCH v2 1/7] Silicon/SynQuacer/PlatformDxe: adjust to updated SdMmcOverride

2018-10-05 Thread Marcin Wojtas
The newest changes in the SdMmcOverride protocol added additional arguments to the NotifyPhase and Capability routines. Update according places in the Synquacer Emmc driver. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Silicon/Socionext/SynQuacer/Drive

[edk2] [platforms: PATCH v2 6/7] Marvell/Drivers: MvBoardDesc: Extend information for SdMmc

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec Extend MvBoardDescSdMmcGet function to fill MV_BOARD_SDMMC_DESC with Xenon specific info obtained from ArmadaBoardDescLib. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Drivers/BoardDesc/MvBoardDescDxe.inf | 1 +

[edk2] [platforms: PATCH v2 5/7] Marvell/Armada80x0Db: Introduce board description library

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec This patch implements ArmadaBoarDescLib library for Armada8040 Development Board and add to it ArmadaBoardDescSdMmcGet function with description of connected Xenon host controllers. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- P

[edk2] [PATCH v2 0/4] SdMmcOverride extension

2018-10-05 Thread Marcin Wojtas
Hi, This is the second version of the patchset. Initial one was interleaved with the fixes, which after split got already merged. The biggest change is - resigning from the new callbacks and extending parameter lists of both NotifyPhase and Capability routines. Patches are available in the github

[edk2] [PATCH v2 1/4] MdeModulePkg/SdMmcPciHcDxe: Add an optional parameter in NotifyPhase

2018-10-05 Thread Marcin Wojtas
In order to ensure bigger flexibility in the NotifyPhase routine of the SdMmcOverride protocol, enable using an optional phase-specific data. This will allow to exchange more information between the protocol producer driver and SdMmcPciHcDxe in the newly added callbacks. Contributed-under: TianoCo

[edk2] [PATCH v2 4/4] MdeModulePkg/SdMmcPciHcDxe: Allow overriding base clock frequency

2018-10-05 Thread Marcin Wojtas
Some SdMmc host controllers are run by clocks with different frequency than it is reflected in Capabilities Register 1. It is allowed by SDHCI specification ver. 4.2 - if BaseClkFreq field value of the Capability Register 1 is zero, the clock frequency must be obtained via another method. Because

[edk2] [PATCH v2 2/4] MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocol

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec Some SD Host Controlers use different values in Host Control 2 Register to select UHS Mode. This patch adds a new UhsSignaling type routine to the NotifyPhase of the SdMmcOverride protocol. UHS signaling configuration is moved to a common, default routine (SdMmcHcUhsSignali

[edk2] [PATCH v2 3/4] MdeModulePkg/SdMmcPciHcDxe: Add SwitchClockFreqPost to SdMmcOverride

2018-10-05 Thread Marcin Wojtas
From: Tomasz Michalec Some SD Host Controlers need to do additional opperations after clock frequency switch. This patch add new callback type to NotifyPhase of the SdMmcOverride protocol. It is called after EmmcSwitchClockFreq and SdMmcHcClockSupply. Contributed-under: TianoCore Contribution A

Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-05 Thread Tim Lewis
Jaben -- Following on this: shouldn't this be a spec issue? If you are asking people to depend on the behavior. Thanks, Tim -Original Message- From: edk2-devel On Behalf Of Laszlo Ersek Sent: Friday, October 5, 2018 4:33 AM To: Carsey, Jaben ; Andrew Fish Cc: edk2-devel@lists.01.org Su

Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-05 Thread Laszlo Ersek
On 10/04/18 22:54, Carsey, Jaben wrote: > Laszlo, > > The leading "_" was required for out of spec, but built in, commands. The > spec has no restrictions on environment variables except some have special > meaning and may be read only. > > I can certainly work on slowing down the process. I