I haven't got "Reviewed-by" for MdeModulePkg changes. Can Jian or Liming
approve?
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Ni, Ray
> Sent: Tuesday, June 13, 2023 2:13 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [PATCH V3 0/8] Enable SMM perf-logging
>
> T
Ray Ni (3):
UefiCpuPkg: Include ResetVector in DSC
UefiCpuPkg/ResetVector: Add guidance of how to guarantee 16B align
UefiCpuPkg/ResetVector: Remove pre-built binaries
.../Vtf0/Bin/IA32/ResetVector.ia32.port80.raw | Bin 532 -> 0 bytes
.../Vtf0/Bin/IA32/ResetVector.ia32.raw| Bin 500
Since ResetVector source module shares the same GUID as the binary
module, the binary INF file is just removed from DSC.
Signed-off-by: Ray Ni
Cc: Eric Dong
Cc: Rahul Kumar
Cc: Gerd Hoffmann
---
UefiCpuPkg/UefiCpuPkg.dsc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/
ResetVector assembly implementation puts "ALIGN 16" in the end
to guarantee the final executable file size is multiple of 16 bytes.
Because the module uses a special GUID which guarantees it's put in
the very end of a FV, which should be also the end of the FD.
Then to make sure the reset vector "J
Because it's simpler for a platform to include the ResetVector source
and having pre-built binaries add burdens of updating the pre-built
binaries. This patch removes the pre-built binaries and the script
that buids the pre-built binaries.
Signed-off-by: Ray Ni
Cc: Eric Dong
Cc: Rahul Kumar
Cc:
On Wed, Jun 14, 2023 at 07:11:18PM +0200, Heinrich Schuchardt wrote:
> Sunil V L schrieb am Mi., 14. Juni 2023, 19:01:
>
> > Recent updates to RISC-V qemu virt platform merged today (07/14),
> > have enabled both pflash devices for the S-mode payload like EDK2.
> > These updates also aligned the
Hi MT
Just to understand better.
Do you have access to the BIOS code so you can compile the BIOS with
support to MemoryProfile?
As far as I can see it seems you have added the needed libraries to your
.dsc file, but to make memoryprofile working you need to have a BIOS
capable of doing that.
On 2023-06-14 18:57, Chang, Abner wrote:
[AMD Official Use Only - General]
-Original Message-
From: devel@edk2.groups.io On Behalf Of Leif
Lindholm via groups.io
Sent: Thursday, June 15, 2023 12:13 AM
To: devel@edk2.groups.io; Chang, Abner
Cc: Michael D Kinney ; Attar, AbdulLateef
(Ab
On 6/15/23 13:50, Sunil V L wrote:
On Wed, Jun 14, 2023 at 07:11:18PM +0200, Heinrich Schuchardt wrote:
Sunil V L schrieb am Mi., 14. Juni 2023, 19:01:
Recent updates to RISC-V qemu virt platform merged today (07/14),
have enabled both pflash devices for the S-mode payload like EDK2.
These up
[AMD Official Use Only - General]
> -Original Message-
> From: Leif Lindholm
> Sent: Thursday, June 15, 2023 11:18 PM
> To: Chang, Abner ; devel@edk2.groups.io
> Cc: Michael D Kinney ; Attar, AbdulLateef
> (Abdul Lateef) ; Xing, Eric
> ; He, Jiangang ; Ard
> Biesheuvel
> Subject: Re: [ed
I see that no one has looked at this yet
https://bugzilla.tianocore.org/show_bug.cgi?id=4482
Is it possible to have someone look into upgrading openssl 1.1.1t to 1.1.1u to
hopefully make the 202308 stable tag relese
-miki
--
Miki Demeter (she/her/Miki)
Security Researcher / FW Developer
Tianoc
Create the AlderlakeSiliconPkg to provide an initial package for
silicon initialization code for Alder Lake (ADL) products. Add the
following libraries -
- BasePciSegmentMultiSegLibPci
- BaseSiConfigBlockLib
- PeiDxeSmmReserveMmio64SizeLib
- PeiPostMemSiliconPolicyInitLib
Cc: Sai Chaganty
Cc: Nat
Add Cpu/Include, Cpu/IncludePrivate and Cpu/Library
Cc: Sai Chaganty
Cc: Nate DeSimone
Cc: Isaac Oram
Cc: Rosen Chuang
Signed-off-by: Saloni Kasbekar
---
.../Cpu/Include/ConfigBlock/CpuConfig.h | 86
.../ConfigBlock/CpuConfigLibPreMemConfig.h| 195 ++
.../
Adds the following header files:
* Pch/Include
Cc: Sai Chaganty
Cc: Nate DeSimone
Cc: Isaac Oram
Cc: Rosen Chuang
Signed-off-by: Saloni Kasbekar
---
.../Include/ConfigBlock/PchGeneralConfig.h| 86
.../Pch/Include/Library/PchCycleDecodingLib.h | 59 ++
.../Pch/Include/Libra
Adds the following libraries:
- BasePchPciBdfLib
- BaseResetSystemLib
- PeiDxeSmmPchCycleDecodingLib
Cc: Sai Chaganty
Cc: Nate DeSimone
Cc: Isaac Oram
Cc: Rosen Chuang
Signed-off-by: Saloni Kasbekar
---
.../BasePchPciBdfLib/BasePchPciBdfLib.inf | 32 ++
.../Library/BasePchPciBdfLib/PchP
Adds the System Agent NVS ACPI table and structures
Cc: Sai Chaganty
Cc: Nate DeSimone
Cc: Isaac Oram
Cc: Rosen Chuang
Signed-off-by: Saloni Kasbekar
---
.../SystemAgent/AcpiTables/SaSsdt/SaNvs.asl | 18 +++
.../IncludePrivate/Protocol/SaNvsArea.h | 30 +++
..
Adds the following header files:
* SystemAgent/Include
Cc: Sai Chaganty
Cc: Nate DeSimone
Cc: Isaac Oram
Cc: Rosen Chuang
Signed-off-by: Saloni Kasbekar
---
.../Include/ConfigBlock/MemoryDxeConfig.h | 126 ++
.../ConfigBlock/SaMiscPeiPreMemConfig.h | 112 +
.../Incl
Adds the following modules:
- Library/DxeSaPolicyLib
- SaInit
Cc: Sai Chaganty
Cc: Nate DeSimone
Cc: Isaac Oram
Cc: Rosen Chuang
Signed-off-by: Saloni Kasbekar
---
.../Library/DxeSaPolicyLib/DxeSaPolicyLib.c | 225 ++
.../Library/DxeSaPolicyLib/DxeSaPolicyLib.inf | 46
Reviewed-by: Zachary Clark-williams
-Zack
-Original Message-
From: Kasbekar, Saloni
Sent: Wednesday, June 14, 2023 10:47 AM
To: devel@edk2.groups.io
Cc: Kasbekar, Saloni ; Kinney, Michael D
; Andrew Fish ; Leif Lindholm
; Clark-williams, Zachary
Subject: [PATCH 1/1] Maintainers.txt
Reviewed-by: Michael D Kinney
> -Original Message-
> From: Clark-williams, Zachary
> Sent: Thursday, June 15, 2023 11:32 AM
> To: Kasbekar, Saloni ; devel@edk2.groups.io
> Cc: Kinney, Michael D ; Andrew Fish
> ; Leif Lindholm
> Subject: RE: [PATCH 1/1] Maintainers.txt: Update NetworkPkg
+cc to maintainers
On Sat, 3 Jun 2023 01:44:40 +0400
"Joursoir" wrote:
> Add the new section for Secure Boot.
>
> Signed-off-by: Alexander Goncharov
> ---
> OvmfPkg/README | 36
> 1 file changed, 36 insertions(+)
>
> diff --git a/OvmfPkg/README b/OvmfPkg/
BaseTools have switch from EFI_IMAGE_MACHINE_*
to IMAGE_FILE_MACHINE_*. Thus, match the FCE & FMMT
tool in edk2-staging repo with the new version define.
Cc: Rebecca Cran
Cc: Liming Gao
Cc: Bob Feng
Signed-off-by: Yuwei Chen
---
BaseTools/Source/C/FMMT/Rebase.c | 12 ++--
1 file chang
Gerd,
Can you kindly provide "Reviewed-by" for the patch series?
Thanks,
Ray
> -Original Message-
> From: Ni, Ray
> Sent: Tuesday, June 13, 2023 3:56 PM
> To: devel@edk2.groups.io; abdat...@amd.com
> Cc: Paul Grimes ; Abner Chang
> ; Dong, Eric ; Kumar, Rahul R
> ; Gerd Hoffmann ; Kinney,
Reviewed-by: Eric Dong
Thanks,
Eric
-Original Message-
From: Ni, Ray
Sent: Thursday, June 15, 2023 6:51 PM
To: devel@edk2.groups.io
Cc: Dong, Eric ; Kumar, Rahul R ;
Gerd Hoffmann
Subject: [PATCH 3/3] UefiCpuPkg/ResetVector: Remove pre-built binaries
Because it's simpler for a platfo
Reviewed-by: Jian J Wang
Regards,
Jian
> -Original Message-
> From: Ni, Ray
> Sent: Tuesday, June 13, 2023 2:13 PM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J ; Gao, Liming
> ; Wu, Jiaxin ; Dong, Eric
>
> Subject: [PATCH V3 3/8] MdeModulePkg/SmmCore: Add perf-logging for time-
>
Reviewed-by: Jian J Wang
Regards,
Jian
> -Original Message-
> From: Ni, Ray
> Sent: Tuesday, June 13, 2023 2:13 PM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J ; Gao, Liming
> ; Wu, Jiaxin ; Dong, Eric
>
> Subject: [PATCH V3 4/8] MdeModulePkg/SmmCore: Add perf-logging for
> SmmDri
Reviewed-by: Jian J Wang
Regards,
Jian
> -Original Message-
> From: Ni, Ray
> Sent: Tuesday, June 13, 2023 2:13 PM
> To: devel@edk2.groups.io
> Cc: Wu, Jiaxin ; Bi, Dandan ; Gao,
> Liming ; Wang, Jian J ;
> Dong, Eric
> Subject: [PATCH V3 5/8] MdeModulePkg/SmmPerformanceLib: Disable
Reviewed-by: Jian J Wang
Regards,
Jian
> -Original Message-
> From: Ni, Ray
> Sent: Tuesday, June 13, 2023 2:13 PM
> To: devel@edk2.groups.io
> Cc: Wu, Jiaxin ; Bi, Dandan ; Gao,
> Liming ; Wang, Jian J ;
> Dong, Eric
> Subject: [PATCH V3 6/8] MdeModulePkg/SmmCorePerformanceLib: Di
Reviewed-by: Jian J Wang
Regards,
Jian
> -Original Message-
> From: Ni, Ray
> Sent: Tuesday, June 13, 2023 2:13 PM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J ; Gao, Liming
> ; Wu, Jiaxin
> Subject: [PATCH V3 8/8] MdeModulePkg/SmmCore: Perf-log
> PlatformHookBefore/AfterSmmDispat
Cc: Jiewen Yao [jyao1]
Cc: Yi Li [liyi77]
Cc: Xiaoyu Lu [xiaoyuxlu]
Cc: Guomin Jiang [guominjia]
Signed-off-by: Jian J Wang
---
Maintainers.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Maintainers.txt b/Maintainers.txt
index 42e40dced3..c645df397c 100644
--- a/Maint
Reviewed-by: Yi Li
-Original Message-
From: Wang, Jian J
Sent: Friday, June 16, 2023 12:09 PM
To: devel@edk2.groups.io
Cc: Yao, Jiewen ; Li, Yi1 ; Lu, Xiaoyu1
; Jiang, Guomin
Subject: [PATCH] Maintainers.txt: update maintainer for CryptoPkg
Cc: Jiewen Yao [jyao1]
Cc: Yi Li [liyi77]
31 matches
Mail list logo