Reviewed-by: Dandan Bi
Thanks,
Dandan
> -Original Message-
> From: Walon Li
> Sent: Wednesday, May 20, 2020 12:25 PM
> To: devel@edk2.groups.io
> Cc: walon...@hpe.com; Bi, Dandan ;
> nickle.w...@hpe.com; abner.ch...@hpe.com; sunnyw...@hpe.com
> Subject: [PATCH] MdeModulePkg/SetupBrowser
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 3:06 PM
> To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ;
> l...@nuviainc.com; j...@solid-run.com
> Cc: Wasim Khan
> Subject: Re: [PATCH edk2-platforms 10/16] Sil
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 3:00 PM
> To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ;
> l...@nuviainc.com; j...@solid-run.com
> Cc: Wasim Khan
> Subject: Re: [PATCH edk2-platforms 09/16] Sil
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 3:08 PM
> To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ;
> l...@nuviainc.com; j...@solid-run.com
> Cc: Wasim Khan
> Subject: Re: [PATCH edk2-platforms 11/16] Sil
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 2:42 PM
> To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ;
> l...@nuviainc.com; j...@solid-run.com
> Cc: Wasim Khan
> Subject: Re: [PATCH edk2-platforms 01/16] Sil
> -Original Message-
> From: Leif Lindholm
> Sent: Friday, May 22, 2020 4:29 PM
> To: Ard Biesheuvel
> Cc: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ; jon@solid-
> run.com; Wasim Khan
> Subject: Re: [PATCH edk2-platforms 00/16] Add P
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 3:10 PM
> To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ;
> l...@nuviainc.com; j...@solid-run.com
> Cc: Wasim Khan
> Subject: Re: [PATCH edk2-platforms 12/16] Sil
> -Original Message-
> From: Ard Biesheuvel
> Sent: Friday, May 22, 2020 2:55 PM
> To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> Meenakshi Aggarwal ; Vabhav Sharma
> ; Varun Sethi ;
> l...@nuviainc.com; j...@solid-run.com
> Cc: Wasim Khan
> Subject: Re: [PATCH edk2-platforms 05/16] Sil
With this BZ getting fixed we no longer need to special case XCODE.
Cc: Ard Biesheuvel
Cc: Jiewen Yao
Cc: Jordan Justen
Cc: Philippe Mathieu-Daudé
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=557
Signed-off-by: Andrew Fish
Signed-off-by: Andrew Fish
---
OvmfPkg/OvmfPkgIa32.dsc|
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=557
Build a nul lib in [Hii-Binary-Package.UEFI_HII] so the makefile
dependencies are satisfied.
Add --rc to Genfw in [Dynamic-Library-File] to inject the *hii.rc
data if it exists.
Signed-off-by: Andrew Fish
Cc: Bob Feng
Cc: Liming Gao
Sign
This patch series adds PE/COFF resource section support for XCODE.
It should be possible to use the build_rule.template and GenFw.c
changes on any toolchain. RVCT also has this issue so could be
fixed.
I test this on XCODE on the inject an extra section, and append to
last section path.
Andr
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=557
The XCODE toolchain does not suport injecting resource sections via
libraries so add --rc to GenFw to inject $(MODULE_NAME)hii.rc into
the final PE/COFF image.
Since moving exiting code around would break source level debugging
we must reuse
Add the following static ACPI tables for the SBSA Qemu platform
- DSDT
- FADT
- GTDT
- MADT
- MCFG
- SPCR
Currently we support 4 CPUs.
Co-authored-by: Graeme Gregory
Co-authored-by: Jonathan Cameron
Co-authored-by: Tanmay Jagdale
Signed-off-by: Tanmay Jagdale
---
Platform/Qemu/Sb
Add comment inline
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Rebecca
> Cran
> Sent: Thursday, May 21, 2020 4:26 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran ; Wang, Jian J
> ; Lu, XiaoyuX
> Subject: [edk2-devel] [PATCH 1/1] CryptoPkg: Fix VS2017 build problem for
The patch is good to me.
Reviewed-by: Guomin Jiang
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Abner
> Chang
> Sent: Sunday, April 26, 2020 10:40 PM
> To: devel@edk2.groups.io
> Cc: abner.ch...@hpe.com; Gilbert Chen ; Leif
> Lindholm ; Wu, Hao A ;
> Gao, Liming
> Subj
SEC/PEI/DXE/FVMAIN_COMPACT size savings in % 31/42/21/10
To turn off for good source level debugging add this to your INF.
[BuildOptions]
XCODE:*_*_*_CC_FLAGS = -O0 -fno-lto
Andrew Fish (1):
BaseTools: Turn on Link Time Optimization (LTO) for XCOODE
BaseTools/Conf/tools_def.template | 16 +
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1202
Turn on LTO for XCODE.
We need to pass -object_path_lto to the linker to keep source
level debugging working.
OVMF X64 before:
SECFV [14%Full] 212992 total, 30224 used, 182768 free
PEIFV [29%Full] 917504 total, 273256 used, 644248 free
DXE
The full Star Trek quote from Spock is: " I am endeavoring, ma'am, to
construct a mnemonic memory circuit using stone knives and bearskins.", but I
ran across this [1], and it felt like "stone knives and bearskins." vs my
experience with lldb debugging EFI.
So a few questions:
1) Is this Wiki
> On May 21, 2020, at 10:48 PM, Bret Barkelew
> wrote:
>
> “But we do have tools that insert the Bugzilla number in all the commits of
> the series, assist with the squash, etc.”
>
> Are these internal-only, or are they something we could evaluate when we move
> to the PR process? If not, ar
On Sun, May 24, 2020 at 8:32 PM Wasim Khan (OSS) wrote:
>
>
>
> > -Original Message-
> > From: Ard Biesheuvel
> > Sent: Friday, May 22, 2020 3:00 PM
> > To: Wasim Khan (OSS) ; devel@edk2.groups.io;
> > Meenakshi Aggarwal ; Vabhav Sharma
> > ; Varun Sethi ;
> > l...@nuviainc.com; j...@soli
20 matches
Mail list logo