Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jtang12 1723b2e2b2 Change #define bit(a) 1 << (a)
to     #define bit(a) (1 << (a))

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1885 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-02 05:01:08 +00:00
EdkFatBinPkg Change Binary Fat module from fat.ffs to fat.efi 2006-10-31 06:23:51 +00:00
EdkModulePkg Change #define bit(a) 1 << (a) 2006-11-02 05:01:08 +00:00
EdkNt32Pkg Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields 2006-10-31 15:58:57 +00:00
EdkShellBinPkg Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
MdePkg Updated EFAPI definition for x64 GCC. Original thinking was to add optional EFIAPI support to standard GCC. New thinking is to support EFIAPI as a seperate processor target. This is to reduce validation risk to the main line GCC. Update the definition and comments to match current thinking. 2006-11-01 18:26:48 +00:00
Tools Changed the rules to allow for partial installation and removal of fars. 2006-11-01 18:33:49 +00:00
ReleaseNotes.txt Added notes on Cygwin mount, as well as changing from textmode to binmode 2006-10-18 18:41:52 +00:00
build.xml Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml. 2006-08-17 06:51:51 +00:00
edksetup.bat Fix a bug for setting CLASSPATH environment variable. Remove space after '=' when set the CLASSPATH. 2006-11-01 03:12:47 +00:00
edksetup.sh Fix EDKT140(CompressDll.dll does not build under cygwin gcc). 2006-08-04 03:17:05 +00:00