audk/AppPkg/Applications/Sockets
Leif Lindholm 3e583d3459 AppPkg: fix webserver build for !Ia32/X64
The WebServer application is not meant to be Ia32/X64 specific, and would
build for other architectures, if it wasn't for the
  #include <Register/Msr.h>
in WebServer.h. Move that statement to Mtrr.c instead, which is the only
consumer, and is already being filtered out for other architectures.

Cc: Daryl McDaniel <edk2-lists@mc2research.org>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2019-02-04 17:07:47 +00:00
..
DataSink AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
DataSource AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetAddrInfo AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetHostByAddr AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetHostByDns AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetHostByName AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetNameInfo AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetNetByAddr AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetNetByName AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetServByName AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
GetServByPort AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
OobRx AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
OobTx AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
RawIp4Rx AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
RawIp4Tx AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
RecvDgram AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
SetHostName AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
SetSockOpt AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
TftpServer AppPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:35 +08:00
WebServer AppPkg: fix webserver build for !Ia32/X64 2019-02-04 17:07:47 +00:00
ReadMe.txt Update documentation to match required tree on the storage device. 2012-02-13 19:01:10 +00:00
Sockets.inc Update the license dates 2012-03-20 22:16:42 +00:00

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Users of the socket library need to do the following:

•	Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
•	Create an Efi\StdLib\etc directory on their system or USB flash device
•	Copy the files from StdLib\Efi\StdLib\etc into that directory
•	Edit the files appropriately
	o	Set the correct DNS servers in resolv.conf
	o	Set the search order in host.conf
•	At the EFI shell
	o	Set the device containing the \Efi directory as the default device
	o	Run the socket application