1. bd70a0b DuetPkg: Use the new PCDs defined in MdePkg. by Ruiyu Ni · 10 years ago
  2. c687b14 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  3. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  4. db4d3fa Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  5. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  6. b1f700a Update the copyright notice format by hhtian · 15 years ago
  7. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  8. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  9. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  10. 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
  11. fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
  12. 1d7dfeb Add package dependency for gEfiStatusCodeDataTypeDebugGuid. by xli24 · 15 years ago
  13. b29a823 Detab in DuetPkg by qhuang8 · 15 years ago
  14. 1a573c7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  15. 03a2bbf ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 15 years ago
  16. 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 15 years ago
  17. 951d309 Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 15 years ago
  18. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 15 years ago
  19. d569cbb Fix system memory map issue. by gikidy · 16 years ago
  20. ea7beac Fix build warning of implicitly pointer casting by klu2 · 16 years ago
  21. 86608df remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
  22. 20fac44 Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  23. 0c1e176 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  24. fd89439 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  25. b5a8e95 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  26. 2ea15d0 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  27. 6efe5f9 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  28. 002774a Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  29. c46d031 DuetPkg/Library/DuetSerialIoLib => PcAtChipsetPkg/Library/SerialIoLib by jljusten · 16 years ago
  30. d894c8a Remove unused DuetDxeReportStatusCodeLib by qhuang8 · 16 years ago
  31. 6dacb8c Add DxeCoreReportStatusCodeLibFromHob library instance. For now, it is dedicated to DxeCore for DuetPkg. by qhuang8 · 16 years ago
  32. 9e65d5e Clean up DuetBdsLib: Refine to pass CYGWIN GCC tool chain. by qhuang8 · 16 years ago
  33. ba992f9 1, Add logo.bmp to fv file for showing it in graphic mode by klu2 · 16 years ago
  34. 9be2c30 Use ACPI timer for Duet platform. by klu2 · 16 years ago
  35. dc4dc1d 1, Remove DxeReportStatus driver, because DxeIpl has published a instance from hob. And new status code library will use this instance from hob. by klu2 · 16 years ago
  36. cf0206e Add DuetDxeReportStatusCodeLib which will get ReportStatusCode from hob if fail to get protocol. This library could be used for DxeCore module to output early debug message via serial. by klu2 · 16 years ago
  37. 5b8adaa Fix bug that Duet BDS fail to get PciExpressAddress from guid hob. by klu2 · 16 years ago
  38. e188a60 Fix bundle of issue for ICC build by klu2 · 16 years ago
  39. dba5c45 Fix the build failure of DuetBdsLib. by xli24 · 16 years ago
  40. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  41. f4dd9f2 Rename PalCallLib to PalLib by qhuang8 · 16 years ago
  42. e56dd2c Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  43. 7829726 Implement Read() and Poll() by mdkinney · 16 years ago
  44. 71bd74c Changing source filename to match name changing. by vanjeff · 16 years ago
  45. 04c99fb Renamed remotely by vanjeff · 16 years ago
  46. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  47. e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
  48. d8bee43 Fix build issue in linux environment. by eric_tian · 16 years ago
  49. f5752cb Add DuetTimerLib and DuetSerialIo library instance. by klu2 · 17 years ago
  50. be76888 Fix many bugs in DUET package and now DUET package is enabled for floppy successful. by klu2 · 17 years ago
  51. e5653d9 Fix some bugs in FSVariable and BdsPlatform for duet platform. by klu2 · 17 years ago
  52. ff514e2 Add more debug print message and fix some issues. by klu2 · 17 years ago
  53. d55eb54 User customize build method for BootSector module. by klu2 · 17 years ago
  54. c69dd9d Porting Duet module from EDKI to EDKII by klu2 · 17 years ago