| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up invalid keywords and missing keywords in [Define] section of INF/DEC... | lzeng14 | 2011-06-28 | 2 | -3/+2 |
* | Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [... | lzeng14 | 2011-05-20 | 1 | -11/+11 |
* | Return scan code for Pause key. | vanjeff | 2011-05-16 | 1 | -1/+2 |
* | Remove duplicate PCD declaration | mdkinney | 2011-05-10 | 1 | -1/+0 |
* | Clean up DEC files: | mdkinney | 2011-05-09 | 1 | -22/+5 |
* | Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx | mdkinney | 2011-05-05 | 1 | -2/+2 |
* | 1. solve build time issue that FV size is exceed due to more modules is inclu... | erictian | 2011-03-31 | 2 | -10/+10 |
* | Fix gBS->Stall bug. The current code would only stall for a single timer tick... | andrewfish | 2011-03-22 | 1 | -3/+22 |
* | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff | 2011-03-14 | 1 | -3/+3 |
* | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | mdkinney | 2011-03-10 | 2 | -2/+4 |
* | Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration... | andrewfish | 2011-03-08 | 5 | -4/+10 |
* | UnixPkg: Fix build for Linux | jljusten | 2011-03-05 | 8 | -12/+20 |
* | UnixPkg: Use build flag to prevent FatPkg from being required | jljusten | 2011-03-05 | 3 | -2/+9 |
* | Fix issue with fixing tabs. | andrewfish | 2011-02-02 | 22 | -1401/+1401 |
* | update copyright format | hhtian | 2010-12-10 | 13 | -15/+15 |
* | DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot | jljusten | 2010-12-06 | 2 | -0/+2 |
* | Remove unused files to make it easier to add new thunks. | andrewfish | 2010-12-01 | 2 | -574/+0 |
* | Fix token dup caused by merge. | andrewfish | 2010-12-01 | 1 | -1/+1 |
* | 2nd wave of r11105 checkin.2nd wave of r11105 checkin. | andrewfish | 2010-12-01 | 6 | -179/+190 |
* | Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e... | andrewfish | 2010-11-30 | 44 | -9575/+6568 |
* | Sync update to improve compiler compatibility | mdkinney | 2010-11-29 | 1 | -3/+10 |
* | Fix the issue that the high 16-bit of EAX may contain invalid data, which cau... | li-elvin | 2010-11-12 | 2 | -4/+4 |
* | Update to support Xcode 64-bit debug. | andrewfish | 2010-10-15 | 2 | -2/+3 |
* | UnixPkg: Allow build.sh/build64.sh to be run from the edk2 root | jljusten | 2010-10-13 | 2 | -14/+27 |
* | UnixPkg MiscSubClassPlatformDxe: Add en-US langdef to *.uni | jljusten | 2010-10-13 | 10 | -0/+0 |
* | UnixPkg build64.sh: Build UnixPkg X64 with GCC44 | jljusten | 2010-10-13 | 1 | -12/+12 |
* | UnixPkg SEC: Fix link flags for using GCC on Linux x86-64 | jljusten | 2010-10-13 | 1 | -7/+7 |
* | UnixPkg: Enable gasket functions for all X64 toolchains | jljusten | 2010-10-13 | 3 | -411/+419 |
* | UnixPkg: Added missing EFIAPI for many Gasket functions | jljusten | 2010-10-13 | 5 | -230/+593 |
* | Fix bad NT 32 reference in print to be UnixPkg. | andrewfish | 2010-10-12 | 1 | -1/+1 |
* | Make the script pass arguments so clean from Xcode works properly. | andrewfish | 2010-10-12 | 1 | -1/+1 |
* | Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib | andrewfish | 2010-09-20 | 6 | -24/+78 |
* | Added SecDispatchTable library to allow custom PPIs to be passed up to into P... | andrewfish | 2010-09-16 | 8 | -1/+129 |
* | Clean up clean and clarify XCODE flags. | andrewfish | 2010-09-16 | 3 | -3/+13 |
* | Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co... | andrewfish | 2010-08-18 | 18 | -200/+316 |
* | Add LZMA decompression to DXE Core. | andrewfish | 2010-08-12 | 2 | -1/+3 |
* | Fix reverse gasket issue that was breaking watch dog timer. | andrewfish | 2010-08-08 | 7 | -14/+25 |
* | Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library... | andrewfish | 2010-08-05 | 1 | -2/+6 |
* | Minor update code comment in last commitment. | qhuang8 | 2010-07-30 | 1 | -1/+2 |
* | Update UnixUgaScreen module to adapt to the change in Unix UGA protocol inter... | qhuang8 | 2010-07-30 | 1 | -6/+15 |
* | Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC a... | qhuang8 | 2010-07-30 | 1 | -1/+1 |
* | Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hook... | andrewfish | 2010-07-29 | 10 | -7967/+761 |
* | Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL... | qhuang8 | 2010-07-26 | 1 | -1/+1 |
* | Started working on EFI ABI to UNIX ABI assembly gasket | andrewfish | 2010-07-24 | 1 | -0/+8047 |
* | Changed the X64 gasket so it would be possible to port it to deal with the Un... | andrewfish | 2010-07-23 | 7 | -305/+8992 |
* | Add an option to build the GccShell. './build.sh shell' or './build64.sh' wil... | andrewfish | 2010-07-23 | 2 | -4/+11 |
* | Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In... | andrewfish | 2010-07-22 | 22 | -218/+1188 |
* | Added to support X64 port (with SV5 ABI). May be able to remove after we port... | andrewfish | 2010-07-22 | 148 | -0/+15774 |
* | Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place. | andrewfish | 2010-07-20 | 1 | -1/+1 |
* | Some more 64-bit fixes. | andrewfish | 2010-07-15 | 1 | -4/+12 |