Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
qhuang8 1fef058f4b clean up all of eight BaseMemoryLib instances in MdePkg with the following updates:
1.	Remove .intel_syntax directives in GCC assembly files. All these assembly files have been updated to use the preferred syntax for GAS
2.	Correct the incorrect comments for internal worker functions for SetMemXX() and ScanMemXX(). The Length parameter is actually the counter of 16-bit, 32-bit or 64-bit value. 
3.	Simplify the logic in ZeroMemoryWrapper.c for BaseMemoryLibOptPei instance to remove the conditional statement for zero length. This logic is already covered by worker function InternalMemZeroMem(). 
4.	Cleanup all the Wrapper C files in BaseMemoryLib instances. They are supposed to be shared by all these 8 BaseMemoryLib instances, but are out-of-sync after some maintenance. This patch re-syncs them and makes them exactly the same.
5.	Cleanup MemLibInternal.h so that it is shared by 6 BaseMemoryLib instance except for PeiMemoryLib and UefiMemoryLib.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9041 6f19259b-4bc3-4df7-8a09-765794883524
2009-08-11 15:32:16 +00:00
BaseTools Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script. 2009-08-05 21:11:56 +00:00
Conf Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
DuetPkg update include file to use IndustryStandard/Pci.h 2009-08-11 02:35:12 +00:00
EdkCompatibilityPkg update EdkCompatibilityPkg version to 0.90 2009-07-30 03:45:56 +00:00
EdkShellBinPkg Remove the binary files of those applications which have been contained in Minimum Shell. Only retain those applications which is in Full Shell but not in Minimum Shell. 2009-06-18 09:56:14 +00:00
EdkShellPkg Remove ShellHotFix.patch since the newest EDK shell snapshot has integrated the complete fix for RFC 4646 language match issue in drivers, dh, DevTree, etc. 2009-06-01 08:16:33 +00:00
FatBinPkg Update the FAT binaries to build against MdePkg, BaseTools 1.00 release and newest FatPkg source. 2009-07-24 01:55:21 +00:00
IntelFrameworkModulePkg update include file to use IndustryStandard/Pci.h 2009-08-11 02:35:46 +00:00
IntelFrameworkPkg refine some definitions comments. 2009-08-10 06:32:30 +00:00
MdeModulePkg add comments to clarify the enhancement on EHCI driver, which is guaranteed to get attached to EHCI host controller before UHCI driver attaches to uhci host controller. 2009-08-11 05:55:14 +00:00
MdePkg clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
Nt32Pkg add correct [Depex] section. 2009-08-10 07:34:02 +00:00
OptionRomPkg if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. 2009-07-24 06:15:06 +00:00
OvmfPkg 1. update AcpiTable module type to USER_DEFINED 2009-08-11 05:30:52 +00:00
PcAtChipsetPkg update include file to use IndustryStandard/Pci.h 2009-08-11 02:36:55 +00:00
ShellPkg didnt want to change pointer for copymem... 2009-07-24 21:32:00 +00:00
UefiCpuPkg Add CPU DXE driver for IA32 & X64 processor architectures. 2009-05-27 21:09:47 +00:00
UnixPkg Remove include in comments 2009-07-27 02:39:45 +00:00
BuildNotes.txt Updated BuildNotes.txt according to new packages name: 2007-06-20 05:35:00 +00:00
BuildNotes2.txt updating the doc 2008-09-25 23:13:48 +00:00
edksetup.bat Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00
edksetup.sh add more description in edksetup.sh 2009-07-08 05:54:53 +00:00