- 39fcdca Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLib by jwang36 · 17 years ago
- 159baf3 Changed class name EdkGraphicsLib to GraphicsLib by jwang36 · 17 years ago
- 67c23c4 Changed class name EdkFvbServiceLib to FvbServiceLib by jwang36 · 17 years ago
- 6cf4cca change "System Production Name" to "Nt32 Emulation Environment" and will change "Bios Version" name to "R9 Prime" by klu2 · 17 years ago
- a43264f Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. by klu2 · 17 years ago
- c9cbbe7 Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. by klu2 · 17 years ago
- 2697c17 Synchronize with StatusCode Specification. by klu2 · 17 years ago
- 51d104f Synchronize with StatusCode Specification. by klu2 · 17 years ago
- 2327f6c Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
- 3f07ea9 Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
- ad9e507 Change EfiConvertPointer() and EfiSetVirtualAddressMap() to use gRT instead of mRT because these two functions must only be called in physical mode, so there is never any need for them to use mRT that is converted to a virtual address by mdkinney · 17 years ago
- 1b0d0cc Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- f651bd3 Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- 9f256ee Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- 88ce020 Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- 98a1fa1 Correct parameter UINTN to UINT32 by lgao4 · 17 years ago
- 7a31af6 Fix the type-cast between UINT32 & UINTN by qhuang8 · 17 years ago
- 39a4d28 Correct UefiDecompress library instance by lgao4 · 17 years ago
- d8c79a8 Update CustomDecompress library to support algorithm guid and Update DxeIpl and DxeCore to support custom decompress guid section parse. by lgao4 · 17 years ago
- c76af11 Changed the library class name to HiiLibFramework by jwang36 · 17 years ago
- 9f6bb5f Changed the output format by jwang36 · 17 years ago
- c543936 Changed the class name to OldPeiCoreEntryPoint by jwang36 · 17 years ago
- 6ae8cca Fix a typo in library class name. by qhuang8 · 17 years ago
- f3f152e Fixed BDS display issue caused by unicode file parse by jwang36 · 17 years ago
- 31528f0 Using CopyMem service to replace the "while" loop for the memory copy by zliu3 · 17 years ago
- 65ddc26 1. Fixed STRING_TOKEN() matching issue during unicode file parsing by jwang36 · 17 years ago
- 8403ef2 Adding typedef according to framework specification. by klu2 · 17 years ago
- f50f181 GenPage binary to generate EfiLoaderImage with page table. by jlin16 · 17 years ago
- 4083417 Import UndiRuntimeDxe. by yshang1 · 17 years ago
- 370856f added the missing contents of copywrite. by vanjeff · 17 years ago
- a586770 1. Enable Mtftp4Dxe in MdeModulePkg.dsc by vanjeff · 17 years ago
- 632a3a6 GenBootSector binary to modify boot sector. by jlin16 · 17 years ago
- 8559bf2 Fixed an issue which all lines will be removed if no "#line" or "#" is found by jwang36 · 17 years ago
- 896a3f9 Added Trim command for ASL file process by jwang36 · 17 years ago
- cd2d846 Fix bug in GPT check that was introduced when a CompareMem() call was changed to a '==' operator. It should be a '!=' operator. by mdkinney · 17 years ago
- 2118457 Set the executable property on Split.exe by lhauch · 17 years ago
- 6bfce83 Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString. We will allocate it before we use it and free it after use. by qwang12 · 17 years ago
- fe8e4eb remove EFI_ACPI_30_TABLE_GUID and gEfiAcpi30TableGuid which is not defined in any of these specs: EFI 1.10, UEFI 2.0, UEFI 2.1 by qwang12 · 17 years ago
- 4be464d Remove the invalid revision 3549. by yshang1 · 17 years ago
- 8ad603f remove the two unnecessary CONST modifier. by qwang12 · 17 years ago
- e8ed718 Remove duplicate module in IntelFrameworkModulePkg by klu2 · 17 years ago
- 3e042db GenFds Tool:Sync with Fdf Spec update. Add the supporting of more than one file, data or Fv in one region. by qouyang · 17 years ago
- d8b61da Fix bug in PciCfg to support PCI express address. by yshang1 · 17 years ago
- 38d64b3 Remove ${WORKSPACE} by klu2 · 17 years ago
- c7fd9a3 Remove gEfiCpuIoProtocolGuid from [Depex] section. by vanjeff · 17 years ago
- f351984 SmBusLib had a bad path and was crashing the build by AJFISH · 17 years ago
- 58ece2e Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. by yshang1 · 17 years ago
- 6d3aa33 Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. by yshang1 · 17 years ago
- c8db305 Fixed derived DEPEX issue by jwang36 · 17 years ago
- 76b0f6a PcdPei module should link BasePcdLibNull to avoid self dependency. by qhuang8 · 17 years ago
- 184b892 Add mult-level directory creation feature for specified output files. by jlin16 · 17 years ago
- 2d835bf Update gHobList in DXE core when GCD relocates hob list. by xli24 · 17 years ago
- 05339bd Update gHobList in DXE core when GCD relocates hob list. by xli24 · 17 years ago
- 13978ff Remove duplicate GuidCName of "gEfiFirmwareVolumeProtocolGuid" by qhuang8 · 17 years ago
- 6f9fdc5 Split binary to split one file into two files. by jlin16 · 17 years ago
- 1e8bf44 Correct wrong Library class's name by klu2 · 17 years ago
- 2115deb Roll back to r3528 by jwang36 · 17 years ago
- 52de52a Update MicroCode build rules by lgao4 · 17 years ago
- 9f5fea4 Add library dependency expressions for several library instances. by qhuang8 · 17 years ago
- 84600c3 Fixed issue in Dynamic PCD in dependent library instances. by jwang36 · 17 years ago
- 1375916 Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 platform is not for releasing binary module. by klu2 · 17 years ago
- 5e6c7c1 GenFds tool: Sync with Fdf Spec update. Add the supporting of more than one file, data or Fv in one region. by qouyang · 17 years ago
- 7b2b99a Update GenFw and Genfv tool to support Microcode and FvMap. And Update build rules for micro code file type. by lgao4 · 17 years ago
- 2127f4d Fixed PCD Sku VariableGuid error by jwang36 · 17 years ago
- b7273e6 Remove duplicate PCD from DSC file by klu2 · 17 years ago
- 3ce4669 Remove addtional PCD type by klu2 · 17 years ago
- 5f25213 Remove addtional PCD type by klu2 · 17 years ago
- 13e5499 Changed source file format by jwang36 · 17 years ago
- 86a61cc one more PAL define by vprabhal · 17 years ago
- 4bb89f1 Updated to reflect spec ECRs by AJFISH · 17 years ago
- 75fe518 Fix PCD bug in NT32Pkg DSC file. by klu2 · 17 years ago
- 6b4fe92 1. Generated new build.exe from new tools code by jwang36 · 17 years ago
- bf3473e a tool to edit target.txt in CLI mode by jjin9 · 17 years ago
- 9483721 Fix the wrong file type in binary inf file. by qhuang8 · 17 years ago
- 57b82a9 remove the format of file. make it clearly by jjin9 · 17 years ago
- 33b7cf8 GenFdsTool: 1.Fix the bug of 'get wrong PCD value'. by qouyang · 17 years ago
- 95cba3e Added UEFI Boot Manager definitions to UEFISpec.h and removed from BDS by AJFISH · 17 years ago
- b25e814 add in <Guid/PcAnsi.h> by qwang12 · 17 years ago
- d58f90f Per the requirement of GenFv tool, added command to copy *.map file to $(OUTPUT_DIR) by jwang36 · 17 years ago
- f48e6ea Changed the .lib file directory from public LIB_DIR to private OUTPUT_DIR by jwang36 · 17 years ago
- 6e8d441 There's still bug in library summarization code. Fixed now. by jwang36 · 17 years ago
- df874ff clean up Copyright header information. by vanjeff · 17 years ago
- a5370b7 Fixed the library instance filter issue by jwang36 · 17 years ago
- 517655c Fixed issue in filtering supported module type for library instance by jwang36 · 17 years ago
- e1f0fa9 Added the svn:executable property to the batch file, toolsetup.bat. by lhauch · 17 years ago
- a4e891f Set the svn:executable property on all *.exe files by lhauch · 17 years ago
- cee779e Set SVN Property: svn:executable on VfrCompile.exe - may resolve an issue where the SVN update is changing execute permissions on these files. by lhauch · 17 years ago
- e988537 GenFds: Sync with EdkIIWorkspaceBuild update. by qouyang · 17 years ago
- 840d59b Fixed dynamic PCD autogen issue for LakeportX64 by jwang36 · 17 years ago
- c247746 Removed unused library classes by jwang36 · 17 years ago
- c55eb6e Fixed the missed parameter of GetGuidValue() by jwang36 · 17 years ago
- c0b30ab Removed "self." from GetGuidValue() method since it's global by jwang36 · 17 years ago
- 514d1d2 GenFds: Sync with EdkIIWorkspaceBuild update. by qouyang · 17 years ago
- 434c69b Fixed a typo in PCD type by jwang36 · 17 years ago
- 824b03c Update License header. by yshang1 · 17 years ago
- c741cc2 Update the license header. by yshang1 · 17 years ago
- f178734 add EFIAPI to the library functions. by qwang12 · 17 years ago
- 81221fc Update the license header. by yshang1 · 17 years ago
- cf029d3 Update the license header. by yshang1 · 17 years ago
- 772db4b Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe. by vanjeff · 17 years ago