Any comments from bhyve folks on that?
Best regards
Corvin
Beckhoff Automation GmbH & Co. KG | Managing Director: Dipl. Phys. Hans Beckhoff
Registered office: Verl, Germany | Register court: Guetersloh HRA 7075
-Original Message-
From: Corvin Köhne
Sent: Tuesday, March 29, 2022 12:14
Hi Ming,
I am not sure if this is an issue at my end, but I cannot apply this patch
series, can you check, please?
Also, is it possible to share these patches on a Github branch.
Regards,
Sami Mujawar
On 30/03/2022, 10:37, "Ming Huang" wrote:
Hi,
Any comment about this series?
Reviewed-by: Star Zeng
-Original Message-
From: Chiu, Chasel
Sent: Wednesday, April 6, 2022 11:42 AM
To: Pu, Yu ; devel@edk2.groups.io
Cc: Desimone, Nathaniel L ; Zeng, Star
Subject: RE: [PATCH v1 2/6] IntelFsp2WrapperPkg: Add CpuLib to module INFs that
depend on UefiCpuLib.
Thanks
Reviewed-by: Star Zeng
-Original Message-
From: Chiu, Chasel
Sent: Wednesday, April 6, 2022 11:42 AM
To: Pu, Yu ; devel@edk2.groups.io
Cc: Desimone, Nathaniel L ; Zeng, Star
Subject: RE: [PATCH v1 1/6] IntelFsp2Pkg: Add CpuLib to module INFs that depend
on UefiCpuLib
Thanks Yu!
Rev
Current implementation of the Elf loader reuses the same memory range if
the desired memory range is covered by [file base, file base + file size].
However, there is a potentil bug, for example:
If the first segment is located at 0x1000, and the desired address is
0x2000. While the second segment i
Hi Ted,
Please see my comments inline below.
Thanks,
Chasel
> -Original Message-
> From: Kuo, Ted
> Sent: Monday, April 4, 2022 2:23 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel ; Desimone, Nathaniel L
> ; Zeng, Star ; S,
> Ashraf Ali
> Subject: [edk2-devel][PATCH v2 2/8] IntelFs
Hi Ted,
Please see my comments inline below.
Thanks,
Chasel
> -Original Message-
> From: Kuo, Ted
> Sent: Monday, April 4, 2022 2:23 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel ; Desimone, Nathaniel L
> ; Zeng, Star ; S,
> Ashraf Ali
> Subject: [edk2-devel][PATCH v2 1/8] Inte
One more comments.
Thanks,
Chasel
> -Original Message-
> From: Chiu, Chasel
> Sent: Wednesday, April 6, 2022 10:40 PM
> To: Kuo, Ted ; devel@edk2.groups.io
> Cc: Desimone, Nathaniel L ; Zeng, Star
> ; S, Ashraf Ali
> Subject: RE: [edk2-devel][PATCH v2 2/8] IntelFsp2Pkg: Add
> FSPx_ARCH
HI Ted,
Please see my comments below inline.
Thanks,
Chasel
> -Original Message-
> From: Kuo, Ted
> Sent: Monday, April 4, 2022 2:23 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel ; Desimone, Nathaniel L
> ; Zeng, Star ; S,
> Ashraf Ali
> Subject: [edk2-devel][PATCH v2 8/8] IntelF
From: Michael Kubacki
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479
The UEFI variable drivers such as VariableRuntimeDxe, VariableSmm,
VariableStandaloneMm, etc. (and their dependent protocol/library
stack), typically acquire UEFI variable store flash information
with PCDs declared in
From: Michael Kubacki
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479
Adds a new GUID that is used to identify a HOB that passes variable
flash information to UEFI variable drivers in HOB consumption phases
such as DXE, Traditional MM, and Standalone MM.
This information was previously
From: Michael Kubacki
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479
Updates VariableRuntimeDxe, VariableSmm, and VariableStandaloneMm
to acquire variable flash information from the Variable Flash
Information HOB.
If the HOB is not present, the drivers will continue to directly
read fl
From: Michael Kubacki
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479
Adds support to the UEFI variable fault tolerant write (FTW) drivers
to receive FTW base and size information dynamically via the Variable
Flash Information HOB.
This supplements support added earlier for the variable
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
1.Added FSPx_ARCH2_UPD structures which support both IA32 and X64.
2.Added FSPx_UPD_COMMON_FSP24 structures.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashraf Ali S
Signed-off-by: Ted Kuo
---
IntelFsp2Pkg/FspSecCore/Ia32/FspApi
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
Updated FSP_GLOBAL_DATA and FSP_PLAT_DATA structures to support
both IA32 and X64.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashraf Ali S
Signed-off-by: Ted Kuo
---
IntelFsp2Pkg/FspSecCore/SecFsp.c | 2 +-
IntelFsp2Pkg/In
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
1.Added EFIAPI to FspNotifyPhasePeimEntryPoint.
2.Changed AsmReadEsp to AsmReadStackPointer.
3.Changed the type of the return value of AsmReadStackPointer
from UINT32 to UINTN.
4.Changed the type of TemporaryMemoryBase, PermenentMemoryBase
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
Currently PEI drivers/libraries only support 32bit in IntelFsp2Pkg and
IntelFsp2WrapperPkg. The patches below are needed to support these
drivers/libraries in 64bit.
V2 changes:
1.Change FSPM_UPD_COMMON2 to FSPM_UPD_COMMON_FSP24 in FspApiEnt
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
1.Added SecFspSecPlatformLibNull support for X64.
2.Added X64 support to IntelFsp2Pkg.dsc.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashraf Ali S
Signed-off-by: Ted Kuo
---
IntelFsp2Pkg/IntelFsp2Pkg.dsc |
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
Adopt FSPM_UPD_COMMON_FSP24 in FspmWrapperPeim to support X64.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashraf Ali S
Signed-off-by: Ted Kuo
---
.../FspmWrapperPeim/FspmWrapperPeim.c | 25 ++
1
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
1.Added FspSecCore support for X64.
2.Bumped FSP header revision to 7 to indicate FSP 64bit is supported.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashraf Ali S
Signed-off-by: Ted Kuo
---
IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
Add Execute64BitCode to execute 64bit code from long mode directly
in PEI 64bit.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashraf Ali S
Signed-off-by: Ted Kuo
---
.../BaseFspWrapperApiLib/FspWrapperApiLib.c| 42 +++
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
1.Added SecFspWrapperPlatformSecLibSample support for X64.
2.Adopted FSPT_ARCH2_UPD in SecFspWrapperPlatformSecLibSample.
3.Moved Fsp.h up one level to be shared across IA32 and X64.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Star Zeng
Cc: Ashr
I seem to remember seeing previous feedback that Bhyve developers
strongly preferred the BhyveFwCtl mechanism. I've been out of the loop
though (busy with $dayjob) so I don't know if things have changed.
Hopefully other people can provide feedback.
--
Rebecca Cran
On 4/6/22 01:00, Corvin Köhn
[re-posting from my personal email account, since my mail to
freebsd-virtualization got rejected]
I seem to remember seeing previous feedback that Bhyve developers
strongly preferred the BhyveFwCtl mechanism. I've been out of the loop
though (busy with $dayjob) so I don't know if things have c
Hello
I am trying to build the Python environment for UEFI as per Py368ReadMe.txt.
I am doing this on Ubuntu 20.04.4 LTS with GCC5 for X64, all instructions
seem to be meant for windows and MSFT.
I was able to build everything else and verify that it works, so I don't
see why this should be an iss
[re-posting from my personal email account, since my mail to > freebsd-virtualization got rejected]> > I seem to remember seeing
previous feedback that Bhyve developers > strongly preferred the
BhyveFwCtl mechanism. I've been out of the loop > though (busy with
$dayjob) so I don't know if thing
Hi,
pon., 14 mar 2022 o 16:38 Marcin Wojtas napisał(a):
>
> Hi,
>
> ES ACS v1.0 test suite (https://github.com/ARM-software/arm-systemready)
> unveiled a number of issues in Pp2Dxe SNP callbacks.
> This patchset fixes all of them and allow for
> successful SCT tests run.
>
> For convenience, the
Hi,
pon., 14 mar 2022 o 18:17 Sunny Wang napisał(a):
>
> Looks good. Thanks much, Marcin.
>
> This will be helpful as http://wiki.macchiatobin.net/tiki-index.php has been
> not accessible for quite a while.
>
> Reviewed-by: Sunny Wang
>
Do you have any feedback about the patch?
Best regards,
Hi Ayush!
I had a decent look at your proposal, and I have some questions (note that
you can always re-submit proposals until April 19th):
1) How are you planning to reconcile the cargo build system with EDK2's
build system?
2) If you go ahead with cargo, will the new Rust code require a lot of
Could I have some more reviews on this please? I'd like to get this into
the tree soon.
--
Rebecca Cran
On 3/21/22 14:20, Rebecca Cran wrote:
This patch set adds debugging support for gdb and lldb.
It also adds generic debugging classes that use a file like object to
make it easy to import int
> -; UINT32
> +; UINTN
> ; EFIAPI
> -; AsmReadEsp (
> +; AsmReadStackPointer (
> ; VOID
> ; );
>
> ;--
> -global ASM_PFX(AsmReadEsp)
> -ASM_PFX(AsmReadEsp):
> +global ASM_PFX(AsmReadStackPointer)
> +ASM_PFX(AsmRead
> On Apr 6, 2022, at 4:57 PM, Ni, Ray wrote:
>
>> -; UINT32
>> +; UINTN
>> ; EFIAPI
>> -; AsmReadEsp (
>> +; AsmReadStackPointer (
>> ; VOID
>> ; );
>> ;--
>> -global ASM_PFX(AsmReadEsp)
>> -ASM_PFX(AsmReadEsp):
>>
> -Original Message-
> From: Liu, Zhiguang
> Sent: Wednesday, April 6, 2022 9:52 PM
> To: devel@edk2.groups.io
> Cc: Dong, Guo ; Ni, Ray ; Ma, Maurice
> ; You, Benjamin
> ; Rhodes, Sean
> Subject: [PATCH] UefiPayloadPkg: Fix bug that Elf loader doesn't relocate in
> some case
>
> Cu
> >> -; UINT32
> >> +; UINTN
> >> ; EFIAPI
> >> -; AsmReadEsp (
> >> +; AsmReadStackPointer (
> >> ; VOID
> >> ; );
> >> ;--
> >> -global ASM_PFX(AsmReadEsp)
> >> -ASM_PFX(AsmReadEsp):
> >> +global ASM_PFX(AsmReadStackP
Reviewed-by: Nate DeSimone
-Original Message-
From: mikub...@linux.microsoft.com
Sent: Tuesday, March 22, 2022 6:28 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel ; Desimone, Nathaniel L
; Gao, Liming ; Dong,
Eric
Subject: [edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Add missing libr
Reviewed-by: Nate DeSimone
-Original Message-
From: mikub...@linux.microsoft.com
Sent: Tuesday, March 22, 2022 6:11 PM
To: devel@edk2.groups.io
Cc: Bret Barkelew ; Chiu, Chasel ;
Desimone, Nathaniel L ; Gao, Liming
; Dong, Eric
Subject: [edk2-platforms][PATCH v1 1/1] MinPlatformPkg/T
Pushed: https://github.com/tianocore/edk2-platforms/commit/edf5edf
-Original Message-
From: mikub...@linux.microsoft.com
Sent: Tuesday, March 22, 2022 6:28 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel ; Desimone, Nathaniel L
; Gao, Liming ; Dong,
Eric
Subject: [edk2-platforms][PATCH v
Pushed: https://github.com/tianocore/edk2-platforms/commit/170f455
-Original Message-
From: mikub...@linux.microsoft.com
Sent: Tuesday, March 22, 2022 6:11 PM
To: devel@edk2.groups.io
Cc: Bret Barkelew ; Chiu, Chasel ;
Desimone, Nathaniel L ; Gao, Liming
; Dong, Eric
Subject: [edk2-pl
Sorry, it is a typo. the example should be
The first segment is located at 0x1000, and the desired address is 0x2000.
The second segment is located at 0x2000, and the desired address is 0x1000.
The current ELF loader may copy first segment to 0x2000, which will erase the
second segment.
Thanks
Z
Acked-by: Abner Chang
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Chao Li
> Sent: Wednesday, February 9, 2022 2:52 PM
> To: devel@edk2.groups.io
> Cc: Maciej Rabeda ; Jiaxin Wu
> ; Siyuan Fu
> Subject: [edk2-devel] [staging/LoongArch RESEND PATCH v1 03/33]
> NetworkPk
Acked-by: Abner Chang
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Chao Li
> Sent: Wednesday, February 9, 2022 2:52 PM
> To: devel@edk2.groups.io
> Cc: Maciej Rabeda ; Jiaxin Wu
> ; Siyuan Fu
> Subject: [edk2-devel] [staging/LoongArch RESEND PATCH v1 04/33]
> NetworkPk
Hi Li,
I found there is no 9/33 of the RESEND patch. Is that I miss it?
Regards,
Abner
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Chao Li
> Sent: Wednesday, February 9, 2022 2:51 PM
> To: devel@edk2.groups.io
> Cc: Ray Ni ; Liming Gao ;
> Michael D Kinney ; Guomin Jian
Hi Ray,
Please see my inline comment.
Thanks,
Ted
-Original Message-
From: Ni, Ray
Sent: Thursday, April 7, 2022 7:58 AM
To: devel@edk2.groups.io; Kuo, Ted
Cc: Chiu, Chasel ; Desimone, Nathaniel L
; Zeng, Star ; S, Ashraf
Ali
Subject: RE: [edk2-devel][PATCH v3 1/8] IntelFsp2Pkg: X6
Hi Andrew,
Please see my inline comment.
Thanks,
Ted
-Original Message-
From: Andrew Fish
Sent: Thursday, April 7, 2022 8:06 AM
To: devel@edk2.groups.io; Ni, Ray
Cc: Kuo, Ted ; Chiu, Chasel ;
Desimone, Nathaniel L ; Zeng, Star
; S, Ashraf Ali
Subject: Re: [edk2-devel][PATCH v3 1/8]
Hi Mike,
Can you please add PrmPkg as a package to the edk2 product on Bugzilla?
Thanks,
Michael
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88496): https://edk2.groups.io/g/devel/message/88496
Mute This Topic: https://groups.io/mt/
@Gao, Liming, Any comment about patch V2 ? we need to this patch to fix our
issues, Pls help review it.
Thanks,
Lin
-Original Message-
From: Chen, Lin Z
Sent: Friday, April 1, 2022 2:09 PM
To: Wang, Jian J ; Gao, Liming
; Bi, Dandan ; Dong, Eric
; devel@edk2.groups.io
Cc: Li, Zhua
Done.
Mike
> -Original Message-
> From: Michael Kubacki
> Sent: Wednesday, April 6, 2022 6:31 PM
> To: Kinney, Michael D ; devel@edk2.groups.io
> Subject: Add PrmPkg to Bugzilla
>
> Hi Mike,
>
> Can you please add PrmPkg as a package to the edk2 product on Bugzilla?
>
> Thanks,
> Mich
Acked-by: Abner Chang
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Chao Li
> Sent: Wednesday, February 9, 2022 2:53 PM
> To: devel@edk2.groups.io
> Cc: Jiewen Yao ; Jian J Wang
> ; Xiaoyu Lu ; Guomin Jiang
>
> Subject: [edk2-devel] [staging/LoongArch RESEND PATCH v1
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Chao Li
> Sent: Wednesday, February 9, 2022 2:53 PM
> To: devel@edk2.groups.io
> Cc: Michael D Kinney ; Liming Gao
> ; Zhiguang Liu
> Subject: [edk2-devel] [staging/LoongArch RESEND PATCH v1 06/33]
> MdePkg/Include: Add LOON
Sorry for a question:
GetVariableFlashInfo() seems being defined multiple times across modules, do
you see value in abstracting it as a library API?
Best Regards,
Hao Wu
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Michael
> Kubacki
> Sent: Thursday, April 7, 2022 12:2
One inline comment below:
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Michael
> Kubacki
> Sent: Thursday, April 7, 2022 12:27 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J ; Wu, Hao A ;
> Gao, Liming
> Subject: [edk2-devel] [PATCH v1 2/3] MdeModulePkg/Variable: Con
Two minor inline comments:
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Michael
> Kubacki
> Sent: Thursday, April 7, 2022 12:27 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J ; Wu, Hao A ;
> Gao, Liming
> Subject: [edk2-devel] [PATCH v1 3/3] MdeModulePkg/FaultToleran
Acked-by: Liming Gao
> -邮件原件-
> 发件人: Rebecca Cran
> 发送时间: 2022年4月7日 6:34
> 收件人: devel@edk2.groups.io; Leif Lindholm ;
> Michael D Kinney ; Hao A Wu
> ; Bob Feng ; Liming Gao
> ; Yuwei Chen
> 抄送: Andrew Fish
> 主题: Re: [PATCH v2 0/3] BaseTools: Add support for gdb and lldb
>
> Could I h
Reviewed-by: Liming Gao
> -邮件原件-
> 发件人: Chen Lin Z
> 发送时间: 2022年4月1日 14:09
> 收件人: jian.j.w...@intel.com; gaolim...@byosoft.com.cn;
> dandan...@intel.com; eric.d...@intel.com; devel@edk2.groups.io
> 抄送: zhuangzhi...@intel.com; di.zh...@intel.com; Chen Lin Z
>
> 主题: [PATCH-V2] Fix Setup n
Hi Peter and Rebecca,
thanks for your feedback. This patch is backward compatible. It checks
if QemuFwCfg is available and if QemuFwCfg is missing it falls
back to BhyveFwCtl.
So, should I add Reviewed-by (or Acked-by?) Peter and Rebecca to the
commit message?
Thanks
Corvin
Beckhoff Automation
55 matches
Mail list logo