1. ab2a68f Fix some VS2003 warnings by andrewfish · 15 years ago
  2. d4577dc Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  3. 2a8e982 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  4. 29a3f13 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  5. adbd84b Fixup RELEASE build to use some NULL libs by andrewfish · 15 years ago
  6. 188e4e8 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  7. c37f052 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  8. cdccd99 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  9. f7c58a9 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  10. d5b0f23 Update execption handler to print out DFSR & IFSR info. by andrewfish · 15 years ago
  11. 5e9edae Turn on Thumb/Thumb2 and optimize for size. by andrewfish · 15 years ago
  12. 1cd45e7 fix K8 coding issues. by jcarsey · 15 years ago
  13. 75dad61 Move the definitions defined for User Manager protocol from UserCredential.h to UserManager.h to align with UEFI spec. by gdong1 · 15 years ago
  14. 254d668 Add missing [Depex] by mdkinney · 15 years ago
  15. 2cbf6d9 Fix bug in script for relase ROM by andrewfish · 15 years ago
  16. 8c3f387 Add support for a RELASE build by andrewfish · 15 years ago
  17. 4a1db20 Remove unused definitions by mdkinney · 15 years ago
  18. f8a61fe Missed a library by andrewfish · 15 years ago
  19. cb0f9ff Remove items moved to OMAP350 Package by andrewfish · 15 years ago
  20. a3f9864 Moving OMAP 3530 code out of BeagleBoard package into its own package by andrewfish · 15 years ago
  21. 759f21f Remove unused structure by mdkinney · 15 years ago
  22. e3dcffc Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and Simple Text output protocol, if the device path to the handle is not present in the ConIn and ConOut/ConErr environment variables. by vanjeff · 15 years ago
  23. af176a8 Remove redundant arch definition in UefiPxeBcDxe. by ljin6 · 15 years ago
  24. 2c4297c 1. Add comments in INF file to describe limitation. by xli24 · 15 years ago
  25. 819aa7b Remove EBC arch support for UefiPxeBcDxe. by ljin6 · 15 years ago
  26. ecd28a6 Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe. by ljin6 · 15 years ago
  27. 5fb89a0 Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures. by ljin6 · 15 years ago
  28. 9f485cc File header added. by gikidy · 15 years ago
  29. fee4cb8 Fix the issue GCC DUET x64 cannot boot to front page but reset when timer interrupt is enabled (HSD 203180). by niruiyu · 15 years ago
  30. 5270672 Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue was fixed. by niruiyu · 15 years ago
  31. a7932d9 Clean up module to use SMM CPU Save State Protocol definitions from IntelFrameworkPkg instead of duplicating definitions in this module. by mdkinney · 15 years ago
  32. 4a3af38 Minor clean up of DEC file. by mdkinney · 15 years ago
  33. d765978 Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both Framework SMM and PI SMM implementations. by mdkinney · 15 years ago
  34. 0bce734 Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both Framework SMM and PI SMM implementations. by mdkinney · 15 years ago
  35. 2831927 Fixed GDT load issue in some cases after a reset. Only CS should be used to access flash prior to entering protected mode. by geekboy15a · 15 years ago
  36. 6dec886 Fix a security hole in shell binaries: by qhuang8 · 15 years ago
  37. 90f1486 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53. by tye1 · 15 years ago
  38. 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
  39. 710a340 Fix incorrect array size by qhuang8 · 15 years ago
  40. bf2f172 Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead. by xli24 · 15 years ago
  41. f9876ec Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead. by xli24 · 15 years ago
  42. ea6898b Clean up MdePkg source to correct some coding style issues, etc. by qhuang8 · 15 years ago
  43. bf586ab Fix Xcode bug in template by andrewfish · 15 years ago
  44. 6f72e28 Added a library for the default exception handler and started to add a dissasembler. Cleaned up some issues with BlockIo in BeagleBoard and add some extra info on Ebl devices command to show if a blk device has a file system on it. by andrewfish · 15 years ago
  45. 3b66da9 Add in commented out hooks for Shell and FatPkg. by andrewfish · 15 years ago
  46. 2a8ecdd Fix issue where the script assumed tools are in Bin, but they are still in BinWrappers with binaries in bin dir for all architectures. Make both schemes work. by andrewfish · 15 years ago
  47. d9dd98f Fix DUET x64 hang in Video Option ROM. by niruiyu · 15 years ago
  48. 948cecf Clean up MtrrLib to remove unnecessary package dependency by qhuang8 · 15 years ago
  49. 414bdfb Print the warning information for the image without relocation only when load it into memory. by lgao4 · 15 years ago
  50. 6ea8e37 Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definitions by qhuang8 · 15 years ago
  51. a7ddec1 Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates in Edk r9817. by qhuang8 · 15 years ago
  52. 2d36815 Fix incorrect Edk revision number in last commit by qhuang8 · 15 years ago
  53. c311788 Add change log for the incompatible changes in MdePkg in Edk r9817. by qhuang8 · 15 years ago
  54. 4777d7f Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-8 spec in MdePkg by qhuang8 · 15 years ago
  55. dff2673 Set correct workspace when workspace is not set. by lgao4 · 15 years ago
  56. 2e76dc7 Remove ASSERT() to make AllocatePool() service match PI spec. by klu2 · 15 years ago
  57. d27bd9e Clear EFI_SOURCE and EDK_SOURCE environment when workspace is changed. by lgao4 · 15 years ago
  58. ba9978c fix the typo error for the name of BootScriptSaveOnS3SaveStateThunk thunk driver by jchen20 · 15 years ago
  59. 2f73ba8 fix the typo error for the name of BootScriptSaveOnS3SaveStateThunk thunk driver by jchen20 · 15 years ago
  60. ac255da fix copyright and license block and fix a size issue. by jcarsey · 15 years ago
  61. 1e6e84c fixed license header / copyright date on all files. by jcarsey · 15 years ago
  62. b4d856a Fix the issue that accessing for unaligned address break IPF by klu2 · 15 years ago
  63. 52cbe44 Add BootScriptSaveOnS3SaveStateTunk thunk driver to Integrated S3 thunk code. . by jchen20 · 15 years ago
  64. 5d2311b Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type from [PcdsFeatureFlag.IA32] to [PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64] by jchen20 · 15 years ago
  65. 00b0796 Fix typo in Monotonic Counter GUID macro name by qhuang8 · 15 years ago
  66. 7490e2b GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() returns NULL because it is possible for BdsLibVariableToOption() to return NULL if the boot option variable does not exist or the boot option is not active. by rsun3 · 15 years ago
  67. 052019e Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect the RFC1700 real value: In RFC1700, UDP value is 17 while TCP value is 6. by qhuang8 · 15 years ago
  68. 9b6f044 Update according to two review comments: by tye1 · 15 years ago
  69. 6e19836 Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE over IPv6. by tye1 · 15 years ago
  70. 323c8a9 Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp message. by tye1 · 15 years ago
  71. 9899d8b Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error message if user wants. by tye1 · 15 years ago
  72. a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
  73. e4ef003 Add StrToIp functions to NetLib. by tye1 · 15 years ago
  74. fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
  75. 341a658 Correct PeiCore not dispatch the register for shadow image without relocation. by lgao4 · 15 years ago
  76. f13321c SMM driver should link UefiRuntimeLib. by hhtian · 15 years ago
  77. e843cdd 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. by eric_tian · 15 years ago
  78. 1ccdbf2 Improve coding style in MdeModulePkg. by rsun3 · 15 years ago
  79. cd730ec Minor code enhancement. by gikidy · 15 years ago
  80. 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
  81. d4f167a Missed a fix in the Cpu Driver. Added some more debug for Execption handling and clean up some uncached stuff. by AJFISH · 15 years ago
  82. f4d7c87 Seems the BiosVideo thunk does not work recently, temporary disable it. by klu2 · 15 years ago
  83. 2b963c0 Add SmbiosDxe module that is required by BDS by mdkinney · 15 years ago
  84. 79b9790 Minor update to move array into function to dead strip better on release builds by AJFISH · 15 years ago
  85. 235605b Updated ARM Exception handler to print out text values for CPSR register by AJFISH · 15 years ago
  86. 3ae5030 Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg. by klu2 · 15 years ago
  87. bfd4a3f Update PeiLoadFilePpi produced by PeiCore to load only images with relocation into memory. by lgao4 · 15 years ago
  88. aa75dfe Fix some coding style issues in MdeModulePkg. by rsun3 · 15 years ago
  89. 8421306 Correct comments to match function declaration. by lgao4 · 15 years ago
  90. bde6776 Remove the duplicated definitions between Framework AcpiSupport and PI AcpiSystemDescriptionTable. by lgao4 · 15 years ago
  91. 89b11f0 Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2 by lgao4 · 15 years ago
  92. 311004b Fix ICC build break Fix some typos by qhuang8 · 15 years ago
  93. 44fdeb3 Fix ICC build break by qhuang8 · 15 years ago
  94. cded621 Add type-cast to fix build break for IA32 arch by qhuang8 · 15 years ago
  95. 6b9ddb4 Fix ICC build break by qhuang8 · 15 years ago
  96. 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
  97. 42db19a Fix gcc warning by AJFISH · 15 years ago
  98. e643315 Add generic CpuIoPei module that produces the CPU I/O PPU using the services of the MdePkg IoLib by mdkinney · 15 years ago
  99. 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
  100. 7c1c4dc Clean up format of comments by mdkinney · 15 years ago