- fae0da0 Fix several capitalization issues. by bbahnsen · 18 years ago
- 2bbf72b Fix the issues, by xgu3 · 18 years ago
- 5b66424 Correct TeImage file format and Clean up PeiRebase tool to remove unused code and only relocate image. by lgao4 · 18 years ago
- 591ee27 To fix, by xgu3 · 18 years ago
- b28d0bd Fix filename case (Ipf instead of ipf) by tgingold · 18 years ago
- 1e5fcd5 Use / as path separator by tgingold · 18 years ago
- e313deb To fix, by xgu3 · 18 years ago
- fb610f2 Removed the DxeSalLibConstructor() from the EdkDxeSalLib and EdkDxeRuntimeSalLib for the AutoGen lib constructor tools. by zliu3 · 18 years ago
- 9a037c5 Correct the right bits judgment for get size of OptionROM. by klu2 · 18 years ago
- 3727980 Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate them into USB2_HC_DEV. by klu2 · 18 years ago
- 74c5616 EHCI driver need enable routine and disable Legacy USB by klu2 · 18 years ago
- 69a99cc by yshang1 · 18 years ago
- 6c31fdb The updating (change the Interrupt Line to 0xFF for unknown setting) is only for x86 based on the PCI spec, so added the compiler option for such code. by zliu3 · 18 years ago
- 57257e1 1.Fix a typo in DevicePath Driver by qhuang8 · 18 years ago
- 70b6db9 by yshang1 · 18 years ago
- 35d4cd9 Fix EDKT497. In the patch: by yshang1 · 18 years ago
- 9574070 Display error message when HOB creation fails due to lack of memory. by xli24 · 18 years ago
- 41a907e Add checking for memory allocation in UI modules. by xli24 · 18 years ago
- 38a7027 AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching it temporary. by klu2 · 18 years ago
- 715a44f IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NULL device path. If progress code is switched on, ASSERT would happen. by xli24 · 18 years ago
- fe64f4f fix some coding style issues. by qwang12 · 18 years ago
- 66d8c20 1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel compiler supporting by zliu3 · 18 years ago
- 19231e0 correct SimpleTextIn protocol definition. by lgao4 · 18 years ago
- 0dce6dc Use ASM_PFX to optionnaly set the underscore prefix by tgingold · 18 years ago
- f53a073 Volatile variable is read-only in runtime. by klu2 · 18 years ago
- 67fca22 Add a stub assembly file to fix the gcc build break. by bbahnsen · 18 years ago
- a3ab2a4 Integrated FV memory map into R9 by bxing · 18 years ago
- ea78388 For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for USB2.0 device. by xli24 · 18 years ago
- 68b49a7 Add Guid HOB type for these three library instances. by qhuang8 · 18 years ago
- 8c395f7 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. by qhuang8 · 18 years ago
- af9e69f Add debug info when allocate pages failed in PeiMain. by lgao4 · 18 years ago
- e75ac0c Add debug info when decompress failed in DxeIpl and allocate pages failed in PeiMain. by lgao4 · 18 years ago
- 1d67f00 Fixed the issue in which local variable "Status" is used but not defined. by jwang36 · 18 years ago
- e2d56e0 Optimize to preallocate big bigs to avoid latter allocations. by qhuang8 · 18 years ago
- 3d10949 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. by rsun3 · 18 years ago
- ed09422 gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemoryValue for TokenSpace Guide by qwang12 · 18 years ago
- e53a7e1 Set 0xff to both bridge & non-bridge device in case of unknown device. by qhuang8 · 18 years ago
- aadbf21 Add runtime checking for EdkFvbServiceLib. by klu2 · 18 years ago
- a720748 Add more check for index whether exceed maximum value of fv count. by klu2 · 18 years ago
- 95ed647 Add more check for index whether exceed maximum value of fv count. by klu2 · 18 years ago
- e641608 Remove some non-existent files from msa files. by bbahnsen · 18 years ago
- ce4bed0 Remove commented out inclusion of SalApi.h by mdkinney · 18 years ago
- 020a9a5 Only include SAL related definitions if the CPU Arch is IPF by mdkinney · 18 years ago
- ddb3d91 Fix iMac build issue. by klu2 · 18 years ago
- 3ec2611 Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. by lgao4 · 18 years ago
- d43eee2 Merge R8 track #8354: SupportPalette() algorithm incorrect by klu2 · 18 years ago
- 4ef346c Add blank line at end of source code for GCC building. by klu2 · 18 years ago
- d06e054 Add blank line at end of source code for GCC building. by klu2 · 18 years ago
- 3bc85e3 Fix the bug that GraphicsConsole try to update mode 1 (80, 50) UgaWidth and UgaHeight, but Columns and Rows are not initialized. by xgu3 · 18 years ago
- 0265b1e 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with PcdLib.c. by qwang12 · 18 years ago
- 6874dbd 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with PcdLib.c. by qwang12 · 18 years ago
- 7a2729d Fix linux/cygwin build issue. by klu2 · 18 years ago
- 9d3fbdb Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. by wuyizhong · 18 years ago
- cdcaf78 GetCurrentLanguage() in IFR Support Library treats language variable incorrectly. It attempted to search for '\0' flag, but the variable does not have this flag. It is a string with constant width of 3 characters. by xli24 · 18 years ago
- 406adcd Merge GOP related code from r8->r9. by wuyizhong · 18 years ago
- 4629ca4 Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTypeInformation is filled to EfiMaxMemoryType. by xgu3 · 18 years ago
- c340a28 Fixed EDKT482. Added support for multiple msa files in the same directory. by jwang36 · 18 years ago
- f62485d Add more assert to check table pointer. by klu2 · 18 years ago
- 83a4143 Remove unused library class EdkPeCoffLoaderX64Lib and library instance EdkPeCoffLoaderX64Lib, because current BasePeCoffLib can supports IA32, EBC, & X64 images all. by lgao4 · 18 years ago
- 4afc6a7 (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION type to conform to spec. by lgao4 · 18 years ago
- 5fd59c6 Add X64 support for DebugSupport driver. by klu2 · 18 years ago
- 02918ed Let specify GUID value for GUID-defined FV region, and remove potential dead loop in Nt32 package. by xli24 · 18 years ago
- 35d02d7 Merge R8 tracker #8375. by xli24 · 18 years ago
- 3820a17 For the file "EdkModulePkg\Universal\EmuVariable\RuntimeDxe\EmuVariable.c", Revision 2059 missed the fixing of Revision 2058, so commit the fixing of revision 2058 by zliu3 · 18 years ago
- 09d4dd1 Fixed one bug in EmuVariable module: The macro (GET_PAD_SIZE) is different with GetPadSize(), so in some special case the variable can not be read rightly after it was set. by zliu3 · 18 years ago
- 027c2ec Merge R8 tracker #8374 to make EmuVariable.GetNextVariableName() comply with UEFI spec. by xli24 · 18 years ago
- f1cd55f Add DxeDebugLibSerialPort that provides a debug library that layers directly on top of a serial port by mdkinney · 18 years ago
- 4eba088 Merge PVCS #7739. Drop Ebc arch support for PxeBc module. by qhuang8 · 18 years ago
- 8106a89 Fix the build break since VariableIpf & EmuVariableIpf were splitted from Variable & EmuVariable respectively to support IPF build. by qhuang8 · 18 years ago
- 2df858f Remove use of global variable at runtime in this lib by mdkinney · 18 years ago
- 22613d6 Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_DRIVER for IPF builds. by mdkinney · 18 years ago
- 19ca33c Fix static data initializer syntax for array of union. by bbahnsen · 18 years ago
- 53f491d Added the StatusCode protocol installation for the IPF architecture; removed the CapsuleArchProtocol checking for the IPF architecture by zliu3 · 18 years ago
- 838c84e 1) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage() by mdkinney · 18 years ago
- 8572fea 1) Make a slightly better work around for the EdkDxeSalLib by removing constructor from MSA and calling constructor from library functions. by mdkinney · 18 years ago
- b32a39b Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly output >4G module entry point address. by lgao4 · 18 years ago
- 3112de2 Fix a typo in yesterday's check in. by qhuang8 · 18 years ago
- f40793b Make DxeIpl "assembly-free" to avoid the undesired LongMode.obj code in image even if we do not choose to switch to long mode. by qhuang8 · 18 years ago
- e7953f3 Set default value of DxeIplBuildShareCodeHob to FALSE. by qhuang8 · 18 years ago
- 9667d62 Remove this file for no usage. by qhuang8 · 18 years ago
- 657d391 • Set the default value of PcdDxeIplSwitchToLongMode to TRUE. by qhuang8 · 18 years ago
- 6f4f088 Add JumpBuffer field to the static structure by mdkinney · 18 years ago
- d57427a Add JumpBuffer field that records the allocated pool address that may be different that the Jump Context address by mdkinney · 18 years ago
- 62332e5 Align the top of the stack correctly when the PEI Core calls SwitchStack() by mdkinney · 18 years ago
- abb2663 Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. by qhuang8 · 18 years ago
- b672349 Sync with PeiDxeDebugLibReportStatusCodeLib to fix IPF alignment issue. by qhuang8 · 18 years ago
- f5103f2 The performance data for PEI phase should be collected from pre-memory, so move PERF_START macro to correct place. by klu2 · 18 years ago
- c25aaa0 Move SAL "initialization/virtual address change notification" from EdkUefiRuntimeLib to EdkDxeSalLib. by yshang1 · 18 years ago
- 25549f6 Use global variable gInMemory in place of gInMemoryGuid ppi in DxeIplX64 module to point this module is shadowed or not for size reduction. by lgao4 · 18 years ago
- b00c892 In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of BootPolicy. But according to CoreLoadImage comments, BootPolicy is TRUE indicates that the request originates from the boot manager. Dispatcher driver is from memory, not from boot manager. So it should call CoreLoadImage with FALSE parameter of BootPolicy. by lgao4 · 18 years ago
- d9bccce Declare GUIDs for all Extended SAL Services by mdkinney · 18 years ago
- 3219f97 Start to port the LongMode stuff to gnu asm. by bbahnsen · 18 years ago
- 0cc82df Fix gcc warnings -- please review affected files. by bbahnsen · 18 years ago
- 5fa86c0 Add a new source for gnu assembly. by bbahnsen · 18 years ago
- 5585935 Fix a compiler warning. by bbahnsen · 18 years ago
- 8b7ba92 Port to gnu style. by bbahnsen · 18 years ago
- 3673b8b Add IPF support in Base IO Lib, and related change in fpd file by gtian · 18 years ago
- 5ab95f3 Fix gcc build break for this module. by lgao4 · 18 years ago
- 885dc4d rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. by vanjeff · 18 years ago
- f588bef Add comments for all file tagged with "ToolCode="DUMMY"". by klu2 · 18 years ago