summaryrefslogtreecommitdiff
path: root/DuetPkg
AgeCommit message (Expand)AuthorFilesLines
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten3-5/+5
2010-06-10remove --image-base option EfiLdr.inf, and use GenFw to do image base relocationklu22-6/+19
2010-06-05fix GCC X64 build brokenklu21-1/+3
2010-06-05fix X64 build brokenklu21-0/+1
2010-05-13Fix minor format issue in file headerqhuang81-1/+1
2010-04-28Update the copyright notice formathhtian156-299/+299
2010-04-221. Remove DataHubGen drive, which is replaced by SmbiosGen.lgao47-568/+0
2010-04-12Add the missing MemoryTest driver to let memory above 4G be discovered in She...niruiyu1-0/+1
2010-04-09Remove old module which no one consume it.klu22-191/+0
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao45-5/+5
2010-03-29Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only s...lgao42-2/+2
2010-03-23Remove the work around as the Fat driver's lock issue was found and fixed.niruiyu1-4/+2
2010-03-21Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com...lgao42-58/+144
2010-03-21Add RELEASE targetlgao42-2/+2
2010-03-20Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] sect...klu21-0/+2
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian1-2/+13
2010-03-18Separate IA32/X64 architecture into two DSC file to avoid the their output mi...klu26-41/+280
2010-03-16Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declarati...niruiyu1-23/+2
2010-03-11Change the PM Timer RegisterBitWidth according to the Flagsniruiyu1-1/+9
2010-03-11Add BlockSize declaration in FvMain section other tool would create a FV with...niruiyu1-0/+1
2010-03-101, Remove comma after yearklu28-8/+8
2010-03-10Cleanup license header klu27-22/+85
2010-03-10Add license header for Duet's makefile.klu22-1/+28
2010-03-04Remove the PcdsDynamicHii section from Duet platform as currently PCD driver ...niruiyu1-4/+0
2010-03-03Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli248-12/+2
2010-03-03Remove EFI_SPECIFICATION_VERSION macro reference in code.niruiyu3-21/+3
2010-03-02Still use |.efi Rule for INF file with binary EFI image, because the binary E...lgao41-1/+7
2010-03-01Add the missing OUTPUT directory for the EFI and depex file in Rule section.lgao41-8/+8
2010-03-01Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...lgao41-8/+8
2010-02-26add debug agent null instance in DSC file.vanjeff1-7/+8
2010-02-26DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usagejljusten1-118/+0
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu214-28/+14
2010-02-25Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI...niruiyu4-7/+7
2010-02-241. Correct File header to ## @filelgao419-74/+75
2010-02-22Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Due...niruiyu3-2/+43
2010-02-21Fix build breaksmdkinney4-300/+146
2010-02-21Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above le...niruiyu8-175/+484
2010-02-20gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in D...niruiyu1-0/+3
2010-02-11DUET BDS clean up.niruiyu1-28/+0
2010-02-10Add device path DXE driver in Duet FDF file to compliant with UEFI.klu21-0/+1
2010-02-09Add license headerklu21-0/+13
2010-02-08Add EBC driver to Duet platform so that EBC option ROM can get dispatched.niruiyu2-195/+197
2010-01-30Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-12/+12
2010-01-28Remove unused definitionsmdkinney3-193/+9
2010-01-28File header added.gikidy1-0/+17
2010-01-28Fix the issue GCC DUET x64 cannot boot to front page but reset when timer int...niruiyu3-112/+201
2010-01-28Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue...niruiyu1-3/+3
2010-01-26Fix DUET x64 hang in Video Option ROM.niruiyu1-0/+2
2010-01-25Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID in...mdkinney5-19/+11