summaryrefslogtreecommitdiffstats
path: root/UnixPkg
Commit message (Expand)AuthorAgeFilesLines
* Append double-null for Type 19 data record.lzeng142012-02-031-3/+2
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-6/+2
* Refine file header format to follow coding style.ydong102011-12-161-2/+2
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-242-4/+4
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-2115-110/+87
* Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF...niruiyu2011-11-171-2/+2
* Fix typo error in UnixPkg.dscerictian2011-09-072-2/+2
* Update UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.hli-elvin2011-09-051-24/+1
* Correct package namehhtian2011-09-021-1/+1
* Add LockBox null library to make CapsuleRuntimeDxe driver build pass.li-elvin2011-09-021-0/+1
* 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