[edk2-devel] [PATCH v2 0/3] various bhyve tweaks and updates

Rebecca Cran posted 3 patches 3 years, 4 months ago
Failed in applying to current master (apply log)
OvmfPkg/Bhyve/BhyveX64.dsc                    |   4 +-
OvmfPkg/Bhyve/PlatformPei/Platform.c          |   3 +-
.../PlatformBootManagerLibBhyve/BdsPlatform.c |   6 +-
.../Bhyve/ResetVector/Ia16/Real16ToFlat32.asm | 143 ++++++++++++++++++
4 files changed, 152 insertions(+), 4 deletions(-)
create mode 100644 OvmfPkg/Bhyve/ResetVector/Ia16/Real16ToFlat32.asm
[edk2-devel] [PATCH v2 0/3] various bhyve tweaks and updates
Posted by Rebecca Cran 3 years, 4 months ago
various bhyve tweaks and updates

v2: Added my copyright notice to Real16ToFlat32.asm

Rebecca Cran (3):
  OvmfPkg/Bhyve: Add VariablePolicy engine to Bhyve
  OvmfPkg/Bhyve: Add support for the AMD host bridge
  OvmfPkg/Bhyve: Copy Real16ToFlat32.asm and enable cache in CR0

 OvmfPkg/Bhyve/BhyveX64.dsc                    |   4 +-
 OvmfPkg/Bhyve/PlatformPei/Platform.c          |   3 +-
 .../PlatformBootManagerLibBhyve/BdsPlatform.c |   6 +-
 .../Bhyve/ResetVector/Ia16/Real16ToFlat32.asm | 143 ++++++++++++++++++
 4 files changed, 152 insertions(+), 4 deletions(-)
 create mode 100644 OvmfPkg/Bhyve/ResetVector/Ia16/Real16ToFlat32.asm

-- 
2.29.2




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67844): https://edk2.groups.io/g/devel/message/67844
Mute This Topic: https://groups.io/mt/78468098/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 0/3] various bhyve tweaks and updates
Posted by Laszlo Ersek 3 years, 4 months ago
On 11/24/20 01:57, Rebecca Cran wrote:
> various bhyve tweaks and updates
> 
> v2: Added my copyright notice to Real16ToFlat32.asm
> 
> Rebecca Cran (3):
>   OvmfPkg/Bhyve: Add VariablePolicy engine to Bhyve
>   OvmfPkg/Bhyve: Add support for the AMD host bridge
>   OvmfPkg/Bhyve: Copy Real16ToFlat32.asm and enable cache in CR0
> 
>  OvmfPkg/Bhyve/BhyveX64.dsc                    |   4 +-
>  OvmfPkg/Bhyve/PlatformPei/Platform.c          |   3 +-
>  .../PlatformBootManagerLibBhyve/BdsPlatform.c |   6 +-
>  .../Bhyve/ResetVector/Ia16/Real16ToFlat32.asm | 143 ++++++++++++++++++
>  4 files changed, 152 insertions(+), 4 deletions(-)
>  create mode 100644 OvmfPkg/Bhyve/ResetVector/Ia16/Real16ToFlat32.asm
> 

Can this whole set wait until after edk2-stable202011, or would you like
me to merge patch#1 ("OvmfPkg/Bhyve: Add VariablePolicy engine to
Bhyve") in isolation, during the Hard Feature Freeze? (It definitely
qualifies, because it fixes a build regression caused by the patches for
TianoCore#2522.)

I don't think we should merge patches #2 and #3 during the HFF.

Thanks
Laszlo



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67847): https://edk2.groups.io/g/devel/message/67847
Mute This Topic: https://groups.io/mt/78468098/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 0/3] various bhyve tweaks and updates
Posted by Rebecca Cran 3 years, 4 months ago
On 11/23/20 6:04 PM, Laszlo Ersek wrote:
>
> Can this whole set wait until after edk2-stable202011, or would you like
> me to merge patch#1 ("OvmfPkg/Bhyve: Add VariablePolicy engine to
> Bhyve") in isolation, during the Hard Feature Freeze? (It definitely
> qualifies, because it fixes a build regression caused by the patches for
> TianoCore#2522.)
>
> I don't think we should merge patches #2 and #3 during the HFF.

I'm not sure it makes sense to have patch #1 without #3 to make it 
usable on AMD, so let's leave the whole set until after the stable tag. 
We can leave bhyve users on 2014.SP1 firmware a few days longer :)


-- 
Rebecca Cran




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67849): https://edk2.groups.io/g/devel/message/67849
Mute This Topic: https://groups.io/mt/78468098/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 0/3] various bhyve tweaks and updates
Posted by Laszlo Ersek 3 years, 4 months ago
On 11/24/20 02:19, Rebecca Cran wrote:
> On 11/23/20 6:04 PM, Laszlo Ersek wrote:
>>
>> Can this whole set wait until after edk2-stable202011, or would you like
>> me to merge patch#1 ("OvmfPkg/Bhyve: Add VariablePolicy engine to
>> Bhyve") in isolation, during the Hard Feature Freeze? (It definitely
>> qualifies, because it fixes a build regression caused by the patches for
>> TianoCore#2522.)
>>
>> I don't think we should merge patches #2 and #3 during the HFF.
> 
> I'm not sure it makes sense to have patch #1 without #3 to make it
> usable on AMD, so let's leave the whole set until after the stable tag.
> We can leave bhyve users on 2014.SP1 firmware a few days longer :)
> 
> 

Series merged as commit range 872f953262d6..73b604bb1e13, via
<https://github.com/tianocore/edk2/pull/1150>.

Thanks!
Laszlo



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68054): https://edk2.groups.io/g/devel/message/68054
Mute This Topic: https://groups.io/mt/78468098/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 0/3] various bhyve tweaks and updates
Posted by Laszlo Ersek 3 years, 4 months ago
On 11/24/20 02:19, Rebecca Cran wrote:
> On 11/23/20 6:04 PM, Laszlo Ersek wrote:
>>
>> Can this whole set wait until after edk2-stable202011, or would you like
>> me to merge patch#1 ("OvmfPkg/Bhyve: Add VariablePolicy engine to
>> Bhyve") in isolation, during the Hard Feature Freeze? (It definitely
>> qualifies, because it fixes a build regression caused by the patches for
>> TianoCore#2522.)
>>
>> I don't think we should merge patches #2 and #3 during the HFF.
> 
> I'm not sure it makes sense to have patch #1 without #3 to make it
> usable on AMD, so let's leave the whole set until after the stable tag.
> We can leave bhyve users on 2014.SP1 firmware a few days longer :)
> 
> 

OK, thanks!
Laszlo



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67872): https://edk2.groups.io/g/devel/message/67872
Mute This Topic: https://groups.io/mt/78468098/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-