xli24 [Wed, 10 Jan 2007 07:58:08 +0000 (07:58 +0000)]
Original range calculation in GetNextFile() is incorrect.
This patch fixes this issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2207
6f19259b-4bc3-4df7-8a09-
765794883524
bxing [Wed, 10 Jan 2007 06:57:04 +0000 (06:57 +0000)]
1. Added comments to ASM files
2. Fixed a bug in 64-bit AsmDisablePaging64(), which may cause a #GP exception.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2206
6f19259b-4bc3-4df7-8a09-
765794883524
lgao4 [Wed, 10 Jan 2007 03:00:37 +0000 (03:00 +0000)]
Add dependency for RealAsm file build rules and Use the module name in place of macro STRING_ARRAY_NAME
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2205
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Wed, 10 Jan 2007 02:23:35 +0000 (02:23 +0000)]
Add a python script that can generate gnu makefiles for the mde package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2204
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Wed, 10 Jan 2007 02:15:11 +0000 (02:15 +0000)]
Added support for xmlbeans-2.2.0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2203
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Tue, 9 Jan 2007 23:14:27 +0000 (23:14 +0000)]
The header file applies to all architectures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2202
6f19259b-4bc3-4df7-8a09-
765794883524
ywang [Tue, 9 Jan 2007 22:29:27 +0000 (22:29 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2201
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Tue, 9 Jan 2007 13:37:54 +0000 (13:37 +0000)]
Increased the image buffer size to avoid invalid address access issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2200
6f19259b-4bc3-4df7-8a09-
765794883524
qwang12 [Tue, 9 Jan 2007 08:17:21 +0000 (08:17 +0000)]
Add in UefiApplicationEntryPoint library class and library instance.
The major difference between UefiApplicationEntryPoint and UefiDriverEntryPoint is that:
1) UEFI application will always be unloaded no matter what is the return status code from the application. Therefore, the library destructors should be called always.
2) UEFI application should not register any callback to evevnt such as EFI_EVENT_GROUP_VIRTUAL_ADDRESS_CHANGE and EFI_EVENT_GROUP_EXIT_BOOT_SERVICES.
3) UEFI application does not support module merger like Uefi Driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2199
6f19259b-4bc3-4df7-8a09-
765794883524
qwang12 [Tue, 9 Jan 2007 06:16:39 +0000 (06:16 +0000)]
fix some coding style issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2198
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Tue, 9 Jan 2007 02:41:18 +0000 (02:41 +0000)]
Merged back the Yizhong's fix which was overwritten by check-in of r2157,2158.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2197
6f19259b-4bc3-4df7-8a09-
765794883524
ywang [Mon, 8 Jan 2007 22:27:20 +0000 (22:27 +0000)]
Minor changes and bug fixes implemented.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2196
6f19259b-4bc3-4df7-8a09-
765794883524
zliu3 [Mon, 8 Jan 2007 14:13:56 +0000 (14:13 +0000)]
1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel compiler supporting
2) Added the Intel IPF Compiler setting in the tools_def.template
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2195
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Mon, 8 Jan 2007 10:16:40 +0000 (10:16 +0000)]
Corrected some comments for the changed code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2194
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Mon, 8 Jan 2007 09:41:20 +0000 (09:41 +0000)]
Used the DAG algorithm given by Mike to re-implemented library constructor sorting code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2193
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Mon, 8 Jan 2007 08:56:27 +0000 (08:56 +0000)]
fix some minor warning
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2192
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Mon, 8 Jan 2007 07:25:35 +0000 (07:25 +0000)]
When generating string size for unicode string, do not generate too many brace. This will break linux building.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2191
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Mon, 8 Jan 2007 06:45:21 +0000 (06:45 +0000)]
fix the warning for structure initialization
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2190
6f19259b-4bc3-4df7-8a09-
765794883524
lgao4 [Mon, 8 Jan 2007 03:44:30 +0000 (03:44 +0000)]
Fix one minor bug for GenDepex tool. When no input parameter, GenDepex tool should output help info.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2189
6f19259b-4bc3-4df7-8a09-
765794883524
lgao4 [Mon, 8 Jan 2007 02:19:02 +0000 (02:19 +0000)]
correct SimpleTextIn protocol definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2188
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Sun, 7 Jan 2007 20:05:59 +0000 (20:05 +0000)]
Add information on gcc and EdkUnixPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2187
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Sun, 7 Jan 2007 19:31:19 +0000 (19:31 +0000)]
Change many windows references to unix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2186
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Sun, 7 Jan 2007 19:09:33 +0000 (19:09 +0000)]
Always return an aligned block when mapping memory.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2185
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Sat, 6 Jan 2007 17:55:47 +0000 (17:55 +0000)]
Fix an unititialized memory read.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2184
6f19259b-4bc3-4df7-8a09-
765794883524
tgingold [Sat, 6 Jan 2007 15:02:50 +0000 (15:02 +0000)]
EdkUnix spd and fpd added
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2183
6f19259b-4bc3-4df7-8a09-
765794883524
tgingold [Sat, 6 Jan 2007 14:59:06 +0000 (14:59 +0000)]
Unix version of EFI emulator
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2182
6f19259b-4bc3-4df7-8a09-
765794883524
tgingold [Sat, 6 Jan 2007 14:54:24 +0000 (14:54 +0000)]
automagically convert ELF to PE/COFF (i386 only)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2181
6f19259b-4bc3-4df7-8a09-
765794883524
tgingold [Sat, 6 Jan 2007 14:53:34 +0000 (14:53 +0000)]
Use ASM_PFX to optionnaly set the underscore prefix
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2180
6f19259b-4bc3-4df7-8a09-
765794883524
tgingold [Sat, 6 Jan 2007 14:52:39 +0000 (14:52 +0000)]
Use ASM_PFX to optionnaly set the underscore prefix
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2179
6f19259b-4bc3-4df7-8a09-
765794883524
tgingold [Sat, 6 Jan 2007 14:50:43 +0000 (14:50 +0000)]
Add ASM_PFX macro on ASM_FLAGS using GCC tools
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2178
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Fri, 5 Jan 2007 21:08:32 +0000 (21:08 +0000)]
Add license header to Python files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2177
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Fri, 5 Jan 2007 02:18:11 +0000 (02:18 +0000)]
Correct the sample instruction.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2176
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Thu, 4 Jan 2007 23:56:55 +0000 (23:56 +0000)]
Add a note that describes how to install the packages necessary to run the optional Python Tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2175
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Thu, 4 Jan 2007 22:38:43 +0000 (22:38 +0000)]
Allow resume of the download.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2174
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Thu, 4 Jan 2007 22:01:52 +0000 (22:01 +0000)]
Add wxPython to the installer.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2173
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Thu, 4 Jan 2007 21:55:35 +0000 (21:55 +0000)]
Set the executable property on the script.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2172
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Thu, 4 Jan 2007 17:45:00 +0000 (17:45 +0000)]
Set the executable property on the script.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2171
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Thu, 4 Jan 2007 09:21:03 +0000 (09:21 +0000)]
Volatile variable is read-only in runtime.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2170
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Thu, 4 Jan 2007 07:37:06 +0000 (07:37 +0000)]
Changed the FrameworkWizard.jar path from Bin to bin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2169
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Thu, 4 Jan 2007 06:43:12 +0000 (06:43 +0000)]
Fix building issue for VC compiler. And enable GenFvMap in building CCode package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2168
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Thu, 4 Jan 2007 06:33:14 +0000 (06:33 +0000)]
Fix building issue for Mac OS
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2167
6f19259b-4bc3-4df7-8a09-
765794883524
hche10x [Thu, 4 Jan 2007 06:10:34 +0000 (06:10 +0000)]
1. Fix EDKT413: EnumerationData.java should use defined final static string
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2166
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Thu, 4 Jan 2007 06:08:27 +0000 (06:08 +0000)]
Fix building error in Linux
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2165
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Thu, 4 Jan 2007 01:07:52 +0000 (01:07 +0000)]
1) Update XmlRoutines.py to strip all whitespace
2) Add function to read section of an XML file
3) Add class to handle workspace relative paths
4) Add utility to manage target.txt
5) Add utility to manage FrameworkDatabase.db
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2164
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Wed, 3 Jan 2007 22:15:50 +0000 (22:15 +0000)]
Remove GenFvMap from the build since it does not compile under gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2163
6f19259b-4bc3-4df7-8a09-
765794883524
ywang [Wed, 3 Jan 2007 22:09:16 +0000 (22:09 +0000)]
Added or modified utility version and usage display.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2162
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Wed, 3 Jan 2007 21:40:50 +0000 (21:40 +0000)]
Add a stub assembly file to fix the gcc build break.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2161
6f19259b-4bc3-4df7-8a09-
765794883524
ywang [Tue, 2 Jan 2007 22:00:24 +0000 (22:00 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160
6f19259b-4bc3-4df7-8a09-
765794883524
ywang [Tue, 2 Jan 2007 20:17:36 +0000 (20:17 +0000)]
Added or modified utility version and usage display.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2159
6f19259b-4bc3-4df7-8a09-
765794883524
bxing [Sun, 31 Dec 2006 09:55:05 +0000 (09:55 +0000)]
Integrated FV memory map into R9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2158
6f19259b-4bc3-4df7-8a09-
765794883524
bxing [Sat, 30 Dec 2006 09:17:16 +0000 (09:17 +0000)]
1. Added a new tool GenFvMap, which is able to generate FV map files upon LOG files generated by PeiRebase.
2. Updated PeiRebase to generate LOG files while processing FV images. The original MAP feature and its corresponding option '-M' are dropped, however, they are superceded by the FV map file.
3. The FV map file are not generated yet. My next check-in will update FPD files to generate FV map files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2157
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Sat, 30 Dec 2006 06:18:21 +0000 (06:18 +0000)]
Downgrade the checking for 'extra qualification' introduced by latest gcc version
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2156
6f19259b-4bc3-4df7-8a09-
765794883524
xli24 [Sat, 30 Dec 2006 03:21:44 +0000 (03:21 +0000)]
For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for USB2.0 device.
In order to fix this issue, we change the retry policy. Try old command before new command.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2155
6f19259b-4bc3-4df7-8a09-
765794883524
bxing [Fri, 29 Dec 2006 09:06:29 +0000 (09:06 +0000)]
Fixed tracker EDKT395
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2154
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Fri, 29 Dec 2006 09:03:57 +0000 (09:03 +0000)]
Add Guid HOB type for these three library instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2153
6f19259b-4bc3-4df7-8a09-
765794883524
jlin16 [Fri, 29 Dec 2006 08:09:48 +0000 (08:09 +0000)]
Make opening dialogs re-gain focus when user switch back to main UI from other windows applications.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2152
6f19259b-4bc3-4df7-8a09-
765794883524
hche10x [Fri, 29 Dec 2006 07:23:14 +0000 (07:23 +0000)]
1. Fix EDKT496 Framework Wizard should allow user to pick up a Protocol Guid to tag Guid HOB
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2151
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Thu, 28 Dec 2006 09:26:39 +0000 (09:26 +0000)]
Add ant-contrib.jar to class path
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2150
6f19259b-4bc3-4df7-8a09-
765794883524
jlin16 [Thu, 28 Dec 2006 08:45:08 +0000 (08:45 +0000)]
add support arch check for pcd entries when adding a module to platform, sync. platform pcd with msa pcd and adding library instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2149
6f19259b-4bc3-4df7-8a09-
765794883524
hche10x [Thu, 28 Dec 2006 08:03:37 +0000 (08:03 +0000)]
1. Fix EDKT336: Back to focused dialog window when shift to wizard
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2148
6f19259b-4bc3-4df7-8a09-
765794883524
jlin16 [Thu, 28 Dec 2006 07:02:04 +0000 (07:02 +0000)]
remove unnecessary check between pcd table line selections to fix pcd default value refresh problem.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2147
6f19259b-4bc3-4df7-8a09-
765794883524
vanjeff [Thu, 28 Dec 2006 06:13:22 +0000 (06:13 +0000)]
add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool this timer instance cannot support SMM drivers and RUNTIME drivers
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2146
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Thu, 28 Dec 2006 05:16:21 +0000 (05:16 +0000)]
Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with those Unicode String names, which are forbidden to pair with gEfiGlobalVariableGuid according to newest Uefi Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2145
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Thu, 28 Dec 2006 05:16:05 +0000 (05:16 +0000)]
Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with those Unicode String names, which are forbidden to pair with gEfiGlobalVariableGuid according to newest Uefi Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2144
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Thu, 28 Dec 2006 03:51:44 +0000 (03:51 +0000)]
Refix the previous issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2143
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Thu, 28 Dec 2006 03:35:37 +0000 (03:35 +0000)]
Fix a typo in UefiLib. The parameter type of Registration should be "VOID **" instead of "VOID *".
No binary code is impacted.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2142
6f19259b-4bc3-4df7-8a09-
765794883524
lgao4 [Tue, 26 Dec 2006 10:43:20 +0000 (10:43 +0000)]
Add debug info when allocate pages failed in PeiMain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2141
6f19259b-4bc3-4df7-8a09-
765794883524
lgao4 [Tue, 26 Dec 2006 10:00:18 +0000 (10:00 +0000)]
Add debug info when decompress failed in DxeIpl and allocate pages failed in PeiMain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2140
6f19259b-4bc3-4df7-8a09-
765794883524
jlin16 [Tue, 26 Dec 2006 06:46:27 +0000 (06:46 +0000)]
Add null pointer check to drop-down list of platform Pcd editor.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2139
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Tue, 26 Dec 2006 02:48:15 +0000 (02:48 +0000)]
Fix some Linux's build issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2138
6f19259b-4bc3-4df7-8a09-
765794883524
wuyizhong [Tue, 26 Dec 2006 02:26:02 +0000 (02:26 +0000)]
Migrate GOP driver from R8.6 for NT32. Add a new PCD "PcdWinNtGop". Setting NT32 platform using GOP driver instead of UGA driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2137
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Mon, 25 Dec 2006 09:21:54 +0000 (09:21 +0000)]
If "SupArchList" is defined for a PCD in MSA, should check current arch is in the range of "SupArchList".
If not exist in the range, do not autogen for that PCD. If exist, autogen it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2136
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Mon, 25 Dec 2006 05:26:45 +0000 (05:26 +0000)]
Fixed a bug which will cause single module build fail
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2135
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Sat, 23 Dec 2006 20:20:39 +0000 (20:20 +0000)]
Add the doxygen config file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2134
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Fri, 22 Dec 2006 09:59:49 +0000 (09:59 +0000)]
Rewrote the error message output when module cannnot be found in any packages.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2133
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Fri, 22 Dec 2006 09:56:35 +0000 (09:56 +0000)]
Fixed the issue in which local variable "Status" is used but not defined.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2132
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Fri, 22 Dec 2006 08:11:47 +0000 (08:11 +0000)]
Optimize to preallocate big bigs to avoid latter allocations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2131
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Fri, 22 Dec 2006 07:55:24 +0000 (07:55 +0000)]
Fixed the issue in multi-msa build in single mode; cleaned the code of re-ordering library instance constructor sequence.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2130
6f19259b-4bc3-4df7-8a09-
765794883524
rsun3 [Fri, 22 Dec 2006 03:13:56 +0000 (03:13 +0000)]
In original DxeIpl64 PEIM, Creating page table is performed before sending End Of PEI Phase signal in order to improve performance. But after merging DxeIpl and DxeIpl64, Creating page table is performed after sending End Of PEI Phase signal, which has great negative impact on Woodcrest based platforms, which rely on turning on PEI FV cache to compensate Woodcrest's bad flash access performance.
This fix revert to the way of original DxeIpl64.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2129
6f19259b-4bc3-4df7-8a09-
765794883524
qwang12 [Fri, 22 Dec 2006 02:59:09 +0000 (02:59 +0000)]
gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemoryValue for TokenSpace Guide
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2128
6f19259b-4bc3-4df7-8a09-
765794883524
jwang36 [Fri, 22 Dec 2006 01:30:56 +0000 (01:30 +0000)]
Fixed the issue in the library instance constructor calling sequence
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2127
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Fri, 22 Dec 2006 00:25:11 +0000 (00:25 +0000)]
Added some new field to the far template.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2126
6f19259b-4bc3-4df7-8a09-
765794883524
jlin16 [Thu, 21 Dec 2006 08:27:00 +0000 (08:27 +0000)]
Add new-line characters in error message to make them shorter in multi-lines.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2125
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Thu, 21 Dec 2006 01:32:37 +0000 (01:32 +0000)]
Added a template mechanism to act as the user interface in far creation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2124
6f19259b-4bc3-4df7-8a09-
765794883524
qhuang8 [Wed, 20 Dec 2006 09:21:41 +0000 (09:21 +0000)]
Set 0xff to both bridge & non-bridge device in case of unknown device.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2123
6f19259b-4bc3-4df7-8a09-
765794883524
jlin16 [Wed, 20 Dec 2006 08:30:04 +0000 (08:30 +0000)]
Add support for PCD token larger than 0x80000000 when declaring a PCD in package editor.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2122
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Wed, 20 Dec 2006 03:58:26 +0000 (03:58 +0000)]
Add runtime checking for EdkFvbServiceLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2121
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Wed, 20 Dec 2006 03:11:57 +0000 (03:11 +0000)]
Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archs
Update MdePkg.fpd to only build the DxeSmmDriverEntryPoint library for the IA32 and X64 CPU archs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2120
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Tue, 19 Dec 2006 18:52:30 +0000 (18:52 +0000)]
Add an elf tool chain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2119
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Tue, 19 Dec 2006 08:02:13 +0000 (08:02 +0000)]
Add md5sums to the manifest.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2118
6f19259b-4bc3-4df7-8a09-
765794883524
lgao4 [Tue, 19 Dec 2006 06:32:14 +0000 (06:32 +0000)]
Update APP flag for VS2003, VS2005PRO and WINDDK toolchain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2117
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Tue, 19 Dec 2006 04:01:41 +0000 (04:01 +0000)]
Add GLOBAL_FUNCTION macro for Itanium
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2116
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Tue, 19 Dec 2006 02:52:11 +0000 (02:52 +0000)]
Add more check for index whether exceed maximum value of fv count.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2115
6f19259b-4bc3-4df7-8a09-
765794883524
klu2 [Tue, 19 Dec 2006 02:44:36 +0000 (02:44 +0000)]
Add more check for index whether exceed maximum value of fv count.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2114
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Tue, 19 Dec 2006 00:24:03 +0000 (00:24 +0000)]
Remove missing files from msa.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2113
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Tue, 19 Dec 2006 00:22:38 +0000 (00:22 +0000)]
Add FIT types from the SAL Spec to SalApi.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2112
6f19259b-4bc3-4df7-8a09-
765794883524
bbahnsen [Tue, 19 Dec 2006 00:09:48 +0000 (00:09 +0000)]
Remove some non-existent files from msa files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2111
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Mon, 18 Dec 2006 22:46:25 +0000 (22:46 +0000)]
Remove commented out inclusion of SalApi.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2110
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Mon, 18 Dec 2006 20:03:44 +0000 (20:03 +0000)]
Only include SAL related definitions if the CPU Arch is IPF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2109
6f19259b-4bc3-4df7-8a09-
765794883524
mdkinney [Mon, 18 Dec 2006 20:02:05 +0000 (20:02 +0000)]
Only include SmmCis.h if the CPU Arch is IA32 or X64
Only include SalApi.h if the CPU Arch is IPF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2108
6f19259b-4bc3-4df7-8a09-
765794883524