audk/MdeModulePkg
lgao4 1b954bea09 Fix Parameter IN OUT
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8537 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-12 05:58:40 +00:00
..
Application Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. 2009-04-24 07:02:52 +00:00
Bus The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead. 2009-06-11 06:25:30 +00:00
Core Replace .globl with ASM_GLOBAL 2009-05-20 10:22:09 +00:00
Include Fix Parameter IN OUT 2009-06-12 05:58:40 +00:00
Library Make sure BASE_LIST is always aligned on a 64-bit boundary 2009-06-03 03:47:55 +00:00
Logo INF head modified 2008-12-12 01:27:36 +00:00
Universal Remove the additional build options. 2009-06-08 06:43:00 +00:00
ChangeLog.txt updated to use the term “temporary memory” but not CAR 2009-04-08 08:14:09 +00:00
MdeModulePkg.dec This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. 2009-05-30 23:49:35 +00:00
MdeModulePkg.dsc Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. 2009-04-24 07:02:52 +00:00