[edk2-devel] Upcoming Event: TianoCore Community Meeting - APAC/NAMO - Thu, 06/06/2019 7:30pm-8:00pm #cal-reminder

2019-06-01 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - APAC/NAMO *When:* Thursday, 6 June 2019, 7:30pm to 8:00pm, (GMT-07:00) America/Los Angeles *Where:* https://zoom.us/j/769108409 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=458021 ) *Organizer:* Stephano Cetola

Re: [edk2-devel] [PATCH 0/4] Define SERIAL_DXE_FILE_GUID only once

2019-06-01 Thread Michael D Kinney
Anthony, I am curious. I agree that a GUID can be defined in DEC file and in an include file that is used as a Vendor GUID in a device path. Is there any reason that the FILE_GUID for the module needs to be the same GUID value? Is there any code that looks for an FFS file with that GUID value

[edk2-devel] Upcoming Event: TianoCore Community Meeting - EMEA/NAMO - Thu, 06/06/2019 9:00am-10:00am #cal-reminder

2019-06-01 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - EMEA/NAMO *When:* Thursday, 6 June 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles *Where:* https://zoom.us/j/188375690 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=456834 ) *Organizer:* Stephano Cetola

Re: [edk2-devel] [PATCH 0/4] Define SERIAL_DXE_FILE_GUID only once

2019-06-01 Thread Zeng, Star
I would suggest using gEdkii (for global variable) and EDKII (for definition) as the prefixes. Thanks, Star > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Ard Biesheuvel > Sent: Friday, May 31, 2019 5:12 PM > To: edk2-devel-groups-io ;

[edk2-devel] [PATCH 1/2] UefiCpuPkg CpuCommFeaturesLib: Disable TraceEn at the beginning

2019-06-01 Thread Zeng, Star
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1809 Current code disables TraceEn at the end of ProcTraceInitialize(), then there will be much memory allocated even when ProcTrace feature is disabled. This patch updates code to disable TraceEn and return at the beginning of

[edk2-devel] [PATCH 2/2] UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace

2019-06-01 Thread Zeng, Star
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1808 In current code, the values of TopaEntryPtr->Uint64 for TopaTable and the values of OutputBaseReg.Uint64 and OutputMaskPtrsReg.Uint64 to register table write for RTIT_OUTPUT_BASE and RTIT_OUTPUT_MASK_PTRS are not been initialized in whole.

[edk2-devel] [PATCH 0/2] Fix GP fault issue and enhance code about ProcTrace

2019-06-01 Thread Zeng, Star
This patch series mainly fixes GP fault issue about ProcTrace for https://bugzilla.tianocore.org/show_bug.cgi?id=1808. It aslo enhances code about ProcTrace for https://bugzilla.tianocore.org/show_bug.cgi?id=1809. Please check the individual patches for detail. Cc: Laszlo Ersek Cc: Eric Dong

[edk2-devel] [PATCH 2/2] UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace

2019-06-01 Thread Zeng, Star
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1808 In current code, the values of TopaEntryPtr->Uint64 for TopaTable and the values of OutputBaseReg.Uint64 and OutputMaskPtrsReg.Uint64 to register table write for RTIT_OUTPUT_BASE and RTIT_OUTPUT_MASK_PTRS are not been initialized in whole.

[edk2-devel] [PATCH 0/2] Fix GP fault issue and enhance code about ProcTrace

2019-06-01 Thread Zeng, Star
This patch series mainly fixes GP fault issue about ProcTrace for https://bugzilla.tianocore.org/show_bug.cgi?id=1808. It aslo enhances code about ProcTrace for https://bugzilla.tianocore.org/show_bug.cgi?id=1809. Please check the individual patches for detail. Cc: Laszlo Ersek Cc: Eric Dong

[edk2-devel] [PATCH 1/2] UefiCpuPkg CpuCommFeaturesLib: Disable TraceEn at the beginning

2019-06-01 Thread Zeng, Star
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1809 Current code disables TraceEn at the end of ProcTraceInitialize(), then there will be much memory allocated even when ProcTrace feature is disabled. This patch updates code to disable TraceEn and return at the beginning of

Re: [edk2-devel] [PATCH] ArmPkg/ArmSoftFloatLib GCC4x: fix build failure

2019-06-01 Thread Ard Biesheuvel
On Fri, 31 May 2019 at 23:12, Leif Lindholm wrote: > > On Fri, May 31, 2019 at 11:01:15PM +0200, Ard Biesheuvel wrote: > > The upstream SoftFloat code that was recently incorporated into > > ArmSoftFloatLib uses some parameterization to tweak the inlining > > and optimization behavior for