1. c8e0735 Minor update code comment in last commitment. by qhuang8 · 14 years ago
  2. ab5255f Update UnixUgaScreen module to adapt to the change in Unix UGA protocol interface. by qhuang8 · 14 years ago
  3. 526cafb Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC assembler. by qhuang8 · 14 years ago
  4. a4902cc Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hooked in or tested, but it is code complete. Only missing step from testing is figuring out how to build with two different ABIs for the same platform. Sec needs a different ABI. May need to add a 2nd build step. by andrewfish · 14 years ago
  5. 082be7a Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseLib.inf in MdePkg. by qhuang8 · 14 years ago
  6. 07a9079 Started working on EFI ABI to UNIX ABI assembly gasket by andrewfish · 14 years ago
  7. ede7ec0 Changed the X64 gasket so it would be possible to port it to deal with the Unix to EFI ABI mangling. It still just does Unix ABI, and has some Xcode specific stuff to make source level debug a little easier, but it is a good first step. by andrewfish · 14 years ago
  8. 185969e Add an option to build the GccShell. './build.sh shell' or './build64.sh' will buid the shell. by andrewfish · 14 years ago
  9. b9c8e50 Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In the future we can make Sec support x86_64 ABI and the rest of the code support X64 EFI ABI. This will require assembly gaskets to fix the calling convention differences. I currently have noop gaskets in place for x86_64 ABI. This has only been tested on OS X 10.6. by andrewfish · 14 years ago
  10. 5fc3b5d Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. by andrewfish · 14 years ago
  11. d39c2af Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place. by andrewfish · 14 years ago
  12. d34689b Some more 64-bit fixes. by andrewfish · 15 years ago
  13. d5cdd25 Fix xcode project to point to the correct X64 paths. Also update print out to not point to tianocore.org... by andrewfish · 15 years ago
  14. 307d6c4 Add an Xcode project to build 64-bit UnixPkg. Currently crashes in PeiCore(). by andrewfish · 15 years ago
  15. 47d475f Fix 64-bit compile bug by andrewfish · 15 years ago
  16. 67f8680 Started trying to get the UnixPkg to compile for X64 with UnixABI. So far only have Sec compiling with Xcode. This is the first step in trying to get the EFIABI to work. Note since SEC is a Posix application it will still need to be Unix ABI. by andrewfish · 15 years ago
  17. 97ada49 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  18. f9b8ab5 Update the copyright notice format by hhtian · 15 years ago
  19. 80494d3 Remove DataHub PCD references. by andrewfish · 15 years ago
  20. deb8df5 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI Unix platform. by lgao4 · 15 years ago
  21. 526bf28 UnixSerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
  22. 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
  23. c029854 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  24. badc180 Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc by klu2 · 15 years ago
  25. 171aae8 Cleanup unused library class in UnixPkg.dsc by klu2 · 15 years ago
  26. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  27. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  28. fa2198b add debug agent null instance in DSC file. by vanjeff · 15 years ago
  29. b05ad4a Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled by jljusten · 15 years ago
  30. ef76813 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  31. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  32. 1039a25 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  33. f1569a9 Only ment to add support to build and launch Ebl shell, not switch over to it. Undo the switch. by andrewfish · 15 years ago
  34. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  35. 7e35214 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago
  36. 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
  37. 3b66da9 Add in commented out hooks for Shell and FatPkg. by andrewfish · 15 years ago
  38. 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
  39. 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
  40. 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
  41. d41b753 Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  42. 6a5025f Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  43. 6a37c6b Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  44. 1adf568 clean-up the license to open source. by eric_tian · 15 years ago
  45. 132f1be Fix a bug with the shell cp command. When searching for a / it was possible to lose a directory level. I changed the code to add a missing / if needed and not search backwards for one. by AJFISH · 15 years ago
  46. 5af06fe Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to work around Mac OS X 16 byte IA-32 calling conventions issue. All the calls to this code is #ifdef __APPLE__, so no reason to build it on Linux or other gcc flavors. by AJFISH · 15 years ago
  47. b395a08 Fix the UnixPkg default to have the tools come from a seperate BaseTools project. When the fixes are checked into edk2 we can move it back to pointing to tools in edk2. by ajfish · 15 years ago
  48. 5161b24 Update UnixPkg emulation platform to produce dummy CPU I/O 2 Protocol. by xli24 · 15 years ago
  49. 7ee3b61 Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard. by AJFISH · 15 years ago
  50. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  51. aaa2cc1 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  52. 6097575 Correct the alignment for PEIM by klu2 · 15 years ago
  53. beb9b90 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  54. 509dfd2 Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  55. 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  56. af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  57. b7f7651 Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compiler. by AJFISH · 15 years ago
  58. 6156fca Add Sec/Ia32/Gasket.S Remove unreferenced Stack.S by qhuang8 · 15 years ago
  59. ccd5582 Integrate patch from Andrew Fish to make it run on OS X. by qhuang8 · 15 years ago
  60. 06877ac deleted PCD PcdUefiVariableDefaultTimeout by jchen20 · 15 years ago
  61. f66d9a1 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  62. 6f74e80 Remove include in comments by klu2 · 15 years ago
  63. cf4afc9 Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict with the B0 macro defined in usr/include/bits/termios.h by klu2 · 15 years ago
  64. eb0f522 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  65. 3980a85 Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiServiceLib by klu2 · 16 years ago
  66. b67f279 Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in Uefi specification, so need include Uefi.h. by klu2 · 16 years ago
  67. bac49e7 Remove extra #includes where possible to make build more efficient by mdkinney · 16 years ago
  68. 03fb2d3 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 16 years ago
  69. 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 16 years ago
  70. 031667a 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 · 16 years ago
  71. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
  72. 15aef29 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago
  73. 116c9e2 Revert r8771. UnixPkg has a custom RTC driver. by jljusten · 16 years ago
  74. e900e19 Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 16 years ago
  75. d22cb18 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 16 years ago
  76. 020f7cf add readme.txt for UnixPkg by klu2 · 16 years ago
  77. c68e18e Remove extra GUID that is not used by mdkinney · 16 years ago
  78. fda6722 Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable by klu2 · 16 years ago
  79. d2c315e Retire the duplicate StatusCode PCD: by lgao4 · 16 years ago
  80. c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
  81. 84478de Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  82. 2ddf837 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  83. 8c8f3dc changed %s to %a to print correct ascii string. by vanjeff · 16 years ago
  84. d94f1f3 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  85. b088ba3 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
  86. cdf360f Remove unnecessary use of gEfiStatusCodeSpecificDataGuid and sync algorithm with NT32 OEM Hook Status Code Lib by mdkinney · 16 years ago
  87. 9c98c8e 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
  88. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  89. 132f41f Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  90. 7d28e82 add one comment when destroy the buffer. by vanjeff · 16 years ago
  91. 6cb6f07 Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
  92. b672348 1. Assign BDS timeout PCD value. 2. Sync SetupVariableInit in Unix Platform. by vanjeff · 16 years ago
  93. 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
  94. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  95. ecd8990 Update FDF files according to update of status code driver. by xli24 · 16 years ago
  96. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  97. d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  98. f7bef78 update by eric_tian · 16 years ago
  99. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  100. 95e9472 change the output executable file postfix name from .exe to NULL. by eric_tian · 16 years ago