audk/MdeModulePkg/Bus/Pci/NvmExpressDxe
Randy Pawell 35f910f08b MdeModulePkg: 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.
- Fix a EFI_INPUT_KEY usage in TerminalDxe to use CopyMem()  to copy the
   structure instead of direct assignment, to avoid runtime alignment error.
- Delete excess local variables that are initialized but otherwise unused.
- CompilerIntrinsicsLib library now imported for AARCH64, as well as ARM.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Randy Pawell <randy_pawell@hp.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16471 6f19259b-4bc3-4df7-8a09-765794883524
2014-12-04 00:32:24 +00:00
..
ComponentName.c MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support. 2013-08-12 06:13:54 +00:00
NvmExpress.c MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() that forget to uninstall the DriverSupportedEfiVersionProtocol 2014-01-10 07:15:52 +00:00
NvmExpress.h MdeModulePkg/NvmExpressDxe: Fix some bugs 2013-09-11 06:57:53 +00:00
NvmExpressBlockIo.c MdeModulePkg/NvmExpressDxe: Fix some bugs 2013-09-11 06:57:53 +00:00
NvmExpressBlockIo.h MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support. 2013-08-12 06:13:54 +00:00
NvmExpressDiskInfo.c Fix CRLF format 2014-01-22 08:38:50 +00:00
NvmExpressDiskInfo.h Fix CRLF format 2014-01-22 08:38:50 +00:00
NvmExpressDxe.inf MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:34:06 +00:00
NvmExpressDxe.uni MdeModulePkg: Convert non DOS format files to DOS format and remove unused module UNI files. 2014-09-03 08:39:12 +00:00
NvmExpressDxeExtra.uni MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:53:43 +00:00
NvmExpressHci.c 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
NvmExpressHci.h MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controller disable 2014-06-04 06:35:29 +00:00
NvmExpressPassthru.c MdeModulePkg: Source fixes and cleanup for ARMGCC compiles 2014-12-04 00:32:24 +00:00
NvmExpressPassthru.h MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support. 2013-08-12 06:13:54 +00:00