1. b88bd01 Add a tempate for a RealView FVB for the variable services. by andrewfish · 14 years ago
  2. 1c8029e Update the previous fix to only shadow the function for supported processor architectrues. The old way required non supported processor architectures to opt out. by andrewfish · 14 years ago
  3. 27172c0 Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM. So I did the same thing that is done on Itanium and skipped the shadow for ARM architecture in all cases. by andrewfish · 14 years ago
  4. 4546bcb Fix a bug: by hhuan13 · 14 years ago
  5. be757a7 Update EdkShellBinPkg to integrate a patch in Shell SVN r41. by qhuang8 · 14 years ago
  6. c945216 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE or PcdStatusCodeUseDataHub is set to TRUE. by lgao4 · 15 years ago
  7. be63a20 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE. by lgao4 · 15 years ago
  8. b24633c Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCacheTable before firing timer ArpService->PeriodicTimer. This remove the race condition in ArpCreateService(): it is possible for the timer event to trigger before the lists are initialized which will results in a hang in ArpTimerHandler(). by xdu2 · 15 years ago
  9. 74df502 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configuration into one EFI Variable), this remove the limitation that max NIC configuration will depend on PcdMaxVariableSize. by xdu2 · 15 years ago
  10. 8df3a68 Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 years ago
  11. 755e4d1 Update logic in Suuported() for PCI-ISA Bridges with Positive Decode to avoid false positives on bridges of class PCI_CLASS_BRIDGE_OTHER. by mdkinney · 15 years ago
  12. 4bc6ab8 Fix path in script by andrewfish · 15 years ago
  13. 7668305 Use same scheme as *.asm file. by andrewfish · 15 years ago
  14. 8b4eff7 Make SEC ModuleEntryPoint build with Xcode. Just need another level of indirection by andrewfish · 15 years ago
  15. afdfe8f Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have a PEI phase, and added place holder CPU PEIM to ArmPkg. This ArmRealViewEbPkg now boots from SEC, PEI, DXE, BDS, to EBL in the ARM RealView system emulator that comes with RealView Pro. by andrewfish · 15 years ago
  16. 7ee525b Report correct MediaPresentSupported value from Nt32 SNP mode data. by xdu2 · 15 years ago
  17. 49fd66c Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block data. That issue incurs incorrect network transfer. by hhuan13 · 15 years ago
  18. 7f97c9b Use ASSERT to check the expression. by lgao4 · 15 years ago
  19. 1dc1b43 1. fixed one bug to construct config request string header used child handle instead of NIC controller handle. by vanjeff · 15 years ago
  20. 25400c6 Add routing header type to NetLib. by tye1 · 15 years ago
  21. 58380e9 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
  22. 3b33c6d Fix FFS file type for binary modules of type UEFI_DRIVER by mdkinney · 15 years ago
  23. 445b357 roll back last check-in. by vanjeff · 15 years ago
  24. 7df41b1 by vanjeff · 15 years ago
  25. 6b22483 1) Call ProcessNotifyList() to process all Dispatch Notifications after the Memory Discovered PPI is installed. by mdkinney · 15 years ago
  26. 7a743a2 Remove extra references to binary INFs from DSC file by mdkinney · 15 years ago
  27. f1f11ea Fixed a bug in Mtftp4: to allow the block number to roll over to accept transfers of unlimited size. by hhuan13 · 15 years ago
  28. 97c0d02 Remove unnecessary volatile for local Index variable. by lgao4 · 15 years ago
  29. 9053bc5 Sync EDKII BaseTools to BaseTools project r1988 by qhuang8 · 15 years ago
  30. 96dd57e Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configuration cycles to be safe for use from interrupt context and from modules of type DXE_SMM_DRIVER. by mdkinney · 15 years ago
  31. 76d428b Simplify DSC/FDF files for OVMF by mdkinney · 15 years ago
  32. 2fc59a0 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
  33. 22f6824 Update BASE_NAME to match the file names of the shell binaries so the INF files can be used from a DSC/FDF file to include the binary of the shell in a platform. by mdkinney · 15 years ago
  34. 50835d0 Update filename case of X64 binary to match the IA32 and IPF binary filenames. by mdkinney · 15 years ago
  35. b772d85 Add binary of the shell back with proper case in filename. by mdkinney · 15 years ago
  36. d39b3d3 Remove shell binary with incorrect case in filename. by mdkinney · 15 years ago
  37. 174ea22 Update BASE_NAME to match the file names of the shell binaries so the INF files can be used from a DSC/FDF file to include the binary of the shell in a platform. by mdkinney · 15 years ago
  38. 37de2c8 Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI_DEVICE_PATH_UTILS_CREATE_NODE" according to UEFI spec. by qhuang8 · 15 years ago
  39. 15c952e Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
  40. 127010d Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
  41. c5eef36 Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-in to avoid macro redefinition. by rsun3 · 15 years ago
  42. c5b16b1 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
  43. e4a3449 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by MyronPorter · 15 years ago
  44. daaad27 PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCC by jljusten · 15 years ago
  45. cac2ab9 Update PcAtChipsetPkg PciRootBridgeIo to consume IoLib&PciLib. by rsun3 · 15 years ago
  46. 46f0e2a Remove some unnecessary clear screen from console drivers. by li-elvin · 15 years ago
  47. 35f9e94 Add a missing parameter description in the function header for CoreFindFreePagesI(). by rsun3 · 15 years ago
  48. c5b900b Fix the bug that definition of EFI_DISPATCH_OPROM_TABLE does not follow Framework CSM Spec v0.97. by xli24 · 15 years ago
  49. 1249696 EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies by jljusten · 15 years ago
  50. 19e2bfe ECP MpServicesOnFrameworkMpServicesThunk: Fix build with GCC by jljusten · 15 years ago
  51. 5f68233 EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4 by jljusten · 15 years ago
  52. 0e7e330 EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.h by jljusten · 15 years ago
  53. 4ea439f Sync FrameworkUefiLib with the MdePkg UefiLib by mdkinney · 15 years ago
  54. 57b3102 Update NT32 to produce the gEfiMemoryTypeInformation HOB by mdkinney · 15 years ago
  55. ea3cfce Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 years ago
  56. a4e9b4f Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFAULT_SETTINGS or the gEfiMemoryTypeInformation variable does not exist. by mdkinney · 15 years ago
  57. 2345e7d 1) Improve how memory usage is tracked in DXE Core by mdkinney · 15 years ago
  58. 2a2e33b Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. by qianouyang · 15 years ago
  59. 0ccabf7 Initialize the local variable before refer to them. by lgao4 · 15 years ago
  60. cda8ba5 Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if gST->ConOut is NULL. by mdkinney · 15 years ago
  61. de243ee 1.Restore BSP IDT table to AP when AP wakeup. by vanjeff · 15 years ago
  62. 4ac4deb Add more check to make sure code run safely. by lgao4 · 15 years ago
  63. 61ece96 Skip restoration of DRx registers to support in-circuit emualators or debuggers set breakpoint in interrupt/exception context. by rsun3 · 15 years ago
  64. 35a1715 Minor grammatical work--mostly adding periods. Sending separately a list of files missing Doxygen @param and @return information. by myronporter · 15 years ago
  65. 63c89e0 remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation by klu2 · 15 years ago
  66. 8850ca7 Update Shell binaries to integrate recent updates in EDK shell project and integrate one hot fix in hexedit. by qhuang8 · 15 years ago
  67. 2788ff5 Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFldMiscTypeOEM buffer overflow. by li-elvin · 15 years ago
  68. 7830363 fix GCC X64 build broken by klu2 · 15 years ago
  69. 12c1395 fix X64 build broken by klu2 · 15 years ago
  70. 5bf5fb3 Change MaxBlock to HEX value to avoid GCC build failure. by li-elvin · 15 years ago
  71. 13ad1de Do the following fix up in SetupBrowser driver: by lgao4 · 15 years ago
  72. c6498c1 Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list variable is empty. by xli24 · 15 years ago
  73. 3ea80ba Convert some C-style comments to Doxygen style for coding standard compliance. by darylm503 · 15 years ago
  74. 39669f1 Fixed tracker #203752, Dhcp4 assert issue. by hhuan13 · 15 years ago
  75. 4548fc2 Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
  76. 5adb8db Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
  77. 2bd78c9 Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read operation. by geekboy15a · 15 years ago
  78. f1329e6 Update EdkShellPkg.dsc read me to add a note to remind developers to update platform FDF files when they want to debug shell package to replace binaries from EdkShellBinPkg by qhuang8 · 15 years ago
  79. 75d37fc Correct the svn repository link by klu2 · 15 years ago
  80. 938f46b Add DMA Lib for generic ARM cache coherency model. by andrewfish · 15 years ago
  81. 81bc205 Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only. by andrewfish · 15 years ago
  82. 6be6c2e NullDmaLib:DmaMap() function needs to return valid DeviceAddress. by andrewfish · 15 years ago
  83. e10a18f Make the [BuildOption] match the others for GCC. by andrewfish · 15 years ago
  84. 076c050 Set the default compilers arch flags for these packages by andrewfish · 15 years ago
  85. aaeef06 Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would work with Intel (DMA is coherent no matter what you do). by andrewfish · 15 years ago
  86. a108933 If SCSI version support Read/Write (16) command, use both commands to access disk especially for above 2TB. by li-elvin · 15 years ago
  87. a24faca Add Read/Write (16) command to SCSI library. by li-elvin · 15 years ago
  88. 4515103 remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib. by niruiyu · 15 years ago
  89. 8e7c9e0 Fix line ending issue. Update DMA Map primatives to double buffer if buffer does not start on cache line boundary. If buffer is not a multiple of a cache line only whole cache lines will be allowed in the buffer. This is part of the MAP API. by andrewfish · 15 years ago
  90. d744b79 Add a little more code for SD Card DMA, but make sure it is turned off until it is debugged. by andrewfish · 15 years ago
  91. 9e04898 Remove references to a package that does not exist. by andrewfish · 15 years ago
  92. e22812c Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreateTimeOpCode by lgao4 · 15 years ago
  93. 5a2bc71 synchronize interget type definition from MdePkg's processbinding.h to make build pass under GCC44 tool chain by klu2 · 15 years ago
  94. 21ecdf1 Library interface should be declared as EFIAPI by klu2 · 15 years ago
  95. 4a5b245 Status code handler callback should be declared as EFIAPI by klu2 · 15 years ago
  96. 14531b1 Use the ASSERT() for parameter checking as the 4th parameter of internal worker function of MakeTable() must be <= 16. by lgao4 · 15 years ago
  97. ec7cb6a Add the missing PalLib NULL instance. by lgao4 · 15 years ago
  98. c6b4f78 Add the missing PalLib NULL instance. by lgao4 · 15 years ago
  99. a167ecb Fixed the issue of that IP4driver can’t correctly reassemble the Out of Sequence Fragments. by qianouyang · 15 years ago
  100. ce5fad4 For BdsDxe module, by xli24 · 15 years ago