|
Re: [PATCH v3 1/3] [edk2-platforms] Silicon/Intel/FitGen: Support multiple Startup ACM Type 2 entries in FitGen tool
This patch series was pushed.
Thanks,
Bob
This patch series was pushed.
Thanks,
Bob
|
By
Bob Feng
·
#91065
·
|
|
Re: [PATCH] UefiPayloadPkg: Set console rows and columns to 100
Reviewed-by: Lean Sheng Tan<sheng.tan@...>
Reviewed-by: Lean Sheng Tan<sheng.tan@...>
|
By
Sheng Lean Tan
·
#91064
·
|
|
Re: [PATCH] UefiPayloadPkg: Hook up PCIE_BASE build option
Reviewed-by: Lean Sheng Tan<sheng.tan@...>
Reviewed-by: Lean Sheng Tan<sheng.tan@...>
|
By
Sheng Lean Tan
·
#91063
·
|
|
Re: [PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode
Reviewed-by: Lean Sheng Tan<sheng.tan@...>
Reviewed-by: Lean Sheng Tan<sheng.tan@...>
|
By
Sheng Lean Tan
·
#91062
·
|
|
Re: How to get FrontPage to fill screen
Hi Liming
Thanks - I managed to get it working with two patches:
https://edk2.groups.io/g/devel/message/91046
https://review.coreboot.org/c/coreboot/+/65643
Sean
Hi Liming
Thanks - I managed to get it working with two patches:
https://edk2.groups.io/g/devel/message/91046
https://review.coreboot.org/c/coreboot/+/65643
Sean
|
By
Sean Rhodes
·
#91061
·
|
|
[PATCH v2] UefiPayloadPkg: Add macro to support selective driver in UPL
From: James Lu <james.lu@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3967
Add macros to decide modules built into UPL.elf.
Macro list:
- GENERIC_MEMORY_TEST_ENABLE:
From: James Lu <james.lu@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3967
Add macros to decide modules built into UPL.elf.
Macro list:
- GENERIC_MEMORY_TEST_ENABLE:
|
By
Lu, James
·
#91060
·
|
|
Re: [PATCH] UefiPayloadPkg: Add macro to support selective driver in UPL
Replied as below
Thanks,
James
Replied as below
Thanks,
James
|
By
Lu, James
·
#91059
·
|
|
[PATCH] SecurityPkg: Add TPM NVIndex Extend support.
Signed-off-by: Qi Zhang <qi1.zhang@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Rahul Kumar <rahul1.kumar@...>
Cc: Qi Zhang <qi1.zhang@...>
---
Signed-off-by: Qi Zhang <qi1.zhang@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Rahul Kumar <rahul1.kumar@...>
Cc: Qi Zhang <qi1.zhang@...>
---
|
By
Qi Zhang
·
#91058
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 07/05/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
07/05/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
07/05/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#91057
·
|
|
Re: 回复: [PATCH] MdePkg/BasePrintLib: Add %z specifier
Fixed in v2.
--
Pedro Falcato
Fixed in v2.
--
Pedro Falcato
|
By
Pedro Falcato
·
#91056
·
|
|
[PATCH v2] MdePkg/BasePrintLib: Add %z specifier
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3977
%z is used in standard C99 as the printf specifier for size_t types.
Add support for it so we can portably print UINTN.
Cc: Michael D Kinney
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3977
%z is used in standard C99 as the printf specifier for size_t types.
Add support for it so we can portably print UINTN.
Cc: Michael D Kinney
|
By
Pedro Falcato
·
#91055
·
|
|
回复: [PATCH] MdePkg/BasePrintLib: Add %z specifier
Pedro:
Please also add %z description in Edk2\MdePkg\Include\Library\PrintLib.h.
And, please also submit one BZ for this change. This is a new feature.
Thanks
Liming
Pedro:
Please also add %z description in Edk2\MdePkg\Include\Library\PrintLib.h.
And, please also submit one BZ for this change. This is a new feature.
Thanks
Liming
|
By
gaoliming
·
#91054
·
|
|
回复: [edk2-devel] How to get FrontPage to fill screen
Please try below setting.
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn | 128
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow | 40
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
Please try below setting.
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn | 128
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow | 40
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
|
By
gaoliming
·
#91053
·
|
|
回复: [PATCH] MdeModulePkg/Variable: SCT run AuthVar_conf is failed
Jun:
I agree this change. You can add my reviewed-by.
Thanks
Liming
Jun:
I agree this change. You can add my reviewed-by.
Thanks
Liming
|
By
gaoliming
·
#91052
·
|
|
[PATCH] MdePkg/BasePrintLib: Add %z specifier
%z is used in standard C99 as the printf specifier for size_t types.
Add support for it so we can portably print UINTN.
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming Gao
%z is used in standard C99 as the printf specifier for size_t types.
Add support for it so we can portably print UINTN.
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming Gao
|
By
Pedro Falcato
·
#91051
·
|
|
Re: [PATCH v1 1/1] UefiCpuPkg: Coding style bug fix
Hi Ray,
Thank you for the suggestion.
I will update the patchset and send version 2 soon.
Best regards,
Pawel
--
Paweł Poławski
Red Hat Virtualization
ppolawsk@...
@RedHat Red Hat Red Hat
Hi Ray,
Thank you for the suggestion.
I will update the patchset and send version 2 soon.
Best regards,
Pawel
--
Paweł Poławski
Red Hat Virtualization
ppolawsk@...
@RedHat Red Hat Red Hat
|
By
Paweł Poławski
·
#91050
·
|
|
Now: Tools, CI, Code base construction meeting series - 07/04/2022
#cal-notice
Tools, CI, Code base construction meeting series
When:
07/04/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Tools, CI, Code base construction meeting series
When:
07/04/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#91049
·
|
|
Re: [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage
For this series -
Reviewed-by: Thomas Abraham <thomas.abraham@...>
Tested-by: Thomas Abraham <thomas.abraham@...>
Thanks.
For this series -
Reviewed-by: Thomas Abraham <thomas.abraham@...>
Tested-by: Thomas Abraham <thomas.abraham@...>
Thanks.
|
By
Thomas Abraham
·
#91048
·
|
|
[PATCH] UefiPayloadPkg: Hook up PCIE_BASE build option
Hook up PCIE_BASE to PcdPciExpressBaseAddress
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Sean Rhodes
Hook up PCIE_BASE to PcdPciExpressBaseAddress
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Sean Rhodes
|
By
Sean Rhodes
·
#91047
·
|
|
[PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode
Set PCDs ConOutRow, ConOutColumn, SetupConOutRow and SetupConOutColumn
to 0 to allow front page to full the screen.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin
Set PCDs ConOutRow, ConOutColumn, SetupConOutRow and SetupConOutColumn
to 0 to allow front page to full the screen.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin
|
By
Sean Rhodes
·
#91046
·
|