summaryrefslogtreecommitdiffstats
path: root/UnixPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet...lgao42011-08-292-2/+2
* Remove unnecessary global macros in SecMain.inf.niruiyu2011-08-291-11/+11
* Clean up invalid keywords and missing keywords in [Define] section of INF/DEC...lzeng142011-06-282-3/+2
* Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [...lzeng142011-05-201-11/+11
* Return scan code for Pause key.vanjeff2011-05-161-1/+2
* Remove duplicate PCD declarationmdkinney2011-05-101-1/+0
* Clean up DEC files:mdkinney2011-05-091-22/+5
* Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney2011-05-051-2/+2
* 1. solve build time issue that FV size is exceed due to more modules is inclu...erictian2011-03-312-10/+10
* Fix gBS->Stall bug. The current code would only stall for a single timer tick...andrewfish2011-03-221-3/+22
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-3/+3
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-102-2/+4
* Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration...andrewfish2011-03-085-4/+10
* UnixPkg: Fix build for Linuxjljusten2011-03-058-12/+20
* UnixPkg: Use build flag to prevent FatPkg from being requiredjljusten2011-03-053-2/+9
* Fix issue with fixing tabs.andrewfish2011-02-0222-1401/+1401
* update copyright formathhtian2010-12-1013-15/+15
* DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during bootjljusten2010-12-062-0/+2
* Remove unused files to make it easier to add new thunks.andrewfish2010-12-012-574/+0
* Fix token dup caused by merge.andrewfish2010-12-011-1/+1
* 2nd wave of r11105 checkin.2nd wave of r11105 checkin.andrewfish2010-12-016-179/+190
* Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e...andrewfish2010-11-3044-9575/+6568
* Sync update to improve compiler compatibilitymdkinney2010-11-291-3/+10
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-122-4/+4
* Update to support Xcode 64-bit debug.andrewfish2010-10-152-2/+3
* UnixPkg: Allow build.sh/build64.sh to be run from the edk2 rootjljusten2010-10-132-14/+27
* UnixPkg MiscSubClassPlatformDxe: Add en-US langdef to *.unijljusten2010-10-1310-0/+0
* UnixPkg build64.sh: Build UnixPkg X64 with GCC44jljusten2010-10-131-12/+12
* UnixPkg SEC: Fix link flags for using GCC on Linux x86-64jljusten2010-10-131-7/+7
* UnixPkg: Enable gasket functions for all X64 toolchainsjljusten2010-10-133-411/+419
* UnixPkg: Added missing EFIAPI for many Gasket functionsjljusten2010-10-135-230/+593
* Fix bad NT 32 reference in print to be UnixPkg.andrewfish2010-10-121-1/+1
* Make the script pass arguments so clean from Xcode works properly.andrewfish2010-10-121-1/+1
* Finish spliting SecDispatchTableLib into two functions so it can be a BaseLibandrewfish2010-09-206-24/+78
* Added SecDispatchTable library to allow custom PPIs to be passed up to into P...andrewfish2010-09-168-1/+129
* Clean up clean and clarify XCODE flags.andrewfish2010-09-163-3/+13
* Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co...andrewfish2010-08-1818-200/+316
* Add LZMA decompression to DXE Core.andrewfish2010-08-122-1/+3
* Fix reverse gasket issue that was breaking watch dog timer.andrewfish2010-08-087-14/+25
* Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library...andrewfish2010-08-051-2/+6
* Minor update code comment in last commitment.qhuang82010-07-301-1/+2
* Update UnixUgaScreen module to adapt to the change in Unix UGA protocol inter...qhuang82010-07-301-6/+15
* Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC a...qhuang82010-07-301-1/+1
* Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hook...andrewfish2010-07-2910-7967/+761
* Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL...qhuang82010-07-261-1/+1
* Started working on EFI ABI to UNIX ABI assembly gasketandrewfish2010-07-241-0/+8047
* Changed the X64 gasket so it would be possible to port it to deal with the Un...andrewfish2010-07-237-305/+8992
* Add an option to build the GccShell. './build.sh shell' or './build64.sh' wil...andrewfish2010-07-232-4/+11
* Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...andrewfish2010-07-2222-218/+1188
* Added to support X64 port (with SV5 ABI). May be able to remove after we port...andrewfish2010-07-22148-0/+15774