1. f53a073 Volatile variable is read-only in runtime. by klu2 · 18 years ago
  2. 67fca22 Add a stub assembly file to fix the gcc build break. by bbahnsen · 18 years ago
  3. a3ab2a4 Integrated FV memory map into R9 by bxing · 18 years ago
  4. ea78388 For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for USB2.0 device. by xli24 · 18 years ago
  5. 68b49a7 Add Guid HOB type for these three library instances. by qhuang8 · 18 years ago
  6. 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
  7. af9e69f Add debug info when allocate pages failed in PeiMain. by lgao4 · 18 years ago
  8. e75ac0c Add debug info when decompress failed in DxeIpl and allocate pages failed in PeiMain. by lgao4 · 18 years ago
  9. 1d67f00 Fixed the issue in which local variable "Status" is used but not defined. by jwang36 · 18 years ago
  10. e2d56e0 Optimize to preallocate big bigs to avoid latter allocations. by qhuang8 · 18 years ago
  11. 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
  12. ed09422 gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemoryValue for TokenSpace Guide by qwang12 · 18 years ago
  13. e53a7e1 Set 0xff to both bridge & non-bridge device in case of unknown device. by qhuang8 · 18 years ago
  14. aadbf21 Add runtime checking for EdkFvbServiceLib. by klu2 · 18 years ago
  15. a720748 Add more check for index whether exceed maximum value of fv count. by klu2 · 18 years ago
  16. 95ed647 Add more check for index whether exceed maximum value of fv count. by klu2 · 18 years ago
  17. e641608 Remove some non-existent files from msa files. by bbahnsen · 18 years ago
  18. ce4bed0 Remove commented out inclusion of SalApi.h by mdkinney · 18 years ago
  19. 020a9a5 Only include SAL related definitions if the CPU Arch is IPF by mdkinney · 18 years ago
  20. ddb3d91 Fix iMac build issue. by klu2 · 18 years ago
  21. 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
  22. d43eee2 Merge R8 track #8354: SupportPalette() algorithm incorrect by klu2 · 18 years ago
  23. 4ef346c Add blank line at end of source code for GCC building. by klu2 · 18 years ago
  24. d06e054 Add blank line at end of source code for GCC building. by klu2 · 18 years ago
  25. 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
  26. 0265b1e 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with PcdLib.c. by qwang12 · 18 years ago
  27. 6874dbd 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with PcdLib.c. by qwang12 · 18 years ago
  28. 7a2729d Fix linux/cygwin build issue. by klu2 · 18 years ago
  29. 9d3fbdb Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. by wuyizhong · 18 years ago
  30. 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
  31. 406adcd Merge GOP related code from r8->r9. by wuyizhong · 18 years ago
  32. 4629ca4 Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTypeInformation is filled to EfiMaxMemoryType. by xgu3 · 18 years ago
  33. c340a28 Fixed EDKT482. Added support for multiple msa files in the same directory. by jwang36 · 18 years ago
  34. f62485d Add more assert to check table pointer. by klu2 · 18 years ago
  35. 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
  36. 4afc6a7 (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION type to conform to spec. by lgao4 · 18 years ago
  37. 5fd59c6 Add X64 support for DebugSupport driver. by klu2 · 18 years ago
  38. 02918ed Let specify GUID value for GUID-defined FV region, and remove potential dead loop in Nt32 package. by xli24 · 18 years ago
  39. 35d02d7 Merge R8 tracker #8375. by xli24 · 18 years ago
  40. 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
  41. 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
  42. 027c2ec Merge R8 tracker #8374 to make EmuVariable.GetNextVariableName() comply with UEFI spec. by xli24 · 18 years ago
  43. f1cd55f Add DxeDebugLibSerialPort that provides a debug library that layers directly on top of a serial port by mdkinney · 18 years ago
  44. 4eba088 Merge PVCS #7739. Drop Ebc arch support for PxeBc module. by qhuang8 · 18 years ago
  45. 8106a89 Fix the build break since VariableIpf & EmuVariableIpf were splitted from Variable & EmuVariable respectively to support IPF build. by qhuang8 · 18 years ago
  46. 2df858f Remove use of global variable at runtime in this lib by mdkinney · 18 years ago
  47. 22613d6 Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_DRIVER for IPF builds. by mdkinney · 18 years ago
  48. 19ca33c Fix static data initializer syntax for array of union. by bbahnsen · 18 years ago
  49. 53f491d Added the StatusCode protocol installation for the IPF architecture; removed the CapsuleArchProtocol checking for the IPF architecture by zliu3 · 18 years ago
  50. 838c84e 1) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage() by mdkinney · 18 years ago
  51. 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
  52. b32a39b Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly output >4G module entry point address. by lgao4 · 18 years ago
  53. 3112de2 Fix a typo in yesterday's check in. by qhuang8 · 18 years ago
  54. 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
  55. e7953f3 Set default value of DxeIplBuildShareCodeHob to FALSE. by qhuang8 · 18 years ago
  56. 9667d62 Remove this file for no usage. by qhuang8 · 18 years ago
  57. 657d391 • Set the default value of PcdDxeIplSwitchToLongMode to TRUE. by qhuang8 · 18 years ago
  58. 6f4f088 Add JumpBuffer field to the static structure by mdkinney · 18 years ago
  59. d57427a Add JumpBuffer field that records the allocated pool address that may be different that the Jump Context address by mdkinney · 18 years ago
  60. 62332e5 Align the top of the stack correctly when the PEI Core calls SwitchStack() by mdkinney · 18 years ago
  61. abb2663 Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. by qhuang8 · 18 years ago
  62. b672349 Sync with PeiDxeDebugLibReportStatusCodeLib to fix IPF alignment issue. by qhuang8 · 18 years ago
  63. 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
  64. c25aaa0 Move SAL "initialization/virtual address change notification" from EdkUefiRuntimeLib to EdkDxeSalLib. by yshang1 · 18 years ago
  65. 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
  66. 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
  67. d9bccce Declare GUIDs for all Extended SAL Services by mdkinney · 18 years ago
  68. 3219f97 Start to port the LongMode stuff to gnu asm. by bbahnsen · 18 years ago
  69. 0cc82df Fix gcc warnings -- please review affected files. by bbahnsen · 18 years ago
  70. 5fa86c0 Add a new source for gnu assembly. by bbahnsen · 18 years ago
  71. 5585935 Fix a compiler warning. by bbahnsen · 18 years ago
  72. 8b7ba92 Port to gnu style. by bbahnsen · 18 years ago
  73. 3673b8b Add IPF support in Base IO Lib, and related change in fpd file by gtian · 18 years ago
  74. 5ab95f3 Fix gcc build break for this module. by lgao4 · 18 years ago
  75. 885dc4d rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. by vanjeff · 18 years ago
  76. f588bef Add comments for all file tagged with "ToolCode="DUMMY"". by klu2 · 18 years ago
  77. 3e97cd8 Fix build break error. by lgao4 · 18 years ago
  78. 8569244 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed by vanjeff · 18 years ago
  79. 3e025b6 Add comments about why pre-allocate 32 bytes for load 64bit dxe core and Add code to make sure the stack is aligned to 16 bytes. by lgao4 · 18 years ago
  80. 9723bdd Fix to pre-allocate 32bytes in stack to Load X64 Image. by lgao4 · 18 years ago
  81. 4a50184 Fix build break from CPU_STACK_ALIGNMENT update. by mdkinney · 18 years ago
  82. 3ebf638 Add DxeIplX64Peim to the FPD file for the EdkModulePkg.fpd by mdkinney · 18 years ago
  83. 5a0c25f Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. by mdkinney · 18 years ago
  84. 3958593 Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. by mdkinney · 18 years ago
  85. e086613 Remove private definition for IPF stack alignment, and use public definition called CPU_STACK_ALIGNMENT instead. by mdkinney · 18 years ago
  86. b219108 added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance needn't depend on types of CPUs by vanjeff · 18 years ago
  87. 1df07b6 Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. by cwu11 · 18 years ago
  88. 3681d19 This check-in fixed the following bugs: by cwu11 · 18 years ago
  89. f556184 Remove BaseIoIntrinsicLib reference in IPF and EBC modules by xli24 · 18 years ago
  90. b53fedc in x64Variable.dxs, Add the FTW protocol into variable's dependency expression, because FTW services are used by this driver. FTW dependency appears in IA32 dxs file and should also show up in X64 dxs file. by mikewuping · 18 years ago
  91. cc7d86f Include EfiGpt.h, ElTorito.h, Mbr.h header files from MdePkg's Industry Starndard. and remove the private Gpt.h, Mbr.h and ElTorito.h by qwang12 · 18 years ago
  92. c91eaa3 I fixed following bugs in EDKII. by mikewuping · 18 years ago
  93. 511710d 1. Add the fix for the following Bugs: by cwu11 · 18 years ago
  94. cb44bbd 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclaimMemory"; by dtang2 · 18 years ago
  95. d73196f Bug fix for "CapsuleUpdate does not handle memory lost correctly" by dtang2 · 18 years ago
  96. 1723b2e Change #define bit(a) 1 << (a) to #define bit(a) (1 << (a)) by jtang12 · 18 years ago
  97. d669747 Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE ffs type, and Enhance DxeIpl module decompression function to load the decompressed FvImage to the memory address aligned at FvImage required alignment. by lgao4 · 18 years ago
  98. d4f397c 1. In event.c, a function's name is not spelled correctly, a typo. by mikewuping · 18 years ago
  99. bd51850 After identified as a High-Speed device, the port has been reset successfully, so it doesn't need to be reset again in the later for Full-Speed or Low-Speed devices. by ljin6 · 18 years ago
  100. b5ace64 Fix one bugger in Image.c in PeiCore module to get the correct module name for debug output. by lgao4 · 18 years ago