- abc25af Make the EdkMoudlePkg build by allocate mCallbackFnTable at runtime as PCD_TOTAL_TOKEN_NUMBER could be zero. by qwang12 · 19 years ago
- 3496595 Make sure the PCD dxe service driver can handle the case where no PEIM is using any dynamic PCD entry and the PEI phase PCD database is empty. by qwang12 · 19 years ago
- e74da3e removed the comment for ModuleEditor and PackageEditor in this file by jwang36 · 19 years ago
- b4b1185 update SpdFileContents.java to adapt new schema for LibraryClassDeclaration. by jlin16 · 19 years ago
- 437f567 just comment out the build for ModuleEditor and PackageEditor temporarily, since the schema changes will cause these two tools failure in build. by jwang36 · 19 years ago
- b0ed4ef - changed the <Specification> position in <MsaLibHeader> by jwang36 · 19 years ago
- 9e318f8 - changed the sequence of <Specification> definition in schema by jwang36 · 19 years ago
- cb9f0b9 Fixed the EdkModulePkg.fpd file to have a package name of EdkModule, not MdePkg. Added optional (will be required) TokenSpaceGuid to Pcd sections. by lhauch · 19 years ago
- a8b4511 Fixed some MSA files location of the <Specification> element. by lhauch · 19 years ago
- 7c47758 Fixed Tools MSA files. Added the FrameworkWizardMinReq.doc file which we are going to use to track the minimum functionality of the wizard. by lhauch · 19 years ago
- 2fdd0c7 Updated Schema per e-mails. by lhauch · 19 years ago
- c2d2d94 Fixed the location of the <Specification Element> by lhauch · 19 years ago
- 9642fd8 Fixed the Basename and Guid by lhauch · 19 years ago
- a681230 Updated Schema per e-mails, fixed some MSA and MBD files. Added the FrameworkWizardMinReq.doc file which we are going to use to track the minimum functionality of the wizard. by lhauch · 19 years ago
- f06ffac Lean the slashed forward. by bbahnsen · 19 years ago
- 1322eda Removing unused code. by bbahnsen · 19 years ago
- 0950e6c Add <FrameworkModules> in EdkModulePkg-All-Archs.fpd and MdePkg-All-Archs.fpd file for future updated PCD tools according to transition schema. by klu2 · 19 years ago
- aec9171 Fix capitalization issues. by bbahnsen · 19 years ago
- 18e40fc Added some extra error checking to make sure mSecReportStatusCode is valid. I was doing an experiment and I was crashing due to lack of this check. The checked in code does not fail in this case, but an extra error check will not hurt. by ajfish · 19 years ago
- 85cf9dc Removed dead #ifdef by ajfish · 19 years ago
- dfd3f9c Removed #ifdef NT32 as we don't need them for tools by ajfish · 19 years ago
- 6e11a8e Fix capitalization issues. by bbahnsen · 19 years ago
- 8b41e66 - added process to generate *local.lib and let the .dll be generated from it other than the .obj files directly. by jwang36 · 19 years ago
- 9f3a4be Modify fpd file according to transition schema. Before PCD tools updated, all information in fpd file should be correct. by klu2 · 19 years ago
- f29b8a3 Several changes - add <PcdIsDriver> optional element to <Externs> Changed FlashDeviceInfo Attributes to use the correct one. by lhauch · 19 years ago
- 52166c0 Added function declaration by vanjeff · 19 years ago
- 57e733d Capitalization Fixes for Linux builds. by bbahnsen · 19 years ago
- 2c09aab Use 2 byte chars with gcc to match how windows does unicode. by bbahnsen · 19 years ago
- d2ec0d9 Add Mde String and PrintLibs. Port StrGather to the Mde Unicode implementation. Compile with 2 byte wchars. Now StrGather works with gcc. by bbahnsen · 19 years ago
- 180527d Removing tools_def.txt by lhauch · 19 years ago
- 92e805e updated several elements and re-organized the layout (moving Attributes to their own file, trying to cut down on the size of the files.) by lhauch · 19 years ago
- d17412e Created as one wrapper by vanjeff · 19 years ago
- 25af9f3 Created as one wrapper for SwitchStack.c to add assert() by vanjeff · 19 years ago
- 3f9f540 add function header by vanjeff · 19 years ago
- 86d9a2e Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
- 6586cdf Changed LongJump() to _LongJump() by vanjeff · 19 years ago
- 493b974 Created as wrapper for SwitchStack() to add assert() by vanjeff · 19 years ago
- b486382 Changed SwitchStack() to _SwitchStack() by vanjeff · 19 years ago
- 81d5a31 Changed LongJump() to _LongJump() by vanjeff · 19 years ago
- e513625 change LongJump() to _LongJump() by vanjeff · 19 years ago
- c39b1ee Move SetJumpLongJump.c and SwitchStack,c into ebc sub directory. by vanjeff · 19 years ago
- 6edd769 Fixed one bug of WriteUnaligned24() by vanjeff · 19 years ago
- 94e68c3 Created as one wrapper for LongJump(), to added assert() function by vanjeff · 19 years ago
- 75fe89d Removed file/folder by vanjeff · 19 years ago
- 47a0ce7 Removed file/folder by vanjeff · 19 years ago
- bab93bd Added BuildTarget with enumerated data type (DEBUG|RELEASE|BOTH) to the PlatformHeader element. by lhauch · 19 years ago
- 6ad4973 change the default value of PcdMaxPeiPcdCallBackNumberPerPcdEntry to 8 to make the main trunk work. by qwang12 · 19 years ago
- d40039d Changed MsaFiles from {1} to {0,1} in SPD files. by lhauch · 19 years ago
- f0cf605 Adding a template file for the tools_def.txt file. This file will be copied to tools_def.txt if and only if the tools_def.txt file does not exist. We will be removing the tools_def.txt file from SVN, so that it will not be overwritten every time you do an update. by lhauch · 19 years ago
- 0a94a7d Added ValidImageNames ENUM to FvImageTypes so that we do not break the current usage (in Nt32.fpd) by lhauch · 19 years ago
- dcec765 Fix gcc build break. The PCD TokenNumber is incremented, not the address of the PCD TokenNumber. by bbahnsen · 19 years ago
- fb6d4eb Changed the Type attribute of FvImage to be ENUM type: FvImageTypes (Attributes | Options | Components) by lhauch · 19 years ago
- 5f44402 by yshang1 · 19 years ago
- 44c82dc by yshang1 · 19 years ago
- 49c80af 1. Fixed incorrect ASSERT conditions in wrapper functions. by bxing · 19 years ago
- 9d6d8b2 Refine some internal functions of PCD Driver. by qwang12 · 19 years ago
- 0653eb8 Add in support for GetNextTokenNumber API. by qwang12 · 19 years ago
- 19b362e BaseMemoryLib: Add missing ASSERT()s for some interfaces. by qhuang8 · 19 years ago
- 2778724 Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG. by bxing · 19 years ago
- 4c11400 Add in GetNextToken and Register Callback Function funtionality for DXE Driver. by qwang12 · 19 years ago
- eebf798 Revise XML Schema to be valid. by wuyizhong · 19 years ago
- 4848adc Moved attribute PcdIsDriver to PcdData element and out of PcdBuildDeclarations and PcdDynamicBuildDeclarations. by lhauch · 19 years ago
- 466d234 Fix some cleanall issues by bbahnsen · 19 years ago
- 9e79238 Fix some cleanall issues by bbahnsen · 19 years ago
- c43c671 Translate the Arch enum to an arch directory name. This is necessary for Linux builds, since it is case sensitive. by bbahnsen · 19 years ago
- b560bb6 Fix more gcc build breaks. One of these was a subtle bug in the code that was caught by a gcc warning. by bbahnsen · 19 years ago
- f2982b3 Fix gcc build break. Slashes should always lean forward! by bbahnsen · 19 years ago
- 342fcc1 Fix gcc build breaks. by bbahnsen · 19 years ago
- 6a4cae5 Remove the warning message reported when building GenBuild.jar by qwang12 · 19 years ago
- 4acf8ce Add version check in both PCD database generation and service driver. by qwang12 · 19 years ago
- 24dba7f Fix the problem "update action multiple times fail". Enhanced GUID value editor. by jlin16 · 19 years ago
- 9a7cf04 Change Workspace to X: by qwang12 · 19 years ago
- 32648c6 Replace all tab to spaces. by qwang12 · 19 years ago
- 00b7af1 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
- b16ef80 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
- 54de748 Updated MSA by putting Specification element at the end of the header section by lhauch · 19 years ago
- 415418e Updated MSA by putting Specification element at the end of the header section by lhauch · 19 years ago
- 8d3adb7 Fix a bug caused by sscanf trashing memory. by bbahnsen · 19 years ago
- fbf910a Had to put the Attribute, URL back into the Abstract so that Module Editor would compile. Leaving it out, and removing the AbstractURL elements from the MsaHeader.java and MsaLibHeader.java files cause even more problems. by lhauch · 19 years ago
- 0fce57e Added CreatedDate to Schema - headers have it included with a choice for Created or CreatedDate so that we can migrate to the new CreatedDate at some point in the future in all of the Framework files. by lhauch · 19 years ago
- a3657e3 MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSize >= 4G” by qhuang8 · 19 years ago
- d05003b Added outputDir attribute to support generating FV file in specified directory by jwang36 · 19 years ago
- f76fd83 by yshang1 · 19 years ago
- 0fff0c2 Check for /workspace/externaltools/apache-ant by bbahnsen · 19 years ago
- 362c601 Gcc versions of the msa files. These files can be used in place of the normal msa files for gcc builds. They will go away once we get the gcc assembly integrated into the main msa files. by bbahnsen · 19 years ago
- 75d0c5b Add a macro for GCC Assembly. by bbahnsen · 19 years ago
- 03fed93 Added a line to instruct users how to exit the NT32 emulation platform. by lhauch · 19 years ago
- da4aa0f by yshang1 · 19 years ago
- 6776c08 Remove a private class to remove the error message. by qwang12 · 19 years ago
- 1342c9c added ASSERT() by vanjeff · 19 years ago
- 1dc408f added ASSERT() by vanjeff · 19 years ago
- a916cff Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- 10d4432 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- 9896099 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- 54fae63 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- 2fb3ccf Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- b144ae9 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- 52e1905 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- dbdaaec 1) Fix bug reported on the PcdSetEx* Macro. 2) Add SKU_ID type by qwang12 · 19 years ago
- 8b29c89 Add sample code for PCD Database generation. These 3 files will be read by GenBuild tool and it is generated in the Head and Source file of PCD Service PEIM/Dxe Driver. by qwang12 · 19 years ago