diff mbox

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

Message ID 20170824122401.9882-1-ard.biesheuvel@linaro.org
State Accepted
Commit bfb0ee0adbb1838a371e9f5b1c1b49e1f354447a
Headers show

Commit Message

Ard Biesheuvel Aug. 24, 2017, 12:24 p.m. UTC
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(-)

-- 
2.11.0

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

Comments

Laszlo Ersek Aug. 24, 2017, 1:48 p.m. UTC | #1
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
Ard Biesheuvel Aug. 24, 2017, 2:36 p.m. UTC | #2
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
diff mbox

Patch

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]