Commit Graph

19750 Commits

Author SHA1 Message Date
bbahnsen 96c0505b54 Handle g++ libs correctly, since ant incorrectly does not use g++ as the linker, we do this as a workaround.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@165 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-15 23:34:57 +00:00
bbahnsen 6dd1f283ca Removing the binary of MakeDeps since it is now built by the tools. Please make sure that you have rebuilt the tools to pick it up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@164 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-15 23:26:58 +00:00
bbahnsen c9af24ef57 Fix for OS X
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@163 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-15 22:49:28 +00:00
bbahnsen 8bbe39394b Fix for OS X
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@162 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-15 22:48:06 +00:00
bbahnsen b09da165c0 Add MakeDeps
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@161 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-15 17:25:39 +00:00
bxing 97d92bdaf0 Updated BaseLib for THUNK functions and some CPU functions
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@158 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-15 11:14:20 +00:00
mdkinney 7c28d0e095 Fix MASM build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@155 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-14 23:25:10 +00:00
lgao4 c1288a3926 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@152 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:16:36 +00:00
lgao4 1b7b460ff9 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@151 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:16:06 +00:00
lgao4 e20ee534ac git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@150 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:14:46 +00:00
lgao4 d4864e2350 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@149 6f19259b-4bc3-4df7-8a09-765794883524 2006-05-14 09:14:06 +00:00
mdkinney 64fe104864 Make sure path to 16-bit MASM is set
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@145 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-12 23:18:38 +00:00
mdkinney 555c55ba77 Make variable names for protocol GUIDs consistent
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@143 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-12 20:56:10 +00:00
mdkinney f15e4e27c6 Make variable names for protocol GUIDs consistent
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@142 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-12 20:55:40 +00:00
mdkinney cd36853858 Add CapsuleVendor and BootState GUIDs to PEIMs that depend on the EDK Module Package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@135 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-12 16:53:17 +00:00
mdkinney 8a1fd113ea Add EfiGlobalVariable GUID to PEIM.h so PEIMs can read standard variables defined by the UEFI 2.0 Specification
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@134 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-12 16:52:07 +00:00
lhauch 448d6fab6e Added ZeroOrOne Data Type, for use with ErasePolarity FlashDeviceInfo attribute
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@129 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-11 14:38:45 +00:00
lhauch 818de870c7 Modified the FlashDeviceInfo and FlashDeviceImage elements (when not using the FDF file) per recommendation of tools team
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@128 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-11 14:36:47 +00:00
qhuang8 5f10fa0140 *BaseSmbusLib: (new version)
Complete function header, detailed description, ASSERT()s & pass smoke test in MRC of Lakeport package by replacing Smbus PPI. 
*Device Patch Lib
Fix a bug in AppendDevicePathNode() (Solve Track #44 in Remodel PVCS). The original logic failed if the first device path was NULL.
*Performance Lib 
Add PeiPerformanceHob & Performance protocol in spd file in EdkModule Package (Solve Tracker #41, #42 in Remodel PVCS).
*Hob Lib
Add detailed description for each Hob function.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@126 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-11 07:19:55 +00:00
bbahnsen cfb190d9f4 Remove the PACKAGE attribute to sync with latest schema.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@125 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-10 16:13:02 +00:00
yshi8 8b61dfd909 Change the name convention of Framework_Tools_Path to pass the build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@121 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-10 08:11:30 +00:00
lhauch 4895d0f0ae removed require for different sections of <TianoImage> SEC,PEI_CORE,etc are now 0 - 1; Added new attribute tags to MsaAttributes for ModuleName, ModuleGuid, PackageName and PackageGuid. removed a couple of Attributes that are not used.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@120 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-10 07:31:24 +00:00
yshi8 a29212b287 1. update the comments to mention the variables should be set;
2. use %CD% to replace %~dp0 to remove the last "\" in the WORKSPACE variable
3. add some comments

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@115 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-09 06:11:05 +00:00
bbahnsen 406479e60a Get rid of the build.gcc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@110 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-08 16:13:05 +00:00
klu2 19ce77c3e9 It is legal that same base name exist in one FPD file. In future, we should use "Guid, Version, Package" and "Arch" to differ a module. So currently, warning should be disabled.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@108 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-08 03:34:21 +00:00
klu2 845fdeba64 Fix the PCD bug submitted by Oram, Isaac W:
It is legal that a workspace does *not* contains FPD or a FPD does *not* contains any PCD records, 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@107 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-07 16:10:08 +00:00
bbahnsen e0c56f04d7 Use strcasecmp in gcc builds.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@106 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-04 23:39:47 +00:00
bbahnsen 621406c57f Fix a capitalization error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@105 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-04 23:32:15 +00:00
bbahnsen 0f254cac2d Retab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@104 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-04 23:10:25 +00:00
bbahnsen c4e0f33e5d The file name is in lower case.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@103 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-04 22:53:19 +00:00
bbahnsen 8fb9e6b8a1 Added a few links to help people find external tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@99 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 22:45:39 +00:00
bbahnsen 4e6661a865 Remove the workspace reference.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@98 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 22:23:55 +00:00
bbahnsen dce914c0d2 Streamline the tools build and make it friendlier to gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@97 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 22:14:18 +00:00
bbahnsen 7b778c8ee3 Top-level builds are not supported yet.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@96 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 19:41:11 +00:00
bbahnsen 5051888301 Point to the right place for ant contrib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@95 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 18:10:56 +00:00
bbahnsen 8f80e16aec Get rid of workspace. Point to MS compiler for Host compiles.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@94 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 18:07:09 +00:00
bbahnsen 54a1ec66eb Point to the correct _tools_def.txt file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@93 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 18:04:29 +00:00
bbahnsen b678d2fbdd Removing all but ia32 so that folks who do not have the extra compilers can build without error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@92 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 17:57:37 +00:00
bbahnsen 509d55c4ad This is the file to use to build all architectures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@91 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 17:56:52 +00:00
bbahnsen 083611e114 Removing all but ia32 so that folks who do not have the extra compilers can build without error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@90 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 17:55:48 +00:00
bbahnsen 6626205333 This is the file to use to build all architectures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@89 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-03 17:54:00 +00:00
bbahnsen 1465cc8ba9 Fix a typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@87 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-02 15:57:28 +00:00
hche10x 3248b4e5f0 Change script to start with class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@82 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-29 01:45:49 +00:00
hche10x de935f1424 Change script to start with class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@81 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-29 01:45:12 +00:00
lhauch 2bdb190793 Fixed CLASSPATH, ANT_HOME and XMLBEANS_HOME to allow this program to start.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@80 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28 19:53:20 +00:00
lhauch 24390b64ff Updated to use environment variables instead of hard-coded path for ANT_HOME and XMLBEANS_HOME
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@79 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28 19:33:16 +00:00
lhauch 53cef58afb Split up the CLASSPATH lines into multiple lines for better readability
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@78 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28 19:32:18 +00:00
klu2 ec472c95e6 Remove unnecessary comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@77 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28 13:55:37 +00:00
klu2 3d52de132f Fix two bugs for current PCD workflow:
1) Switch build message on for PCD action.
2) If SPD file does *not* contains PCD information, it is illegal.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@76 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28 13:52:29 +00:00
hche10x 2a8b1c0a8a 1. Modify start script to
a. Check if exist ant and xmlbeans
	b. Call main class instead of call .jar file
2. Adjust the structure of page “module header info” to meet new request.
3. Fix bugs in UIs.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@74 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28 08:47:59 +00:00