audk/NetworkPkg
Hao Wu b4815479d6 NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compiler
The UefiPxeBcDxe module encounters a build error for IA32 arch using the
latest version of VS2015:

UefiPxeBcDxe.lib(PxeBcBoot.obj) : error LNK2001: unresolved external
symbol __allmul

The cause is line 148 in file NetworkPkg\UefiPxeBcDxe\PxeBcBoot.c. The
third parameter for gBS->SetTimer() function is of type UINT64, so the
multiplication should use the MultU64x32() function now.

Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2016-07-26 13:44:01 +08:00
..
Application NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStr 2016-06-21 12:46:24 +08:00
Dhcp6Dxe NetworkPkg: Fix typos in comments 2016-07-11 10:29:50 +08:00
DnsDxe NetworkPkg: Fix typos in comments 2016-07-11 10:29:50 +08:00
HttpBootDxe Fix IPv6 HTTPClient vendor class data 2016-07-22 10:16:49 +08:00
HttpDxe NetworkPkg: Fix typos in comments 2016-07-11 10:29:50 +08:00
HttpUtilitiesDxe NetworkPkg:HttpDxe:Consume DxeHttpLib API changes 2016-04-27 10:43:18 +08:00
IScsiDxe NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compiler 2016-07-26 13:43:45 +08:00
Include/Guid NetworkPkg: Add URI configuration form to HTTP boot driver. 2016-03-07 09:12:14 +08:00
Ip6Dxe NetworkPkg: Fix typos in comments 2016-07-11 10:29:50 +08:00
IpSecDxe NetworkPkg: fix ASSERT_EFI_ERROR() typos 2016-06-30 13:08:03 +02:00
Mtftp6Dxe NetworkPkg:Fix Network memory leak when calling GetModeData interface 2016-01-28 02:32:43 +00:00
TcpDxe NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance. 2016-07-18 10:08:35 +08:00
Udp6Dxe NetworkPkg: Fix typos in comments 2016-07-11 10:29:50 +08:00
UefiPxeBcDxe NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compiler 2016-07-26 13:44:01 +08:00
Contributions.txt */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00
NetworkPkg.dec NetworkPkg: Add URI configuration form to HTTP boot driver. 2016-03-07 09:12:14 +08:00
NetworkPkg.dsc NetworkPkg: Use UefiBootManagerLib API to create load option. 2016-05-05 08:45:35 +08:00
NetworkPkg.uni NetworkPkg: Update NetworkPkg.uni to UTF-8 file format 2015-12-23 07:55:27 +00:00
NetworkPkgExtra.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00