[edk2-devel] Tools and CI meeting moved to as needed basis + call for topics

2023-12-07 Thread Sean
The weekly Tools & CI meeting meeting is moving to an as needed basis. There is a Github discussion item for each weeks meeting that will indicate the status and agenda.  If you have a topic please use the appropriate weeks discussion to raise it and the meeting will be confirmed as

Re: [edk2-devel] [PATCH 00/37] OvmfPkg: remove the CSM (after edk2-stable202311)

2023-12-07 Thread Laszlo Ersek
On 11/11/23 00:57, Laszlo Ersek wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4588 > CI: https://github.com/tianocore/edk2/pull/5031 (@ 961d5add9f03) > > Remove the Compatibility Support Module (CSM) from OVMF (after > edk2-stable202311). > > Modify the following platforms: > >

[edk2-devel] [PATCH] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread ManickamX Srinivasan
Define the DevicePath argument from LoadImage as optional as per the UEFI 2.9A specification. Reviewed-by: Zhiguang Liu Cc: Michael D Kinney Cc: Liming Gao Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1

Re: [edk2-devel] Question about the boundary and difference between System Firmware and UEFI CXL drivers

2023-12-07 Thread Yoshinoya
There is a description about UEFI Drivers in 1.4 Abbreviations in this doc. UEFI Drivers : UEFI CXL Bus and memory device drivers. I think UEFI CXL Drivers is a part of System Firmware(UEFI BIOS). These UEFI Drivers may do some basic configuation for some direct attached clx type-3

[edk2-devel] [PATCH v3] MdePkg: Add a new memory type definition

2023-12-07 Thread ManickamX Srinivasan
New memory type as defined in UEFI standard v2.10 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 15 +++ 1 file changed, 15 insertions(+) diff --git

Re: [edk2-devel] [PATCH v2] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread Zhiguang Liu
Reviewed-by: Zhiguang Liu > -Original Message- > From: Srinivasan, ManickamX > Sent: Friday, December 8, 2023 1:41 PM > To: devel@edk2.groups.io > Cc: Srinivasan, ManickamX ; Kinney, > Michael D ; Gao, Liming > ; Liu, Zhiguang ; T V, > Krishnamoorthy > Subject: [PATCH v2] MdePkg:

Re: [edk2-devel] [PATCH v3 7/7] OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devices

2023-12-07 Thread Andrei Warkentin
Hi Tuan, I noticed that the OvmfPkg RV Sec uses PopulateIoResources by adding entries to GCD of type EFI_RESOURCE_MEMORY_MAPPED_IO. Contrast this with edk2-platforms/Platforms/RaspberryPi/Library/MemoryInitPeiLib/MemoryInitPeiLib.c, which adds these as memory and then allocates them away as

[edk2-devel] [PATCH v2] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread ManickamX Srinivasan
Update the EFI LoadImage API in accordance with the UEFI v2.10 specification. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [edk2-devel] [PATCH v3] MdePkg: Add a new memory type definition

2023-12-07 Thread Zhiguang Liu
Reviewed-by: Zhiguang Liu < zhiguang@intel.com > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112211): https://edk2.groups.io/g/devel/message/112211 Mute This Topic: https://groups.io/mt/103050230/21656 Group Owner:

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow

2023-12-07 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Mike, below is my answer, > -Original Message- > From: Mike Maslenkin > Sent: Thursday, December 7, 2023 9:37 PM > To: Chang, Abner > Cc: devel@edk2.groups.io; Nickle Wang ; Igor > Kulchytskyy > Subject: Re: [PATCH] RedfishPkg/RedfishDicovery:

[edk2-devel] [PATCH] [edk2-staging]BaseTools: Python VfrCompiler Tool Update

2023-12-07 Thread Yuwei Chen
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112216): https://edk2.groups.io/g/devel/message/112216 Mute This Topic: https://groups.io/mt/103051162/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [PATCH v3 13/39] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg

2023-12-07 Thread Chao Li
Hi Ray, Do you think this plan is OK? If possible, I will submit the V4 today. Thanks, Chao On 2023/12/5 20:27, Chao Li wrote: Hi Ray, On 2023/12/5 16:27, Ni, Ray wrote: Thanks, Ray *From:* devel@edk2.groups.io *On Behalf Of *Chao Li *Sent:* Monday, December 4, 2023 3:32 PM *To:*

Re: [edk2-devel] [PATCH v9 4/5] MdePkg: Utilize Cache Management Operations Implementation For RISC-V

2023-12-07 Thread Sunil V L
On Thu, Dec 07, 2023 at 10:31:48AM +0530, Dhaval Sharma wrote: > Comments inline: > > > On Wed, Dec 6, 2023 at 7:50 PM Sunil V L wrote: > > > Hi Dhaval, > > > > Thank you very much for fixing the issue with instruction cache > > invalidation and confirming with the spec owner. Few minor

Re: [edk2-devel] [PATCH] ArmVirtPkg: Allow EFI memory attributes protocol to be disabled

2023-12-07 Thread Ard Biesheuvel
On Tue, 5 Dec 2023 at 10:56, Marcin Juszkiewicz wrote: > ... > > I use 'sbsa-ref' with QEMU and upstream EDK2. And cannot use either RHEL > 9.3 nor CentOS Stream 9 installers because they hang. > > And this is not the only platform where upstream EDK2 is used. > > Sure, I can hack something, use

[edk2-devel] [PATCH] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread ManickamX Srinivasan
Update the EFI LoadImage API in accordance with the UEFI 2.9 specification. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [edk2-devel] CLANGDWARF OVMF hangs on start

2023-12-07 Thread Gerd Hoffmann
On Thu, Dec 07, 2023 at 08:40:55AM +, Mike Beaton wrote: > From commit > https://github.com/tianocore/edk2/commit/140e4422b16482f0bcafdc20d42141434d450450 > (and see also the preceding commit, which I believe is related) up to > the current tip of master, CLANGDWARF OVMF is broken. It builds

Re: [edk2-devel] [edk2-platforms][PATCH V3 1/1] Platform/ARM/N1sdp: Add support to parse NT_FW_CONFIG

2023-12-07 Thread Thomas Abraham
Hi Sahil, > -Original Message- > From: devel@edk2.groups.io On Behalf Of sahil via > groups.io > Sent: Wednesday, August 23, 2023 12:03 PM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Sami Mujawar ; Sahil > > Subject: [edk2-devel] [edk2-platforms][PATCH V3 1/1]

Re: [edk2-devel] [PATCH edk2-test v2 1/4] Unbreak buildzip.sh

2023-12-07 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran Thank you for the update. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112175): https://edk2.groups.io/g/devel/message/112175 Mute This Topic: https://groups.io/mt/102513313/21656 Group Owner:

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables

2023-12-07 Thread Gerd Hoffmann
Hi, > > + default: > > +DEBUG (( > > + DEBUG_ERROR, > > + "%a: invalid variable state: 0x%x\n", > > + __func__, > > + VarState > > + )); > > Did you want to print VarHeader->State? Yes, indeed. Good catch, thank you, will fix send

[edk2-devel] [PATCH] MdePkg: Add a new memory type definition

2023-12-07 Thread ManickamX Srinivasan
New memory type as defined in UEFI standard v2.9. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

Re: [edk2-devel] [PATCH v3 2/6] UefiCpuPkg: Adds SmmCpuSyncLib library class

2023-12-07 Thread Ni, Ray
Thanks, Ray > -Original Message- > From: Wu, Jiaxin > Sent: Wednesday, December 6, 2023 6:01 PM > To: devel@edk2.groups.io > Cc: Laszlo Ersek ; Dong, Eric ; Ni, > Ray ; Zeng, Star ; Gerd Hoffmann > ; Kumar, Rahul R > Subject: [PATCH v3 2/6] UefiCpuPkg: Adds SmmCpuSyncLib library class

Re: [edk2-devel] [edk2-stable202311][PATCH] BaseTools: Python VfrCompiler implementation

2023-12-07 Thread Yuwei Chen
Hi Liming, Is this feature been tested and reviewed these two weeks?  Thanks, Christine From: devel@edk2.groups.io On Behalf Of Yuwei Chen Sent: Monday, November 13, 2023 8:32 AM To: Gao, Liming ; 'Rebecca Cran' ; Gao, Liming ; Zimmer, Vincent ; Kinney, Michael D ; 'Leif Lindholm' ; 'Andrew

[edk2-devel] [PATCH v2 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables

2023-12-07 Thread Gerd Hoffmann
Extend the ValidateFvHeader function, additionally to the header checks walk over the list of variables and sanity check them. In case we find inconsistencies indicating variable store corruption return EFI_NOT_FOUND so the variable store will be re-initialized. Signed-off-by: Gerd Hoffmann ---

[edk2-devel] [PATCH v2] MdePkg: Add a new memory type definition

2023-12-07 Thread ManickamX Srinivasan
New memory type as defined in UEFI standard v2.9. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

[edk2-devel] CLANGDWARF OVMF hangs on start

2023-12-07 Thread Mike Beaton
>From commit >https://github.com/tianocore/edk2/commit/140e4422b16482f0bcafdc20d42141434d450450 (and see also the preceding commit, which I believe is related) up to the current tip of master, CLANGDWARF OVMF is broken. It builds and starts but hangs early (more info below). I do not currently

Re: [edk2-devel] [PATCH v7 1/5] UefiCpuPkg: Add macro definitions for CET feature for NASM files.

2023-12-07 Thread Ni, Ray
For all the series (5 patches), Reviewed-by: Ray Ni Can you kindly create PR and update the copyright year in file header in the final PR? Thanks, Ray > -Original Message- > From: Sheng, W > Sent: Wednesday, December 6, 2023 4:16 PM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Ni,

Re: [edk2-devel] [PATCH v7 1/5] UefiCpuPkg: Add macro definitions for CET feature for NASM files.

2023-12-07 Thread Sheng Wei
Hi Ray, I update the copyright year and add your review-by for the 5 patches. And here is the PR https://github.com/tianocore/edk2/pull/5109 Thank you. BR Sheng Wei > -Original Message- > From: Ni, Ray > Sent: Thursday, December 7, 2023 4:41 PM > To: Sheng, W ; devel@edk2.groups.io >

[edk2-devel] [PATCH v2] ArmVirt: Allow memory attributes protocol to be disabled on first boot

2023-12-07 Thread Ard Biesheuvel
From: Ard Biesheuvel Shim's PE loader uses the EFI memory attributes protocol in a way that results in an immediate crash when invoking the loaded image, unless the base and size of its executable segment are both aligned to 4k. If this is not the case, it will strip the memory allocation of

Re: [edk2-devel] [edk2-platforms][PATCH V1 1/5] Silicon/ARM/NeoverseN1Soc: Enable SCP QSPI flash region

2023-12-07 Thread Thomas Abraham
> -Original Message- > From: devel@edk2.groups.io On Behalf Of sahil via > groups.io > Sent: Thursday, November 16, 2023 11:46 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Sami Mujawar ; > Sahil Kaushal > Subject: [edk2-devel] [edk2-platforms][PATCH V1 1/5] >

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow

2023-12-07 Thread Mike Maslenkin
Hi Abner, please see my comments below On Wed, Dec 6, 2023 at 6:06 PM wrote: > > From: Abner Chang > > Remedy Redfish service discovery flow changes made > in commit 8736b8fd. > > The above fix creates the dependency with SMBIOS 42h record, > which has a problem as SMBIOS 42h may not be

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, December 7, 2023 #cal-notice

2023-12-07 Thread Group Notification
*TianoCore edk2-test Bug Triage Meeting* *When:* Thursday, December 7, 2023 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai *Where:* https://armltd.zoom.us/j/94348061758?pwd=Q3RDeFA5K2JFaU5jdWUxc1FnaGdyUT09=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com (

Re: [edk2-devel] [edk2-platforms][PATCH V1 3/5] Platform/ARM/N1Sdp: NOR flash Dxe Driver for N1Sdp

2023-12-07 Thread Thomas Abraham
> -Original Message- > From: devel@edk2.groups.io On Behalf Of sahil via > groups.io > Sent: Thursday, November 16, 2023 11:46 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Sami Mujawar ; > Sahil Kaushal > Subject: [edk2-devel] [edk2-platforms][PATCH V1 3/5]

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, December 7, 2023 #cal-reminder

2023-12-07 Thread Group Notification
*Reminder: TianoCore edk2-test Bug Triage Meeting* *When:* Thursday, December 7, 2023 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai *Where:* https://armltd.zoom.us/j/94348061758?pwd=Q3RDeFA5K2JFaU5jdWUxc1FnaGdyUT09=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com (

Re: [edk2-devel] [edk2-platforms][PATCH V1 4/5] Platform/ARM/N1Sdp: Persistent storage for N1Sdp

2023-12-07 Thread Thomas Abraham
> -Original Message- > From: devel@edk2.groups.io On Behalf Of sahil via > groups.io > Sent: Thursday, November 16, 2023 11:46 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Sami Mujawar ; > Sahil Kaushal > Subject: [edk2-devel] [edk2-platforms][PATCH V1 4/5]

Re: [edk2-devel] [edk2-platforms][PATCH V1 5/5] Platform/ARM/N1Sdp: Enable FaultTolerantWrite Dxe driver for N1Sdp

2023-12-07 Thread Thomas Abraham
> -Original Message- > From: devel@edk2.groups.io On Behalf Of sahil via > groups.io > Sent: Thursday, November 16, 2023 11:46 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Sami Mujawar ; > Sahil Kaushal > Subject: [edk2-devel] [edk2-platforms][PATCH V1 5/5]

Re: [edk2-devel] [PATCH edk2-test v2 2/4] Rename files in HowToBuild to avoid spaces in filenames

2023-12-07 Thread G Edhaya Chandran
In keeping the consistency with existing file names, I think the names that you suggested is okay. Thank you again. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112185):

Re: [edk2-devel] CLANGDWARF OVMF hangs on start

2023-12-07 Thread Mike Beaton
> > Which clang version is this? > > > > It works for me, fedora 39 / clang 17, and I'm pretty sure I tested it > > when creating the patch on a slightly older clang version (15 or 16). > > It is 14 ('Ubuntu clang version 14.0.0-1ubuntu1.1' on Ubuntu 22.04.3 LTS) > > Cheers, > Mike Strangely,

Re: [edk2-devel] CLANGDWARF OVMF hangs on start

2023-12-07 Thread Mike Beaton
> Which clang version is this? > > It works for me, fedora 39 / clang 17, and I'm pretty sure I tested it > when creating the patch on a slightly older clang version (15 or 16). It is 14 ('Ubuntu clang version 14.0.0-1ubuntu1.1' on Ubuntu 22.04.3 LTS) Cheers, Mike -=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms][PATCH V1 2/5] Silicon/ARM/NeoverseN1Soc: NOR flash library for N1Sdp

2023-12-07 Thread Thomas Abraham
Hi Sahil, > -Original Message- > From: devel@edk2.groups.io On Behalf Of sahil via > groups.io > Sent: Thursday, November 16, 2023 11:46 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Sami Mujawar ; > Sahil Kaushal > Subject: [edk2-devel] [edk2-platforms][PATCH

Re: [edk2-devel] CLANGDWARF OVMF hangs on start

2023-12-07 Thread Mike Beaton
> - I have just replicated exactly the same issue from a clean, new > checkout and build on Fedora 38 and clang 16 (Fedora 16.0.6-3.fc38). > - I then upgraded that same VM to Fedora 39 and clang 17 and ... I > still get the same issue, including that it works again when switching > to

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow

2023-12-07 Thread Igor Kulchytskyy via groups.io
Reviewed-by: Igor Kulchytskyy Regards, Igor -Original Message- From: abner.ch...@amd.com Sent: Wednesday, December 6, 2023 10:05 AM To: devel@edk2.groups.io Cc: Nickle Wang ; Igor Kulchytskyy ; Mike Maslenkin Subject: [EXTERNAL] [PATCH] RedfishPkg/RedfishDicovery: Remedy Redfish

[edk2-devel] [RFC PATCH] RedfishPkg: RedfishDiscoverDxe: add [] brackets to URI for IPv6 addresses

2023-12-07 Thread Mike Maslenkin
URI is generated based on the RedfishLocation containing an ASCII string representing the IP address. So, in the case of IPv4 the canonical representation of an IPv4 address was inserted into the resulting Unicode string i.e: "http{,s}://X.X.X.X/". In the case of IPv6, to access resources, the IP

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow

2023-12-07 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Igor, thanks for testing this at your end. Abner > -Original Message- > From: Igor Kulchytskyy > Sent: Thursday, December 7, 2023 9:23 PM > To: Chang, Abner ; devel@edk2.groups.io > Cc: Nickle Wang ; Mike Maslenkin > > Subject: RE: [EXTERNAL]

[edk2-devel] [PATCH v2 0/4] DynamicTablesPkg: Updated word I/O

2023-12-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar PR: https://github.com/tianocore/edk2/pull/5120 Cc: Pierre Gondois Cc: Sami Mujawar Abdul Lateef Attar (4): DynamicTablesPkg: AML Code generation for word I/O ranges DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters DynamicTablesPkg: Corrects

[edk2-devel] [PATCH v2 1/4] DynamicTablesPkg: AML Code generation for word I/O ranges

2023-12-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Add helper functions to generate AML resource data for word I/O. Cc: Pierre Gondois Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar Reviewed-by: Pierre Gondois --- .../Include/Library/AmlLib/AmlLib.h | 65 ++

[edk2-devel] [PATCH v2 3/4] DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION

2023-12-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Corrects the function pointer typedef AML_PARSE_FUNCTION, otherwise some compiler like VS2019 gives error. Cc: Pierre Gondois Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar Reviewed-by: Pierre Gondois ---

[edk2-devel] [PATCH v2 2/4] DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters

2023-12-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Corrects the parameters of AmlCodeGenRdWordBusNumber() to UINT16 to generate word bus number. Cc: Pierre Gondois Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar Reviewed-by: Pierre Gondois --- DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h | 10

[edk2-devel] [PATCH v2 4/4] DynamicTablesPkg: Adds API to generate a method with ArgN

2023-12-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds an API to generate a method which invokes another method with arguments. This help to generate dynamic code to invoke another method(might be in static ASL file) with build-in argument parameters. e.g: Method (MET0, 6, Serialized) { \_SB.MET1 (Arg0, Arg1,

Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables

2023-12-07 Thread Ard Biesheuvel
Hi Gerd, On Thu, 7 Dec 2023 at 10:44, Gerd Hoffmann wrote: > > Extend the ValidateFvHeader function, additionally to the header checks > walk over the list of variables and sanity check them. > > In case we find inconsistencies indicating variable store corruption > return EFI_NOT_FOUND so the

Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg/Bhyve: use a proper PCI IO range

2023-12-07 Thread Ard Biesheuvel
On Mon, 20 Nov 2023 at 08:25, Corvin Köhne wrote: > > Bhyve uses an io port range of [ 0x2000, 0x1 ] [1]. At the moment, > EDKII is using a subset of this range [ 0xC000, 0x1 ] [2]. Even > though the EDKII range doesn't exceed the bhyve range, it's causing > issues on some guests like