public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
@ 2017-08-24 12:24 Ard Biesheuvel
  2017-08-24 13:48 ` Laszlo Ersek
  0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2017-08-24 12:24 UTC (permalink / raw)
  To: edk2-devel, lersek; +Cc: leif.lindholm, jordan.l.justen, Ard Biesheuvel

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
  2017-08-24 12:24 [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support Ard Biesheuvel
@ 2017-08-24 13:48 ` Laszlo Ersek
  2017-08-24 14:36   ` Ard Biesheuvel
  0 siblings, 1 reply; 3+ messages in thread
From: Laszlo Ersek @ 2017-08-24 13:48 UTC (permalink / raw)
  To: Ard Biesheuvel, edk2-devel; +Cc: leif.lindholm, jordan.l.justen

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support
  2017-08-24 13:48 ` Laszlo Ersek
@ 2017-08-24 14:36   ` Ard Biesheuvel
  0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2017-08-24 14:36 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: edk2-devel@lists.01.org, Leif Lindholm, Jordan Justen

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-24 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 12:24 [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support Ard Biesheuvel
2017-08-24 13:48 ` Laszlo Ersek
2017-08-24 14:36   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox