[edk2] [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support

Ard Biesheuvel posted 1 patch 6 years, 8 months ago
Failed in applying to current master (apply log)
OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[edk2] [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
Posted by Ard Biesheuvel 6 years, 8 months ago
Now that we have dropped QemuVideoDxe from all QEMU targeted builds
under ArmVirtPkg, we can revert the ARM specific changes to it.

This partially reverts commits 84a75f70e903 (SVN 16890) and
05a537945872.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
index 346a5aed94fa..7c7d429bca27 100644
--- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
+++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
@@ -26,7 +26,7 @@ [Defines]
 #
 # The following information is for reference only and not required by the build tools.
 #
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
 #
 #  DRIVER_BINDING                =  gQemuVideoDriverBinding
 #  COMPONENT_NAME                =  gQemuVideoComponentName
@@ -45,7 +45,7 @@ [Sources.Ia32, Sources.X64]
   UnalignedIoMsc.c    | MSFT
   UnalignedIoIcc.c    | INTEL
 
-[Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64]
+[Sources.IPF, Sources.EBC]
   UnalignedIoUnsupported.c
 
 [Packages]
-- 
2.11.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
Posted by Laszlo Ersek 6 years, 8 months ago
On 08/24/17 14:24, Ard Biesheuvel wrote:
> Now that we have dropped QemuVideoDxe from all QEMU targeted builds
> under ArmVirtPkg, we can revert the ARM specific changes to it.
> 
> This partially reverts commits 84a75f70e903 (SVN 16890) and
> 05a537945872.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
>  OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
> index 346a5aed94fa..7c7d429bca27 100644
> --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
> +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
> @@ -26,7 +26,7 @@ [Defines]
>  #
>  # The following information is for reference only and not required by the build tools.
>  #
> -#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64
> +#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
>  #
>  #  DRIVER_BINDING                =  gQemuVideoDriverBinding
>  #  COMPONENT_NAME                =  gQemuVideoComponentName
> @@ -45,7 +45,7 @@ [Sources.Ia32, Sources.X64]
>    UnalignedIoMsc.c    | MSFT
>    UnalignedIoIcc.c    | INTEL
>  
> -[Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64]
> +[Sources.IPF, Sources.EBC]
>    UnalignedIoUnsupported.c
>  
>  [Packages]
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thank you very much!
Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
Posted by Ard Biesheuvel 6 years, 8 months ago
On 24 August 2017 at 14:48, Laszlo Ersek <lersek@redhat.com> wrote:
> On 08/24/17 14:24, Ard Biesheuvel wrote:
>> Now that we have dropped QemuVideoDxe from all QEMU targeted builds
>> under ArmVirtPkg, we can revert the ARM specific changes to it.
>>
>> This partially reverts commits 84a75f70e903 (SVN 16890) and
>> 05a537945872.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>> ---
>>  OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
>> index 346a5aed94fa..7c7d429bca27 100644
>> --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
>> +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
>> @@ -26,7 +26,7 @@ [Defines]
>>  #
>>  # The following information is for reference only and not required by the build tools.
>>  #
>> -#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64
>> +#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
>>  #
>>  #  DRIVER_BINDING                =  gQemuVideoDriverBinding
>>  #  COMPONENT_NAME                =  gQemuVideoComponentName
>> @@ -45,7 +45,7 @@ [Sources.Ia32, Sources.X64]
>>    UnalignedIoMsc.c    | MSFT
>>    UnalignedIoIcc.c    | INTEL
>>
>> -[Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64]
>> +[Sources.IPF, Sources.EBC]
>>    UnalignedIoUnsupported.c
>>
>>  [Packages]
>>
>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>

Pushed as bfb0ee0adbb1838a371e9f5b1c1b49e1f354447a

Thanks
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel