Re: [edk2] [PATCH 1/6] AppPkg: fix webserver build for !Ia32/X64

2018-11-01 Thread Leif Lindholm
> boun...@lists.01.org] On Behalf Of Leif Lindholm > > Sent: Thursday, November 1, 2018 8:37 AM > > To: edk2-devel@lists.01.org > > Cc: Carsey, Jaben ; Daryl > > McDaniel > > Subject: [edk2] [PATCH 1/6] AppPkg: fix webserver build > > for !Ia32/X64 > >

Re: [edk2] [PATCH 1/6] AppPkg: fix webserver build for !Ia32/X64

2018-11-01 Thread Kinney, Michael D
...@lists.01.org] On Behalf Of Leif Lindholm > Sent: Thursday, November 1, 2018 8:37 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Daryl > McDaniel > Subject: [edk2] [PATCH 1/6] AppPkg: fix webserver build > for !Ia32/X64 > > The WebServer application is real

[edk2] [PATCH 1/6] AppPkg: fix webserver build for !Ia32/X64

2018-11-01 Thread Leif Lindholm
The WebServer application is really quite Ia32/X64 specific, but fundamentally it builds for other architectures as long as the architecture-specific #include header file is filtered out. So add an architecture-based filter on that to enable AppPkg.dsc to build for AARCH64/ARM (both listed in SU