Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
qhuang8 cd14fe3dcf 1. PostCodeLib.
Rename BasePostCodeLib80 to BasePostCodeLibPort80. 
		Fix typos in macro POST_CODE() and POST_CODE_WITH_DESCRIPTION()
	2. DebugLib
		Change the parameter type of LineNumber of DebugAssert() from “INTN” to “UINTN” to follow MWG.
		Add type cast “(EFI_GUID *)” in macro ASSERT_PROTCOL_ALREADY_INSTALLED () to follow MWG.
	3. BasePeCoffLib/
		Add library function header for all the interfaces in MWG.
		Add missing ASSERT()s.
	4. PciLib
		Add ASSERT()s in PciRead/WriteBuffer() to check cross PCI function access.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@557 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-19 07:40:23 +00:00
EdkFatBinPkg Removed create/modified/update data, PacakgeType from headers, added HexWordArrayType for VariableName list, the definition accepts the following: 0x000A, 0x000b, 0x00AF or 0x000A 0x000b 0x00AF or 0x000A,0x000b,0x00AF NOTE: LEADING ZERO characters are REQUIRED! 2006-06-10 20:29:18 +00:00
EdkModulePkg 1. PostCodeLib. 2006-06-19 07:40:23 +00:00
EdkNt32Pkg Add many datum and datum size checking in PCD building tools, These checking work will be moved to FPD verification tools or UI tools in future. 2006-06-15 14:41:28 +00:00
EdkShellBinPkg Removed create/modified/update data, PacakgeType from headers, added HexWordArrayType for VariableName list, the definition accepts the following: 0x000A, 0x000b, 0x00AF or 0x000A 0x000b 0x00AF or 0x000A,0x000b,0x00AF NOTE: LEADING ZERO characters are REQUIRED! 2006-06-10 20:29:18 +00:00
MdePkg 1. PostCodeLib. 2006-06-19 07:40:23 +00:00
Tools merged the new schema except to those PCD related 2006-06-19 06:24:35 +00:00
ReleaseNotes.txt Try to clarify the gcc story a little bit. 2006-06-07 00:21:44 +00:00
build.xml Fix some cleanall issues 2006-05-26 22:13:31 +00:00
edksetup.bat Added an environment variable test to bypass setting the path multiple times, it checks the FRAMEWORK_TOOLS_PATH to make sure that it has not changed. If it has, it prepends the new FRAMEWORK_TOOLS_PATH setting to the PATH environment variable. 2006-06-09 18:07:09 +00:00
edksetup.sh Convert env var name to all caps. 2006-06-12 17:15:58 +00:00