audk/EdkModulePkg
mikewuping c91eaa3d55 I fixed following bugs in EDKII.
1. In AsmFuncs.asm, DebugSupport, Vect2Desc() function will use hardcode CS to fill the IDT. 20h for Ia32.If the system CS is changed by CPU driver, this driver can not work. System maybe crash.
2. In EBC, RegisterExceptionCallback() can not restore the environment and I add some enhancements.
3. In Image.c, CoreLoadImageCommon never return EFI_SECURITY_VIOLATION when SecurityStatus == EFI_SECURITY_VIOLATION.
4. In Variable.c, 1. There're additional unnecessary loop. All blocks will be gone through even if all the data has been written. We should check the "CurrWriteSize" to see if there's no more data to write, and stop the for loop immediately. 2 "if.else." can be merged to save lines of code.
5. in FvbServices,c, Checksum calculation error.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1891 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-03 03:34:43 +00:00
..
Application/HelloWorld Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
Bus Change #define bit(a) 1 << (a) 2006-11-02 05:01:08 +00:00
Core I fixed following bugs in EDKII. 2006-11-03 03:34:43 +00:00
Include 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Library 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Universal I fixed following bugs in EDKII. 2006-11-03 03:34:43 +00:00
Blank.pad Delete Build directory 2006-09-20 14:24:17 +00:00
EdkModulePkg.fpd Change IPF_PE32_PEIM IPF layout to contain ${PLATFORM_DIR}/Blank.pad for XIP IPF CODE 16byte align. 2006-10-23 11:42:17 +00:00
EdkModulePkg.spd Declare PCD Feature flags for protocols produced by the Device Path Module and decompression methods supported by the DXE IPL 2006-09-19 19:11:53 +00:00