mirror_edk2/MdeModulePkg
Feng Tian 7b8883c6a9 MdeModulePkg/NvmExpressDxe: Fix some bugs
1) The Queue size field in create I/O submission/completion queue cmds is 0-based. the current code is 1-based.
2) a typo on allocated memory page size. it's inconsistent that some places is using 4 pages, but a place is using 6 pages.
3) a typo on PRP/SGL mechanism judgment. should directly use Psdt field rather than Opc field.
4) some platforms may not support UINT64 width access on MMIO register. Fix it to use two 32-bit width access.

Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Kinney Michael <michael.d.kinney@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14657 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-11 06:57:53 +00:00
..
Application Update code to pass packaging tool. 2011-05-30 09:56:57 +00:00
Bus MdeModulePkg/NvmExpressDxe: Fix some bugs 2013-09-11 06:57:53 +00:00
Core Fixed the issue in PeiCore on Load Module At Fixed Address logic 2013-09-04 02:20:25 +00:00
Include Refine the code logic for browser and display engine. 2013-08-12 04:49:48 +00:00
Library Refine the code logic for browser and display engine. 2013-08-12 04:49:48 +00:00
Logo Update the copyright notice format 2010-04-24 09:49:11 +00:00
Universal Update UpdateCapsule() service return status to follow UEFI2.3.1 D. 2013-09-11 05:56:52 +00:00
Contributions.txt EDK II Packages: Add Contributions.txt and License.txt files 2012-04-11 23:19:46 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00
MdeModulePkg.dec Fixed the issue in PeiCore on Load Module At Fixed Address logic 2013-09-04 02:20:25 +00:00
MdeModulePkg.dsc Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec. 2013-08-14 01:16:06 +00:00