1. 8de0692 add (UINT8 *) type cast to fix ICC build failure. by niruiyu · 14 years ago
  2. b68b78e Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. by niruiyu · 14 years ago
  3. b4f9bc4 Add static type cast to fix ICC build failure. by niruiyu · 14 years ago
  4. dcb428d DuetPkg: Move EfiLdr Handoff data to stack by jljusten · 14 years ago
  5. 6fc74ea DuetPkg: Send EfiLdr messages to serial port by jljusten · 14 years ago
  6. 0492698 DuetPkg: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  7. 63c89e0 remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation by klu2 · 15 years ago
  8. b1f700a Update the copyright notice format by hhtian · 15 years ago
  9. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  10. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  11. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  12. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  13. 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
  14. d9dd98f Fix DUET x64 hang in Video Option ROM. by niruiyu · 15 years ago
  15. e843cdd 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. by eric_tian · 15 years ago
  16. 3ae5030 Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg. by klu2 · 15 years ago
  17. 754f83b Delete useless files. by gikidy · 16 years ago
  18. 8b85412 Ported LZMA to DUET platform. by gikidy · 16 years ago
  19. 72be1c7 Remove macro usage of EFI32, EFI64 in duet package. by klu2 · 16 years ago
  20. 9f214f6 Remove working modification for debug by klu2 · 16 years ago
  21. 4979475 Remove exit from batch file by klu2 · 16 years ago
  22. 24f5b80 Fix building issue for VS2003 and VS2005 tool chain. The "/GS-" is not recognized by VS2003 but need by VS2005, so the CFLAGS should override from tools_def.txt but not replace CFLAGS defined in tools_def.txt. by klu2 · 16 years ago
  23. f735177 Add build option /GS- to pass build. by gikidy · 16 years ago
  24. 6054c68 Use "==" to define build options for USER_DEFINED module by jwang36 · 16 years ago
  25. ffdc186 Clean up EfiLdr: Refine code to pass CYGWIN GCC tool chain build by qhuang8 · 16 years ago
  26. f8e01ca Fix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file. by klu2 · 16 years ago
  27. eea53ce Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  28. 15a2944 Use BIT8-1 instead of UINT8_MAX. by mdkinney · 16 years ago
  29. e188a60 Fix bundle of issue for ICC build by klu2 · 16 years ago
  30. 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
  31. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  32. 5f87392 Fix build breaks. by mdkinney · 16 years ago
  33. c5dfb47 Support X64 build for DUET platform. by klu2 · 17 years ago
  34. 394bbc5 1) Fix some casting working in X64 building by klu2 · 17 years ago
  35. c51b1cb Do not use EntryPoint library for EfiLdr module. by klu2 · 17 years ago
  36. ff514e2 Add more debug print message and fix some issues. by klu2 · 17 years ago
  37. 3da85e6 1, Use PrintLib in Duet loader by klu2 · 17 years ago
  38. 8c1ba7f The library instance BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg is for decompressing GUID section. So it could not be used for EfiLdr module. Just implement TianoDecompress in EfiLdr module itself. by klu2 · 17 years ago
  39. 9071550 Add missing module for duet package. by klu2 · 17 years ago