From: Benny Lin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392
Add FDT support in EDK2 by submodule 3rd party libfdt
(https://github.com/devicetree-org/pylibfdt/tree/main/libfdt)
and refer to LibcLib implementation by Pedro.
Cc: Michael D Kinney
Cc: Liming Gao
Cc: Zhiguang Liu
Cc: S
From: Benny Lin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392
Add FDT support in EDK2 by submodule 3rd party libfdt
(https://github.com/devicetree-org/pylibfdt/tree/main/libfdt)
Add submodule libfdt and update ReadMe for the licence.
Reviewed-by: Leif Lindholm
Reviewed-by: Michael D
From: Benny Lin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392
Add FDT support in EDK2 by submodule 3rd party libfdt
(https://github.com/devicetree-org/pylibfdt/tree/main/libfdt)
Add RequiredSubmodule object for CI setting.
Reviewed-by: Michael D Kinney
Cc: Sean Brogan
Cc: Michael K
From: Benny Lin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392
Add FDT support in EDK2 by submodule 3rd party libfdt
(https://github.com/devicetree-org/pylibfdt/tree/main/libfdt)
and refer to LibcLib implementation by Pedro.
Cc: Michael D Kinney
Cc: Liming Gao
Cc: Zhiguang Liu
Acked
Hi,
> I'd have to dig much deeper to see if there's a way to identify whether a
> VARS file was specified on the Qemu command line. I *think* (please correct
> me if I'm missing something) for SEV and SEV-ES it would be straight forward
> to try and access the memory as shared and check the head
Hi Gao,
Thanks for your feedback. I will separate it in v2.
Thanks,
Tinh
From: gaoliming
Sent: Friday, April 28, 2023 12:17 PM
To: Tinh Nguyen OS ; devel@edk2.groups.io
Cc: Open Source Submission ;
michael.d.kin...@intel.com ; zhiguang@intel.com
; abner.c
> -Original Message-
> From: Liu, Zhiguang
> Sent: Friday, April 28, 2023 2:42 PM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang ; Dong, Eric
> ; Ni, Ray ; Kumar, Rahul R
> ; Gerd Hoffmann ; De,
> Debkumar ; West, Catharine
>
> Subject: [PATCH v3 1/5] UefiCpuPkg/ResetVector: Rename mac
The changes look good to me.
Please change the macro per comments to patch #1, then update this patch
accordingly.
> -Original Message-
> From: Liu, Zhiguang
> Sent: Friday, April 28, 2023 2:42 PM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang ; Dong, Eric
> ; Ni, Ray ; Kumar, Rahul R
>
6. PDP_1G -> PDPTE_1GB
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Ni, Ray
> Sent: Friday, April 28, 2023 5:03 PM
> To: Liu, Zhiguang ; devel@edk2.groups.io
> Cc: Dong, Eric ; Kumar, Rahul R
> ; Gerd Hoffmann ; De,
> Debkumar ; West, Catharine
>
> Subject: Re: [edk2-de
The changes look good to me.
Please change the macro per comments to patch #1, then update this patch
accordingly.
> -Original Message-
> From: Liu, Zhiguang
> Sent: Friday, April 28, 2023 2:42 PM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang ; Dong, Eric
> ; Ni, Ray ; Kumar, Rahul R
>
OVMF can't guarantee that the ASSERT() doesn't happen. Misbehaving
EFI applications can trigger this. So log a warning instead and try
to continue.
Reproducer: Fetch windows 11 22H2 iso image, boot it in qemu with OVMF.
Traced to BootServices->Stall() being called with IPL=TPL_HIGH_LEVEL
and In
The changes look good to me.
Please change the macro per comments to patch #1, then update this patch
accordingly.
> -Original Message-
> From: Liu, Zhiguang
> Sent: Friday, April 28, 2023 2:42 PM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang ; Dong, Eric
> ; Ni, Ray ; Kumar, Rahul R
>
The changes look good to me.
Please change the macro per comments to patch #1, then update this patch
accordingly.
> -Original Message-
> From: Liu, Zhiguang
> Sent: Friday, April 28, 2023 2:42 PM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang ; Dong, Eric
> ; Ni, Ray ; Kumar, Rahul R
>
On Fri, 28 Apr 2023 at 07:02, gaoliming via groups.io
wrote:
>
> Ard:
>
> > -邮件原件-
> > 发件人: devel@edk2.groups.io 代表 Ard
> > Biesheuvel
> > 发送时间: 2023年4月27日 22:47
> > 收件人: devel@edk2.groups.io; gaolim...@byosoft.com.cn
> > 抄送: Michael Kubacki
> > 主题: Re: [edk2-devel] [PATCH] MdePkg BasePe
Sure. This patch is merged https://github.com/tianocore/edk2/pull/4321.
Thanks for the contribution.
Look forward to your investigation result.
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Nhi
> Pham via groups.io
> Sent: Friday, April 28, 2023 11:14 AM
> To: Yao, Jiew
On 28/04/2023 10:10, Gerd Hoffmann wrote:
OVMF can't guarantee that the ASSERT() doesn't happen. Misbehaving
EFI applications can trigger this. So log a warning instead and try
to continue.
Reproducer: Fetch windows 11 22H2 iso image, boot it in qemu with OVMF.
Traced to BootServices->Stall()
Thanks for follow up that.
Reviewed-by: Gua Guo
-Original Message-
From: Hsieh, PaytonX
Sent: Friday, April 28, 2023 7:41 PM
To: devel@edk2.groups.io
Cc: Hsieh, PaytonX ; Dong, Guo ;
Ni, Ray ; Rhodes, Sean ; Lu, James
; Guo, Gua
Subject: [PATCH v3] UefiPayloadPkg: Fix issues when MU
On 4/27/23 10:31, Michael D Kinney wrote:
Hello,
All docs were migrated to github tianocore-docs organization about 3
years ago.
https://github.com/tianocore-docs
The following 2 wiki page has links to all the documents
https://tianocore-docs.github.io/
https://github.com/tianocore/tianoc
On Fri, Apr 28, 2023 at 11:26:32AM +, Michael Brown wrote:
> On 28/04/2023 10:10, Gerd Hoffmann wrote:
> > OVMF can't guarantee that the ASSERT() doesn't happen. Misbehaving
> > EFI applications can trigger this. So log a warning instead and try
> > to continue.
> >
> > Reproducer: Fetch win
Hi Payton,
Thanks for responding. I understand the idea of the patch, Gua described my
idea better. I was thinking that there would be two library instances,
BaseSerialPortLibHob.inf and DxeSerialPortLibHob.inf. BASE compiles only
BaseSerialPortLibHob.c, and DXE compiles the BaseSerialPortLibHob
On 28/04/2023 14:38, Gerd Hoffmann wrote:
I suspect the windows boot loader does something fishy here, but I can't
proof it, I have not yet pinned down the exact location where interrupts
get enabled while running at IPL=TPL_HIGH_LEVEL (which is what I suspect
is happening, but of course this is
[Public]
Hi Maintainers,
Please review the patch.
Thanks
AbduL
-Original Message-
From: Abdul Lateef Attar
Sent: 10 April 2023 15:56
To: devel@edk2.groups.io
Cc: Attar, AbdulLateef (Abdul Lateef) ; Chang, Abner
; Sai Chaganty ; Isaac Oram
; Nate DeSimone ;
Liming Gao
Subject:
From: PaytonX Hsieh
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4427
1. Since UART speed is slower than CPU, BIOS need to check the write
buffer is empty, to avoid overwrite the buffer content.
2. LPSS UART might disable MMIO space for Windows debug usage during
ExitBootServices ev
From: PaytonX Hsieh
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4427
1. Since UART speed is slower than CPU, BIOS need to check the write
buffer is empty, to avoid overwrite the buffer content.
2. LPSS UART might disable MMIO space for Windows debug usage during
ExitBootServices ev
Hi Benjamin,
Due to some platform will disable the MMIO access of UART in ExitBootServices
event.
So we register an ExitBootServices event to avoid access the invalid MMIO
space, it will cause the system hang when boot to windows OS.
And the serial port library is also used in SEC and PEI phas
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103786): https://edk2.groups.io/g/devel/message/103786
Mute This Topic: https://groups.io/mt/98566052/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/deve
[AMD Official Use Only - General]
Hi Tinh,
Below is my comments,
> -Original Message-
> From: Tinh Nguyen
> Sent: Friday, April 28, 2023 12:00 PM
> To: devel@edk2.groups.io
> Cc: patc...@amperecomputing.com; michael.d.kin...@intel.com;
> gaolim...@byosoft.com.cn; zhiguang@intel.com;
[AMD Official Use Only - General]
Reviewed-by: Abner Chang
> -Original Message-
> From: Tinh Nguyen
> Sent: Friday, April 28, 2023 12:00 PM
> To: devel@edk2.groups.io
> Cc: patc...@amperecomputing.com; michael.d.kin...@intel.com;
> gaolim...@byosoft.com.cn; zhiguang@intel.com; Chang
[AMD Official Use Only - General]
Hi Tinh,
Could you please also create a BZ ticket for tracking this? Thus this
information will be also covered by edk2 stable release note.
Thanks
Abner
> -Original Message-
> From: Tinh Nguyen
> Sent: Friday, April 28, 2023 12:00 PM
> To: devel@edk2.
29 matches
Mail list logo