diff mbox series

[Linaro-uefi,v2] edk2-platforms.config: Add support for sgi575

Message ID 20181031200537.2359-1-nariman.poushin@linaro.org
State New
Headers show
Series [Linaro-uefi,v2] edk2-platforms.config: Add support for sgi575 | expand

Commit Message

Nariman Poushin Oct. 31, 2018, 8:05 p.m. UTC
Add support for System Guidance for Infrastructure (SGI) Fixed
Virtual Platform (FVP) SGI-575, a server reference model from
Arm.

Signed-off-by: Nariman Poushin <nariman.poushin@linaro.org>
---
 edk2-platforms.config | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Leif Lindholm Oct. 31, 2018, 8:35 p.m. UTC | #1
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


Pushed as 500a197.

On 31 October 2018 at 20:05, Nariman Poushin <nariman.poushin@linaro.org>
wrote:
>

> Add support for System Guidance for Infrastructure (SGI) Fixed

> Virtual Platform (FVP) SGI-575, a server reference model from

> Arm.

>

> Signed-off-by: Nariman Poushin <nariman.poushin@linaro.org>

> ---

>  edk2-platforms.config | 5 +++++

>  1 file changed, 5 insertions(+)

>

> diff --git a/edk2-platforms.config b/edk2-platforms.config

> index 3b3ab89..b7692bb 100644

> --- a/edk2-platforms.config

> +++ b/edk2-platforms.config

> @@ -226,3 +226,8 @@ LONGNAME=EDK2 Hello World Example

>  DSC=MdeModulePkg/MdeModulePkg.dsc

>  INF=MdeModulePkg/Application/HelloWorld/HelloWorld.inf

>  ARCH=AARCH64

> +

> +[sgi575]

> +LONGNAME=ARM SGI575 FVP

> +DSC=Platform/ARM/SgiPkg/SgiPlatform.dsc

> +ARCH=AARCH64

> --

> 2.11.0

>
<div dir="ltr">Reviewed-by: Leif Lindholm &lt;<a href="mailto:leif.lindholm@linaro.org">leif.lindholm@linaro.org</a>&gt;<br><br>Pushed as 500a197.<br><br>On 31 October 2018 at 20:05, Nariman Poushin &lt;<a href="mailto:nariman.poushin@linaro.org">nariman.poushin@linaro.org</a>&gt; wrote:<br>&gt;<br>&gt; Add support for System Guidance for Infrastructure (SGI) Fixed<br>&gt; Virtual Platform (FVP) SGI-575, a server reference model from<br>&gt; Arm.<br>&gt;<br>&gt; Signed-off-by: Nariman Poushin &lt;<a href="mailto:nariman.poushin@linaro.org">nariman.poushin@linaro.org</a>&gt;<br>&gt; ---<br>&gt;  edk2-platforms.config | 5 +++++<br>&gt;  1 file changed, 5 insertions(+)<br>&gt;<br>&gt; diff --git a/edk2-platforms.config b/edk2-platforms.config<br>&gt; index 3b3ab89..b7692bb 100644<br>&gt; --- a/edk2-platforms.config<br>&gt; +++ b/edk2-platforms.config<br>&gt; @@ -226,3 +226,8 @@ LONGNAME=EDK2 Hello World Example<br>&gt;  DSC=MdeModulePkg/MdeModulePkg.dsc<br>&gt;  INF=MdeModulePkg/Application/HelloWorld/HelloWorld.inf<br>&gt;  ARCH=AARCH64<br>&gt; +<br>&gt; +[sgi575]<br>&gt; +LONGNAME=ARM SGI575 FVP<br>&gt; +DSC=Platform/ARM/SgiPkg/SgiPlatform.dsc<br>&gt; +ARCH=AARCH64<br>&gt; --<br>&gt; 2.11.0<br>&gt;<br></div>
diff mbox series

Patch

diff --git a/edk2-platforms.config b/edk2-platforms.config
index 3b3ab89..b7692bb 100644
--- a/edk2-platforms.config
+++ b/edk2-platforms.config
@@ -226,3 +226,8 @@  LONGNAME=EDK2 Hello World Example
 DSC=MdeModulePkg/MdeModulePkg.dsc
 INF=MdeModulePkg/Application/HelloWorld/HelloWorld.inf
 ARCH=AARCH64
+
+[sgi575]
+LONGNAME=ARM SGI575 FVP
+DSC=Platform/ARM/SgiPkg/SgiPlatform.dsc
+ARCH=AARCH64