summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-19Clean up the duplicated definitions in Ppi/Smbus.h of IntelFrameworkPkg. yshang1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3351 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Added more error checkjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3350 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Remove unused Pcd in dsc.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3349 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19move PcdStatusCodeValueEfiWatchDogTimerExpired to FixedAtBuildqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3348 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Update GenFds tool.qouyang
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3347 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Remove Pcat definition and these definition should be put into module itself.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3346 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Fix bugs in MdePkg for GCC build.yshang1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3345 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19add in PeiServicesTablePointerLibMm7.infqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3344 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19add in PeiServicesTablePointerLibMm7.infqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3343 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Move PcatCompatible/RealTimeClockRuntimeDxe module to MdeModulePkg from ↵klu2
IntelFrameworkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3342 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Remove PciHotPlugInit protocol from IntelFrameworkModulePkg because it is ↵klu2
defined in Framework specification. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3341 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-191) Change the file name of StatusCode.h to DataHubStatusCodeRecord.hklu2
2) Change gEfiStatusCodeGuid to gEfiDataHubStatusCodeRecordGuid git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3340 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Add commentklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3339 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Fix one bug to create pad raw section.lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3338 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Updated per the build tools changesjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3337 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Rollback the change of EFI_FVB_ATTRIBUTE, because not clearly about how to ↵klu2
change the EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL and the last check in block the Nt32 build git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3336 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Remove _MSC_VER for this file is just built by MSFT tool chainklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3335 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18removed comments (and fix) compiler specific compile of .c filesAJFISH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3334 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-181) Add _MSC_VER judgment for usage of #pragma intrinsic klu2
2) Change EFI_FVB_ATTRIBUTE to EFI_FVB2_ATTRIBUTE, As Zimmer, Vincent’s PI1.0 errata document said, in PI we need use EFI_FVB2_ATTRIBUTE to differ the specification change. 3) Remove duplicate definition of SERIAL_MODE, PARALLEL_MODE in Include\Framework\Legacy16.h 4) Remove EFI_FV_FILE_ATTRIB_FIXED and EFI_FV_FILE_ATTRIB_ALIGNMENT from IntelFrameworkPkg\Include\Protocol\FirmwareVolume.h, because they defined in PI specification. 5) Remove EFI_FORM_LABEL from IntelFrameworkPkg\Include\Protocol\HiiFramework.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3333 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Added GCC (CYGWIN only) tool chain family supportjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3332 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Added tool chain family modifier for source files used only for GCC jwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3331 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3330 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Rename Framework SmbusLib instanceqhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3329 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3328 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3327 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3326 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3325 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3324 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3323 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Adjust directory structures.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3322 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Add GUID declaration in IntelFrameworkPkg.dec.xli24
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3321 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Modified to pass EBC build.vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3320 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Add GraphicLib library class definition in MdePkg.decklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3319 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Update these four tools linked with single threaded C run time library.lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3318 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Fixed Unicode-Text file type issuejwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3317 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Changed the comment for MULTI_THREAD settingjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3316 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Correct the name of library classklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3315 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18change Assert to normal error exit.htao
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3314 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Improved the file type filterjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3313 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18tool binary update to add binary size parameter check.htao
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3312 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Correct the library class name klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3311 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Move those definitions defined in UEFI Spec from IndustryStandard/Usb.h to ↵vanjeff
Protocol/UsbIo.h and Protocol/Usb2HostController.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3310 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Check in EfiRom and TianoCompress tool binary.htao
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3309 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18GenVtf tool binary should be checked into BaseTools\Bin\Win32htao
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3308 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18check in GenVtf tool binaryhtao
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3307 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Added $(INC) for MASMjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3306 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18add UefiUsbLibInternal.h in .infvanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3305 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18check in GenVtf tool binaryhtao
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3304 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Merged with new build tool changes.jwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3303 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18Use () instead of use {}klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3302 6f19259b-4bc3-4df7-8a09-765794883524