[edk2] [RFC v3] Change EDK II to BSD+Patent License

2019-03-22 Thread Kinney, Michael D
Hello, Based on review of the RFC V2, there are some updates required to Readme.md in the root of the edk2 repository. Changes for V3 === * Move the portions of Contributions.txt in the root of edk2 to Readme.md in the root of edk2 that describe how to contribute along with the

[edk2] [edk2-announce] [RFC] TianoCore Design Meetings

2019-03-22 Thread stephano
We would like to start holding code design meetings every 2 weeks starting on April 4th. I'm proposing the times of these meetings as 16:00 GMT (8am PST) and at 2:30 GMT (9:30am Friday in PRC). I have chosen the APAC day / time based on feedback from those community members and maintainers.

Re: [edk2] PATCH] Change EDK II to BSD+Patent License

2019-03-22 Thread Kinney, Michael D
Hi Laszlo, I have entered the following BZ for SPDX identifiers for MIT licensed content in OvmfPkg. https://bugzilla.tianocore.org/show_bug.cgi?id=1654 Best regards, Mike > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, March 20, 2019 5:10 AM

[edk2] [edk2-announce] Mailing List Move Day Set: April 4th

2019-03-22 Thread stephano
I will be moving our mailing list from 01.org over to Groups.io as of April 4th. I will send out another warning 1 week before, and a final warning 1 day before the move. On April 4th the edk2-devel@lists.01.org will begin to bounce emails and I will begin uploading the archive to Groups.io.

[edk2] [PATCH V2] Change EDK II to BSD+Patent License

2019-03-22 Thread Kinney, Michael D
Hello, New in V2 = * Remove Cc lines from commit messages * Remove branch reference from commit messages * Change license in 2 files missed in OvmfPkg * Update OvmfPkg/License.txt to BSD+Patent as the default license * Move the portions of Contributions.txt in the root of edk2 to

Re: [edk2] [PATCH v1 0/2] Ovmf: Stop using ISA drivers within IntelFrameworkModulePkg

2019-03-22 Thread Laszlo Ersek
On 03/22/19 10:41, Ard Biesheuvel wrote: > On Fri, 22 Mar 2019 at 10:25, Laszlo Ersek wrote: >> >> On 03/22/19 02:33, Wu, Hao A wrote: -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, March 22, 2019 3:04 AM To: Ard Biesheuvel; Wu, Hao A

Re: [edk2] [PATCH v1 0/2] Ovmf: Stop using ISA drivers within IntelFrameworkModulePkg

2019-03-22 Thread Ard Biesheuvel
On Fri, 22 Mar 2019 at 10:25, Laszlo Ersek wrote: > > On 03/22/19 02:33, Wu, Hao A wrote: > >> -Original Message- > >> From: Laszlo Ersek [mailto:ler...@redhat.com] > >> Sent: Friday, March 22, 2019 3:04 AM > >> To: Ard Biesheuvel; Wu, Hao A > >> Cc: edk2-devel@lists.01.org; Justen,

Re: [edk2] [RFC PATCH] MdeModulePkg: add LockBoxNullLib for !IA32/X64 in .dsc

2019-03-22 Thread Leif Lindholm
On Thu, Mar 21, 2019 at 03:27:45AM +, Wu, Hao A wrote: > > -Original Message- > > From: Zeng, Star > > Sent: Thursday, March 21, 2019 9:03 AM > > To: Leif Lindholm; Laszlo Ersek > > Cc: edk2-devel@lists.01.org; ard.biesheu...@linaro.org; Wang, Jian J; Wu, > > Hao A; Ni, Ray; Andrew

[edk2] [PATCH v5] UefiCpuPkg\CpuSmm: Save & restore CR2 on-demand paging in SMM

2019-03-22 Thread nkvangup
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1593 For every SMI occurrence, save and restore CR2 register only when SMM on-demand paging support is enabled in 64 bit operation mode. This is not a bug but to have better improvement of code. Patch5 is updated with separate functions for Save

Re: [edk2] [PATCH edk2-platforms v3 0/4] Platform/ARM: Platform support for Dynamic Tables Framework

2019-03-22 Thread Leif Lindholm
Hi Sami, On the whole, this set looks fine - but: - could you go through and sort the #include files alphabetically in .c/.h (within each grouping)? - similarly, could you go through and ensure that .inf files contain alphabetically sorted [Sources], [Packages] and [LibraryClasses]

Re: [edk2] [PATCH v5] UefiCpuPkg\CpuSmm: Save & restore CR2 on-demand paging in SMM

2019-03-22 Thread Kinney, Michael D
Hi Narendra, With this implementation, you have moved the save/restore location to a module global variable. The name should be prefixed with 'm' to make that clear. mCr2 I do not think using a module global is MP safe. The current implementation uses a local on the stack that is MP

Re: [edk2] [PATCH V4 10/17] IntelFsp2Pkg/BaseFspDebugLibSerialPort: Add new APIs

2019-03-22 Thread Desimone, Nathaniel L
Reviewed-by: Nate DeSimone -Original Message- From: Gao, Zhichao Sent: Thursday, March 21, 2019 7:05 AM To: edk2-devel@lists.01.org Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star ; Gao, Liming ; Sean Brogan ; Michael Turner ; Bret Barkelew Subject: [PATCH V4 10/17]

Re: [edk2] [PATCH V4 11/17] IntelFspPkg/BaseFspDebugLibSerialPort: Add new APIs

2019-03-22 Thread Desimone, Nathaniel L
Reviewed-by: Nate DeSimone -Original Message- From: Gao, Zhichao Sent: Thursday, March 21, 2019 7:05 AM To: edk2-devel@lists.01.org Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star ; Gao, Liming ; Sean Brogan ; Michael Turner ; Bret Barkelew Subject: [PATCH V4 11/17]

Re: [edk2] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Size in EraseBlocks() is in bytes

2019-03-22 Thread Jin, Eric
Supreeth, Thank for the rewording suggestion. Will commit the patch with accurate message. Best Regards Eric -Original Message- From: Supreeth Venkatesh Sent: Tuesday, March 19, 2019 3:45 AM To: Jin, Eric ; edk2-devel@lists.01.org Subject: Re: [edk2-test][Patch 1/1] uefi-sct/SctPkg:

[edk2] [PATCH] BaseTools:Trim will trig exception when input asl UTF8 format file

2019-03-22 Thread Fan, ZhijuX
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1641 The command trim --asl-file -o test.i UTF8.asl will trig the exception. Trim tool should report error message for unsupported UTF8 file instead of the exception. Cc: Bob Feng Cc: Liming Gao Contributed-under: TianoCore Contribution

Re: [edk2] [edk2-test] SctPkg compilation is failing

2019-03-22 Thread Meenakshi Aggarwal
Hi Supreeth, I am able to compile SctPkg with your suggested changes. Yes, we are trying eith UDK2017 as this is what mentioned in How To Build". I tried with edk2's master branch today and faced following error: build.py...

Re: [edk2] [PATCH v2 0/3] Improve performance of boundary validation in MakeTable()

2019-03-22 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >shenglei >Sent: Thursday, March 21, 2019 2:32 PM >To: edk2-devel@lists.01.org >Cc: Kinney, Michael D ; Gao, Liming > >Subject: [edk2] [PATCH v2 0/3] Improve performance of

Re: [edk2] [PATCH 2/3] Maintainers.txt: Remove EdkCompatibilityPkg information

2019-03-22 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >Shenglei Zhang >Sent: Friday, March 22, 2019 10:35 AM >To: edk2-devel@lists.01.org >Cc: Kinney, Michael D ; Laszlo Ersek > >Subject: [edk2] [PATCH 2/3] Maintainers.txt:

Re: [edk2] [PATCH 3/3] EdkCompatibilityPkg: Remove EdkCompatibilityPkg

2019-03-22 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zhang, Shenglei >Sent: Friday, March 22, 2019 10:35 AM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [PATCH 3/3] EdkCompatibilityPkg: Remove EdkCompatibilityPkg > >If this patch contains all changes of removing

Re: [edk2] [PATCH 2/3] Maintainers.txt: Remove EdkCompatibilityPkg information

2019-03-22 Thread Laszlo Ersek
On 03/22/19 07:32, Gao, Liming wrote: > Reviewed-by: Liming Gao Reviewed-by: Laszlo Ersek Thanks Laszlo >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Shenglei Zhang >> Sent: Friday, March 22, 2019 10:35 AM >> To:

Re: [edk2] [Xen-devel] [PATCH RESEND 1/3] OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge aperture

2019-03-22 Thread Laszlo Ersek
On 03/22/19 09:33, Roger Pau Monné wrote: > On Wed, Mar 06, 2019 at 12:40:54PM +, Igor Druzhinin wrote: >> This aperture doesn't exist in OVMF and trying to use it causes >> failing assertions later in cases there are prefetchable and >> non-prefetchable BARs following each other. This

Re: [edk2] [PATCH v1 0/2] Ovmf: Stop using ISA drivers within IntelFrameworkModulePkg

2019-03-22 Thread Laszlo Ersek
On 03/22/19 02:33, Wu, Hao A wrote: >> -Original Message- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: Friday, March 22, 2019 3:04 AM >> To: Ard Biesheuvel; Wu, Hao A >> Cc: edk2-devel@lists.01.org; Justen, Jordan L; Ni, Ray >> Subject: Re: [PATCH v1 0/2] Ovmf: Stop using ISA