- bd70a0b DuetPkg: Use the new PCDs defined in MdePkg. by Ruiyu Ni · 10 years ago
- c687b14 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
- ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
- db4d3fa Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
- b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
- b1f700a Update the copyright notice format by hhtian · 15 years ago
- f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
- fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
- 1d7dfeb Add package dependency for gEfiStatusCodeDataTypeDebugGuid. by xli24 · 15 years ago
- b29a823 Detab in DuetPkg by qhuang8 · 15 years ago
- 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
- 03a2bbf ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 15 years ago
- 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 15 years ago
- 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
- d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 15 years ago
- d569cbb Fix system memory map issue. by gikidy · 16 years ago
- ea7beac Fix build warning of implicitly pointer casting by klu2 · 16 years ago
- 86608df remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
- 20fac44 Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
- 0c1e176 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
- 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
- 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
- 2ea15d0 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
- 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
- 002774a Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
- c46d031 DuetPkg/Library/DuetSerialIoLib => PcAtChipsetPkg/Library/SerialIoLib by jljusten · 16 years ago
- d894c8a Remove unused DuetDxeReportStatusCodeLib by qhuang8 · 16 years ago
- 6dacb8c Add DxeCoreReportStatusCodeLibFromHob library instance. For now, it is dedicated to DxeCore for DuetPkg. by qhuang8 · 16 years ago
- 9e65d5e Clean up DuetBdsLib: Refine to pass CYGWIN GCC tool chain. by qhuang8 · 16 years ago
- ba992f9 1, Add logo.bmp to fv file for showing it in graphic mode by klu2 · 16 years ago
- 9be2c30 Use ACPI timer for Duet platform. by klu2 · 16 years ago
- 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
- 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
- 5b8adaa Fix bug that Duet BDS fail to get PciExpressAddress from guid hob. by klu2 · 16 years ago
- e188a60 Fix bundle of issue for ICC build by klu2 · 16 years ago
- dba5c45 Fix the build failure of DuetBdsLib. by xli24 · 16 years ago
- 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
- f4dd9f2 Rename PalCallLib to PalLib by qhuang8 · 16 years ago
- 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
- 7829726 Implement Read() and Poll() by mdkinney · 16 years ago
- 71bd74c Changing source filename to match name changing. by vanjeff · 16 years ago
- 04c99fb Renamed remotely by vanjeff · 16 years ago
- ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
- e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
- d8bee43 Fix build issue in linux environment. by eric_tian · 16 years ago
- f5752cb Add DuetTimerLib and DuetSerialIo library instance. by klu2 · 17 years ago
- be76888 Fix many bugs in DUET package and now DUET package is enabled for floppy successful. by klu2 · 17 years ago
- e5653d9 Fix some bugs in FSVariable and BdsPlatform for duet platform. by klu2 · 17 years ago
- ff514e2 Add more debug print message and fix some issues. by klu2 · 17 years ago
- d55eb54 User customize build method for BootSector module. by klu2 · 17 years ago
- c69dd9d Porting Duet module from EDKI to EDKII by klu2 · 17 years ago