|
Re: [PATCH v1 2/7] FmpDevicePkg/FmpDependencyLib: Fix "exression" typo
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
|
By
Michael D Kinney
·
#63729
·
|
|
Re: [Patch 4/4] Readme.rst: List submodules and links to licenses
Hi Leif,
Thank you for the reviews!
For generated files, I think there are two categories
1) Files generated as part of the build process that are
placed in the build output directly and are
Hi Leif,
Thank you for the reviews!
For generated files, I think there are two categories
1) Files generated as part of the build process that are
placed in the build output directly and are
|
By
Michael D Kinney
·
#63728
·
|
|
Re: question about MSFT compiler/link option
Hi,
I think you are seeing the impact of compiler optimizations.
If a global variable is never referenced after optimizing the
code, then the global variable will be optimized away. This
type of
Hi,
I think you are seeing the impact of compiler optimizations.
If a global variable is never referenced after optimizing the
code, then the global variable will be optimized away. This
type of
|
By
Michael D Kinney
·
#63727
·
|
|
Re: [edk2-platforms PATCH 1/5] Silicon/Synopsys/DesignWare: Import DesignWare USB3 peripheral driver
Hi Leif,
Sorry I missed your mail.
For License issue I will update it later.
I know there are some DesignWare USB controller driver, but most of them
are for USB Host Mode. The driver "UsbDeviceDxe"
Hi Leif,
Sorry I missed your mail.
For License issue I will update it later.
I know there are some DesignWare USB controller driver, but most of them
are for USB Host Mode. The driver "UsbDeviceDxe"
|
By
Vin Xue <vinxue@...>
·
#63726
·
|
|
Re: [PATCH edk2-platforms 2/3] Silicon/NXP: Add support for reserving a chunk from RAM
I can't shake the feeling this code has the wrong level of
complexity. It's reserving *one* memory window, at a given alignment.
(As has been pointed out to me in the past, 1 is also a power of
I can't shake the feeling this code has the wrong level of
complexity. It's reserving *one* memory window, at a given alignment.
(As has been pointed out to me in the past, 1 is also a power of
|
By
Leif Lindholm
·
#63725
·
|
|
Re: [PATCH edk2-platforms 3/3] Silicon/NXP: Add Support for git commit info print
Drop space before Buffer.
Drop space before Buffer.
I will note here that you are adding identical content to two
different ChassisLib implementations.
This is a strong indicator that the
Drop space before Buffer.
Drop space before Buffer.
I will note here that you are adding identical content to two
different ChassisLib implementations.
This is a strong indicator that the
|
By
Leif Lindholm
·
#63724
·
|
|
Re: [PATCH edk2-platforms 1/3] Silicon/NXP: Use runtime safe version of DebugLib
For this patch:
Reviewed-by: Leif Lindholm <leif@...>
Pushed as e5c5ad8bfb03.
For this patch:
Reviewed-by: Leif Lindholm <leif@...>
Pushed as e5c5ad8bfb03.
|
By
Leif Lindholm
·
#63723
·
|
|
Re: [Patch 4/4] Readme.rst: List submodules and links to licenses
Hi Mike,
For the series:
Reviewed-by: Leif Lindholm <leif@...>
Recent events make me think though - should we have an explicit
statement regarding those files we have that are generated
Hi Mike,
For the series:
Reviewed-by: Leif Lindholm <leif@...>
Recent events make me think though - should we have an explicit
statement regarding those files we have that are generated
|
By
Leif Lindholm
·
#63722
·
|
|
Re: [PATCH edk2-platforms v1 0/3] Casts to avoid void* pointer arithmetic
Thanks!
For the series:
Reviewed-by: Leif Lindholm <leif@...>
Pushed as 02cf0dcf8f93..b2eebc1d593e.
Thanks!
For the series:
Reviewed-by: Leif Lindholm <leif@...>
Pushed as 02cf0dcf8f93..b2eebc1d593e.
|
By
Leif Lindholm
·
#63721
·
|
|
Re: question about MSFT compiler/link option
Hi, Liming:
Thanks for your reply!
I checked map file, not find this global data array.
I found if added this build option in this PEIM's inf, then it seems ok.
[BuildOptions]
MSFT:*_*_IA32_CC_FLAGS
Hi, Liming:
Thanks for your reply!
I checked map file, not find this global data array.
I found if added this build option in this PEIM's inf, then it seems ok.
[BuildOptions]
MSFT:*_*_IA32_CC_FLAGS
|
By
Tiger Liu(BJ-RD)
·
#63720
·
|
|
[PATCH 2/2] MdeModulePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Hao A Wu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Hao A Wu
|
By
Zhang, Shenglei
·
#63719
·
|
|
[PATCH 1/2] MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it.
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it.
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming
|
By
Zhang, Shenglei
·
#63718
·
|
|
[PATCH 0/2] Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it from MdePkg and MdeModulePkg.
Cc: Hao A Wu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777
Code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES is deprecated.
So remove it from MdePkg and MdeModulePkg.
Cc: Hao A Wu
|
By
Zhang, Shenglei
·
#63717
·
|
|
Re: [PATCH v1 0/7] FmpDevicePkg Minor Fixes
Reviewed-by: Guomin Jiang <guomin.jiang@...> for the patch series.
Reviewed-by: Guomin Jiang <guomin.jiang@...> for the patch series.
|
By
Guomin Jiang
·
#63716
·
|
|
Re: [Patch 2/4] MdeModulePkg/PeCoffImageEmulator.h: Apply BSD-2-Clause-Patent
By
Wu, Hao A
·
#63715
·
|
|
Re: [Patch] BaseTools/VolInfo: Fix spelling mistake
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#63714
·
|
|
Re: [Patch] BaseTools/GenSec: Fix spelling mistake
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#63713
·
|
|
Topics for this week's Community meeting
Dear Community Members,
Our monthly community meeting is coming up on Thursday (Aug 6) of this week.
We will cover our standard topics - download from Stewards call, Stable tag updates, ARs/updates
Dear Community Members,
Our monthly community meeting is coming up on Thursday (Aug 6) of this week.
We will cover our standard topics - download from Stewards call, Stable tag updates, ARs/updates
|
By
Soumya Guptha
·
#63712
·
|
|
Re: [PATCH v1 0/7] FmpDevicePkg Minor Fixes
I saw one R-b for the series from Wei6 Xu.
Could the remaining reviewers please help with review?
I have a larger series that is based on it that I'd like to send once this series is
I saw one R-b for the series from Wei6 Xu.
Could the remaining reviewers please help with review?
I have a larger series that is based on it that I'd like to send once this series is
|
By
Michael Kubacki
·
#63711
·
|
|
[Patch 4/4] Readme.rst: List submodules and links to licenses
Update list of content that is covered by a license other than
the BSD-2-Clause Plus Patent License and break out list of
content that is included as a git submodule from upstream
projects.
* Use
Update list of content that is covered by a license other than
the BSD-2-Clause Plus Patent License and break out list of
content that is included as a git submodule from upstream
projects.
* Use
|
By
Michael D Kinney
·
#63710
·
|