|
Re: [PATCH v3 0/3] DynamicTablesPkg: Pcie generation updates
Merged as f0064ac3afa2..19a87683654a
Thanks.
Regards,
Sami Mujawar
Merged as f0064ac3afa2..19a87683654a
Thanks.
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#91567
·
|
|
How to handle USBIO operation during FmpDxe update capsule flow?
Hi all,
According to the instructions of edk2-platforms, I can build MinnowMax.cap and CapsuleApp.efi.
Build command: build -a IA32 -a X64 -n 5 -t VS2019 -b DEBUG -p
Hi all,
According to the instructions of edk2-platforms, I can build MinnowMax.cap and CapsuleApp.efi.
Build command: build -a IA32 -a X64 -n 5 -t VS2019 -b DEBUG -p
|
By
gordontcp@...
·
#91566
·
|
|
Re: [PATCH] UefiPayloadPkg: Fix RelaAddress type always mismatch in if condition
Hi Ray,
Any comment on this patch?
Thanks,
James
Hi Ray,
Any comment on this patch?
Thanks,
James
|
By
Lu, James
·
#91565
·
|
|
Re: [PATCH V4 0/8] Enable secure-boot when lauch OVMF with -bios parameter
Hi, Gerd
Do you have any comments to this patch-set?
Thanks Min
Hi, Gerd
Do you have any comments to this patch-set?
Thanks Min
|
By
Min Xu
·
#91564
·
|
|
Re: [PATCH] VirtualKeyboardFeaturePkg: Pre OS virtual keyboard touch are not working with I2C touch panel
Reviewed-by: Dandan Bi <dandan.bi@...>
Reviewed-by: Dandan Bi <dandan.bi@...>
|
By
Dandan Bi
·
#91563
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 07/19/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
07/19/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
07/19/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#91562
·
|
|
Re: [Patch V2 1/1] BaseTools: remove directly calling for gcc command
Does every cc support dumpversion?
thanks,
ray
Does every cc support dumpversion?
thanks,
ray
|
By
Ni, Ray
·
#91561
·
|
|
Re: [edk2-platforms][PATCH V2 1/1] MinPlatformPkg: Add missing FV PCD
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#91560
·
|
|
Re: [PATCH v2] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#91559
·
|
|
[Patch V2 1/1] BaseTools: remove directly calling for gcc command
In some environment, the directly calling for gcc is not supported.
This patch fixes the issue.
Cc: Bob Feng <bob.c.feng@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Yuwei Chen
In some environment, the directly calling for gcc is not supported.
This patch fixes the issue.
Cc: Bob Feng <bob.c.feng@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Yuwei Chen
|
By
Yuwei Chen
·
#91558
·
|
|
Re: [PATCH 0/2] Support 64bit FspResetType in X64 build.
patch series
By
Chiu, Chasel
·
#91557
·
|
|
Re: [PATCH v2 0/2] MinPlatformPkg: FspResetType support for X64 build.
This patch series has been merged:
cfd7e5f231fd644a5cb585d8ab68aa701af6a286
0f836bd4e3e18b9bd0d1a73b849a554519ee82fa
Thanks,
Chasel
This patch series has been merged:
cfd7e5f231fd644a5cb585d8ab68aa701af6a286
0f836bd4e3e18b9bd0d1a73b849a554519ee82fa
Thanks,
Chasel
|
By
Chiu, Chasel
·
#91556
·
|
|
Re: [edk2-platforms][PATCH V2 0/2] Add MinPlatformPkg NOOPT build option
For this series, Reviewed-by: Chasel Chiu <chasel.chiu@...>
Thanks,
Chasel
For this series, Reviewed-by: Chasel Chiu <chasel.chiu@...>
Thanks,
Chasel
|
By
Chiu, Chasel
·
#91555
·
|
|
Re: [PATCH 0/2] Support 64bit FspResetType in X64 build.
For the series...
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
For the series...
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#91554
·
|
|
[PATCH] EmulatorPkg/PosixFileSystem: Add NULL check on memory allocation
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4001
This commit adds NULL check on memory allocation of the size
for FileName in ASCII string format at PosixFileSetInfo().
Signed-off-by: Miki
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4001
This commit adds NULL check on memory allocation of the size
for FileName in ASCII string format at PosixFileSetInfo().
Signed-off-by: Miki
|
By
Miki Shindo
·
#91553
·
|
|
Re: [PATCH v2 0/2] MinPlatformPkg: FspResetType support for X64 build.
For the series...
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
For the series...
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#91552
·
|
|
Capturing Stdio of an image loaded using EFI_BOOT_SERVICES.LoadImage()
Hello everyone. So while trying to make Rust `remote-test-server`, I found out that it also needs to be able to launch other UEFI applications (which will be the tests themselves). The Stdout and
Hello everyone. So while trying to make Rust `remote-test-server`, I found out that it also needs to be able to launch other UEFI applications (which will be the tests themselves). The Stdout and
|
By
Ayush Singh
·
#91551
·
|
|
[edk2-platforms][PATCH V2 2/2] MinPlatformPkg/Build: Reduce duplication
Removed needless duplication between sections.
Addes spaces after commas.
Remove commented out code.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao <gaoliming@...>
Cc:
Removed needless duplication between sections.
Addes spaces after commas.
Remove commented out code.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao <gaoliming@...>
Cc:
|
By
Isaac Oram
·
#91550
·
|
|
[edk2-platforms][PATCH V2 1/2] MinPlatformPkg/Build: Add NOOPT build
Add NOOPT build support to enable easy debugging of
unoptimized code.
Generally the same libraries are desired for DEBUG
and NOOPT.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao
Add NOOPT build support to enable easy debugging of
unoptimized code.
Generally the same libraries are desired for DEBUG
and NOOPT.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao
|
By
Isaac Oram
·
#91549
·
|
|
[edk2-platforms][PATCH V2 0/2] Add MinPlatformPkg NOOPT build option
V2:
Wrap DXE performance library with feature PCD
V1:
Add the NOOPT build option.
Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include
V2:
Wrap DXE performance library with feature PCD
V1:
Add the NOOPT build option.
Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include
|
By
Isaac Oram
·
#91548
·
|