From: Jiaqi Gao
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
EdkiiMemoryAcceptProtocol is defined in MdePkg, the method AcceptMemory()
can be called when memory needs to be accepted.
EdkiiMemoryAcceptProtocol can be installed by architecture-specific
drivers such as TdxDxe. This all
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
After EdkiiMemoryAcceptProtocol is implemented in TdxDxe driver, we can
call it to accept pages in DXE phase.
Cc: Erdem Aktas
Cc: James Bottomley
Cc: Jiewen Yao
Cc: Gerd Hoffmann
Cc: Tom Lendacky
Acked-by: Gerd Hoffman
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
Memory usage may exceed the amount accepted at the begining (SEC), TDVF
needs to accept memory dynamically when OUT_OF_RESOURCE occurs.
Another usage is in SetOrClearSharedBit. If a memory region is changed from
shared to p
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
There are below major changes in PlatformInitLib/PlatformPei
1. ProcessHobList
The unaccepted memory is accepted if it is under 4G address.
Please be noted: in current stage, we only accept the memory under 4G.
We will
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
ShellCommandRunMemMap() is updated to handle the case of unaccepted
memory type.
Cc: Ray Ni
Cc: Zhichao Gao
Cc: Erdem Aktas
Cc: Gerd Hoffmann
Cc: James Bottomley
Cc: Jiewen Yao
Cc: Tom Lendacky
Acked-by: Gerd Hoffman
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
Unaccepted memory is a kind of new memory type,
CoreInitializeGcdServices() and CoreGetMemoryMap() are updated to handle
the unaccepted memory type.
Ref: microsoft/mu_basecore@97e9c31
Cc: Jian J Wang
Cc: Liming Gao
Cc: R
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
Plase refer to:
UEFI Spec v2.9 Table 7-5 Memory Type Usage before ExitBootServices()
Cc: Michael D Kinney
Cc: Liming Gao
Cc: Zhiguang Liu
Cc: Erdem Aktas
Cc: Gerd Hoffmann
Cc: James Bottomley
Cc: Jiewen Yao
Cc: Tom
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED is defined in MdeModulePkg. The
files which use the definition are updated as well.
Cc: Erdem Aktas
Cc: Gerd Hoffmann
Cc: James Bottomley
Cc: Jiewen Yao
Cc: Tom Lendacky
Acked-by:
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED is defined for unaccepted memory.
But this defitinion has not been officially in the PI spec. Base
on the code-first we define EFI_RESOURCE_MEMORY_UNACCEPTED at
MdeModulePkg/Include/Pi/P
From: Min M Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED is defined for unaccepted memory.
But this defitinion has not been officially in the PI spec. Base
on the code-first we define BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED at
MdeModulePkg/Inclu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937
UnacceptedMemory is one of the four defined types of TD memory in Intel
TDX guest. TDVF must invoke TDCALL [TDG.MEM.PAGE.ACCEPT] the unaccepted
memory before use it. See [TDVF] Section 7.1.
TDVF: https://www.intel.com/content/dam/develop/ext
Prakash:
I don't see the reason for the change of I2CSlaveAddress. Can you help to
add it?
And, can you create pull request for this patch and make sure it pass open
CI?
Thanks
Liming
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 Prakash K via
> groups.io
> 发送时间: 2022年8月26日 12:08
> 收件人: g
Sivaparvathi:
Thanks for your update. Reviewed-by: Liming Gao mailto:gaolim...@byosoft.com.cn> >
I will merge this patch if no other comments.
Thanks
Liming
发件人: devel@edk2.groups.io 代表 sivaparvathi C via groups.io
发送时间: 2022年10月28日 16:02
收件人: Michael D Kinney ; devel@edk2.groups.io
Sivaparvathi:
Thanks for your update. Reviewed-by: Liming Gao
I will merge this patch if no other comments.
Thanks
Liming
发件人: devel@edk2.groups.io 代表 sivaparvathi C via groups.io
发送时间: 2022年10月28日 16:04
收件人: gaoliming ; devel@edk2.groups.io
主题: Re: [edk2-devel] 回复: [edk2-devel] 回复: [e
*Reminder: TianoCore Bug Triage - APAC / NAMO*
*When:*
11/01/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4ed4-8496-4ed77
I have no more comments. Reviewed-by: Liming Gao for
those changes.
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 Min Xu
> 发送时间: 2022年10月26日 21:35
> 收件人: devel@edk2.groups.io; Gao, Liming ;
> 'Dionna Amalie Glaze'
> 抄送: Gao, Zhichao ; Ni, Ray ;
> Aktas, Erdem ; 'Gerd Hoffmann'
> ; 'James Bot
Pierre:
New change in MdePkg to rename library class name is good to me.
Reviewed-by: Liming Gao
Thanks
Liming
> -邮件原件-
> 发件人: pierre.gond...@arm.com
> 发送时间: 2022年10月28日 23:33
> 收件人: devel@edk2.groups.io
> 抄送: Sami Mujawar ; Leif Lindholm
> ; Ard Biesheuvel ;
> Rebecca Cran ; Michael D
Reviewed-by: Liming Gao
发件人: Demeter, Miki
发送时间: 2022年11月1日 6:32
收件人: devel@edk2.groups.io
抄送: Kinney, Michael D ; Gao, Liming
; Wang, Jian J
主题: [Patch v4] MdeModulePkg/PiSmmCoreSmmEntryPoint
underflow(CVE-2021-38578)
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3387
Added us
Reviewed-by: Nate DeSimone
> -Original Message-
> From: Chiu, Chasel
> Sent: Thursday, October 27, 2022 7:58 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel ; Desimone, Nathaniel L
> ; Zeng, Star
> Subject: [PATCH] IntelFsp2Pkg: Update Function header to support IA32/X64.
>
> REF: htt
Sorry wrong shortcut.
Reviewed-by: Michael Kubacki
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#95784): https://edk2.groups.io/g/devel/message/95784
Mute This Topic: https://groups.io/mt/94629822/21656
Group Owner: devel+ow...@edk2.gr
Signed-off-by: Michael Kubacki
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#95783): https://edk2.groups.io/g/devel/message/95783
Mute This Topic: https://groups.io/mt/94629822/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe:
Look good. Good find.
reviewed-by: Sean Brogan
On 10/28/2022 8:59 AM, Michael D Kinney wrote:
Always use the module name with FILE_GUID to generate the host-based
unit test executable image and symbol files. This allows the same
host-based unit test INF file to be used more than once in a si
*Tools, CI, Code base construction meeting series*
*When:*
10/31/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://github.com/tianocore/edk2/discussions/2614
View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1610037 )
*Description:*
TianoCore community,
Micros
Pushed a806ea1062c254bd6e09db7d0f7beb4d14bc3ed0
Mike
> -Original Message-
> From: Jayaprakash, N
> Sent: Monday, October 31, 2022 7:36 AM
> To: Kinney, Michael D ; devel@edk2.groups.io
> Cc: Rebecca Cran
> Subject: RE: [edk2-libc Patch 1/1] edk2-libc: remove substring 368 from py
> uef
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3387
Added use of SafeIntLib to validate values are not causing overflows or
underflows in user controlled values when calculating buffer sizes.
Signed-off-by: Miki Demeter
Reviewed-by: Michael D Kinney
Cc: Jian J Wang
Cc: Liming Gao
*Reminder: Tools, CI, Code base construction meeting series*
*When:*
10/31/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://github.com/tianocore/edk2/discussions/2614
View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1610037 )
*Description:*
TianoCore communit
++ visibility
-Original Message-
From: Clark-williams, Zachary
Sent: Friday, October 28, 2022 1:13 PM
To: Kinney, Michael D ; Rabeda, Maciej
; Luo, Heng ; Kuo, Scottie
; Kuo, Ted ; Dutkiewicz, Michal
; devel@edk2.groups.io; Fu, Siyuan
; Wu, Jiaxin ; Otcheretianski, Andrei
Subject:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4086
This commit adds support for new FIT record type for
Vendor Authorized Boot (VAB) security technology(FIT spec revision 1.4).
VAB defines 3 new following types
Vendor Authorized Boot Provisioning Table (Type 0x1A)
Vendor Authorized Boot Imag
Hi Mike,
Thanks for reviewing the PR😊
Could you merge this PR?
Regards,
JP
-Original Message-
From: Kinney, Michael D
Sent: 27 October 2022 21:25
To: Jayaprakash, N ; devel@edk2.groups.io; Kinney,
Michael D
Cc: Rebecca Cran
Subject: RE: [edk2-libc Patch 1/1] edk2-libc: remove substr
Merged as e9a3613ce066..66772bc8523c
Thanks.
Regards,
Sami Mujawar
On 23/09/2022 02:35 pm, pierre.gond...@arm.com wrote:
From: Pierre Gondois
Add myself as reviewer for the DynamicTablesPkg.
Signed-off-by: Pierre Gondois
---
Maintainers.txt | 1 +
1 file changed, 1 insertion(+)
diff -
Merged as 52199bf5326a..e9a3613ce066
Thanks.
Regards,
Sami Mujawar
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#95773): https://edk2.groups.io/g/devel/message/95773
Mute This Topic: https://groups.io/mt/94232518/21656
Group Owner: de
Hi Abner,
See my comments below.
From: Chang, Abner
Sent: Sunday, October 30, 2022 10:24 PM
To: Igor Kulchytskyy ; Nickle Wang ;
devel@edk2.groups.io
Cc: Nick Ramirez
Subject: RE: [EXTERNAL] RE: [edk2-devel] [PATCH]
RedfishPkg/RedfishPlatformCredentialLib: IPMI implementation
[AMD Official
Hi Pavamana,
This is the output on my side.
py -3 BaseTools\Scripts\PatchCheck.py
edk2-devel]-[PATCH-v2]-edk2Platforms-Silicon-Add-VAB-FIT-record-types-support-in-FitGen.c.patch
Checking patch file:
edk2-devel]-[PATCH-v2]-edk2Platforms-Silicon-Add-VAB-FIT-record-types-support-in-FitGen.c.patch
33 matches
Mail list logo