audk/NetworkPkg/UefiPxeBcDxe
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
..
ComponentName.c
PxeBcBoot.c NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compiler 2016-07-26 13:44:01 +08:00
PxeBcBoot.h
PxeBcDhcp4.c NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
PxeBcDhcp4.h NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
PxeBcDhcp6.c NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
PxeBcDhcp6.h NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
PxeBcDriver.c NetworkPkg:Fix Network memory leak when calling GetModeData interface 2016-01-28 02:32:43 +00:00
PxeBcDriver.h
PxeBcImpl.c NetworkPkg: Do not use hard coded TTL/ToS in PXE driver. 2016-05-05 09:08:24 +08:00
PxeBcImpl.h NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
PxeBcMtftp.c NetworkPkg:Replace unsafe string functions. 2015-07-08 12:17:11 +00:00
PxeBcMtftp.h NetworkPkg:Replace unsafe string functions. 2015-07-08 12:17:11 +00:00
PxeBcSupport.c NetworkPkg: Update PXE driver to follow edk2 coding standards. 2016-07-12 08:50:36 +08:00
PxeBcSupport.h NetworkPkg: Update PXE driver to follow edk2 coding standards. 2016-07-12 08:50:36 +08:00
UefiPxeBcDxe.inf NetworkPkg: Fix the issue cannot boot to UEFI Network after reset 2015-07-29 04:10:09 +00:00
UefiPxeBcDxe.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
UefiPxeBcDxeExtra.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00