audk/NetworkPkg/Dhcp6Dxe
Randy Pawell 8f586b85c3 NetworkPkg: Source fixes and cleanup for ARMGCC compiles
- Fix EFI_IPv4_ADDRESS usages to use a macro to copy the structure
   instead of direct assignment, to avoid runtime alignment errors.
- Delete excess local variables that are initialized but otherwise unused.
- Add LibraryClasses.ARM & AARCH64 section in NetworkPkg.dsc file,
   containing a CompilerIntrinsicsLib null-library, required for successful
  standalone package builds (copied from MdeModulePkg.dsc).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Randy Pawell <randy_pawell@hp.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16472 6f19259b-4bc3-4df7-8a09-765794883524
2014-12-04 00:55:50 +00:00
..
ComponentName.c Use string pointer instead string buffer to avoid string copy operation. 2014-08-15 05:33:34 +00:00
Dhcp6Driver.c Fix GCC build fail issue for MdeModulePkg and NetworkPkg. 2012-12-17 06:48:35 +00:00
Dhcp6Driver.h 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. 2012-12-13 06:47:06 +00:00
Dhcp6Dxe.inf NetworkPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:23:58 +00:00
Dhcp6Dxe.uni NetworkPkg: Convert non DOS format files to DOS format 2014-09-03 08:50:27 +00:00
Dhcp6DxeExtra.uni NetworkPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:26:24 +00:00
Dhcp6Impl.c Fix several RFC compliance issues in DHCP6 driver as below. 2013-01-08 08:28:11 +00:00
Dhcp6Impl.h Fix several RFC compliance issues in DHCP6 driver as below. 2013-01-08 08:28:11 +00:00
Dhcp6Io.c NetworkPkg: Source fixes and cleanup for ARMGCC compiles 2014-12-04 00:55:50 +00:00
Dhcp6Io.h Add additional delay in DHCP6 InfoRequest interface to wait for link local address DAD to finish. 2012-08-22 08:01:19 +00:00
Dhcp6Utility.c Fix a bug in DHCP6 driver when using DUID LLT. 2014-11-12 05:14:07 +00:00
Dhcp6Utility.h Fix several RFC compliance issues in DHCP6 driver as below. 2013-01-08 08:28:11 +00:00