| Commit message (Expand) | Author | Age | Files | Lines |
* | sync patch r11075, r11087, r11088, r11091, r11092, r11119 from main trunk. | vanjeff | 2011-04-13 | 3 | -75/+303 |
* | Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only s... | lgao4 | 2010-03-29 | 2 | -2/+2 |
* | Remove the work around as the Fat driver's lock issue was found and fixed. | niruiyu | 2010-03-23 | 1 | -4/+2 |
* | Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com... | lgao4 | 2010-03-21 | 2 | -58/+144 |
* | Add RELEASE target | lgao4 | 2010-03-21 | 2 | -2/+2 |
* | Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] sect... | klu2 | 2010-03-20 | 1 | -0/+2 |
* | variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: | erictian | 2010-03-18 | 1 | -2/+13 |
* | Separate IA32/X64 architecture into two DSC file to avoid the their output mi... | klu2 | 2010-03-18 | 6 | -41/+280 |
* | Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declarati... | niruiyu | 2010-03-16 | 1 | -23/+2 |
* | Change the PM Timer RegisterBitWidth according to the Flags | niruiyu | 2010-03-11 | 1 | -1/+9 |
* | Add BlockSize declaration in FvMain section other tool would create a FV with... | niruiyu | 2010-03-11 | 1 | -0/+1 |
* | 1, Remove comma after year | klu2 | 2010-03-10 | 8 | -8/+8 |
* | Cleanup license header | klu2 | 2010-03-10 | 7 | -22/+85 |
* | Add license header for Duet's makefile. | klu2 | 2010-03-10 | 2 | -1/+28 |
* | Remove the PcdsDynamicHii section from Duet platform as currently PCD driver ... | niruiyu | 2010-03-04 | 1 | -4/+0 |
* | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 | 2010-03-03 | 8 | -12/+2 |
* | Remove EFI_SPECIFICATION_VERSION macro reference in code. | niruiyu | 2010-03-03 | 3 | -21/+3 |
* | Still use |.efi Rule for INF file with binary EFI image, because the binary E... | lgao4 | 2010-03-02 | 1 | -1/+7 |
* | Add the missing OUTPUT directory for the EFI and depex file in Rule section. | lgao4 | 2010-03-01 | 1 | -8/+8 |
* | Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac... | lgao4 | 2010-03-01 | 1 | -8/+8 |
* | add debug agent null instance in DSC file. | vanjeff | 2010-02-26 | 1 | -7/+8 |
* | DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage | jljusten | 2010-02-26 | 1 | -118/+0 |
* | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten | 2010-02-25 | 1 | -0/+0 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 14 | -28/+14 |
* | Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI... | niruiyu | 2010-02-25 | 4 | -7/+7 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 19 | -74/+75 |
* | Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Due... | niruiyu | 2010-02-22 | 3 | -2/+43 |
* | Fix build breaks | mdkinney | 2010-02-21 | 4 | -300/+146 |
* | Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above le... | niruiyu | 2010-02-21 | 8 | -175/+484 |
* | gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in D... | niruiyu | 2010-02-20 | 1 | -0/+3 |
* | DUET BDS clean up. | niruiyu | 2010-02-11 | 1 | -28/+0 |
* | Add device path DXE driver in Duet FDF file to compliant with UEFI. | klu2 | 2010-02-10 | 1 | -0/+1 |
* | Add license header | klu2 | 2010-02-09 | 1 | -0/+13 |
* | Add EBC driver to Duet platform so that EBC option ROM can get dispatched. | niruiyu | 2010-02-08 | 2 | -195/+197 |
* | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney | 2010-01-30 | 1 | -12/+12 |
* | Remove unused definitions | mdkinney | 2010-01-28 | 3 | -193/+9 |
* | File header added. | gikidy | 2010-01-28 | 1 | -0/+17 |
* | Fix the issue GCC DUET x64 cannot boot to front page but reset when timer int... | niruiyu | 2010-01-28 | 3 | -112/+201 |
* | Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue... | niruiyu | 2010-01-28 | 1 | -3/+3 |
* | Fix DUET x64 hang in Video Option ROM. | niruiyu | 2010-01-26 | 1 | -0/+2 |
* | Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID in... | mdkinney | 2010-01-25 | 5 | -19/+11 |
* | 1. update bat file to generate right bootia32.efi/bootx64.efi file according ... | eric_tian | 2010-01-19 | 5 | -26/+83 |
* | Seems the BiosVideo thunk does not work recently, temporary disable it. | klu2 | 2010-01-16 | 1 | -1/+1 |
* | Add SmbiosDxe module that is required by BDS | mdkinney | 2010-01-15 | 2 | -0/+2 |
* | Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelF... | klu2 | 2010-01-15 | 2 | -10/+26 |
* | add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr... | eric_tian | 2010-01-14 | 1 | -3/+3 |
* | Update Copyright date | mdkinney | 2010-01-14 | 1 | -1/+1 |
* | Clean up MetronomeDxe INF file. This module uses the IoLib, so the dependenc... | mdkinney | 2010-01-14 | 1 | -8/+2 |
* | Refer to OEM status code hook library instances in MdeModulePkg. | xli24 | 2009-12-29 | 1 | -1/+1 |
* | Refer to status code library instances in MdeModulePkg. | xli24 | 2009-12-29 | 1 | -1/+1 |