Age | Commit message (Expand) | Author | Files | Lines |
2010-10-16 | DuetPkg: Send EfiLdr messages to serial port | jljusten | 4 | -10/+54 |
2010-10-16 | DuetPkg: Add build32.sh and build64.sh | jljusten | 2 | -0/+229 |
2010-10-16 | DuetPkg CreateBootDisk.sh: Enable building a DUET floppy image | jljusten | 1 | -6/+34 |
2010-10-16 | DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if defined | jljusten | 1 | -2/+6 |
2010-10-16 | DuetPkg: Fix EFIAPI usage inconsistencies | jljusten | 4 | -21/+23 |
2010-10-13 | DuetPkg, MdeModulePkg: Fix several enum comparions | jljusten | 3 | -5/+5 |
2010-06-10 | remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation | klu2 | 2 | -6/+19 |
2010-06-05 | fix GCC X64 build broken | klu2 | 1 | -1/+3 |
2010-06-05 | fix X64 build broken | klu2 | 1 | -0/+1 |
2010-05-13 | Fix minor format issue in file header | qhuang8 | 1 | -1/+1 |
2010-04-28 | Update the copyright notice format | hhtian | 156 | -299/+299 |
2010-04-22 | 1. Remove DataHubGen drive, which is replaced by SmbiosGen. | lgao4 | 7 | -568/+0 |
2010-04-12 | Add the missing MemoryTest driver to let memory above 4G be discovered in She... | niruiyu | 1 | -0/+1 |
2010-04-09 | Remove old module which no one consume it. | klu2 | 2 | -191/+0 |
2010-04-06 | Update the modules with the different module GUID to avoid the different modu... | lgao4 | 5 | -5/+5 |
2010-03-29 | Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only s... | lgao4 | 2 | -2/+2 |
2010-03-23 | Remove the work around as the Fat driver's lock issue was found and fixed. | niruiyu | 1 | -4/+2 |
2010-03-21 | Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com... | lgao4 | 2 | -58/+144 |
2010-03-21 | Add RELEASE target | lgao4 | 2 | -2/+2 |
2010-03-20 | Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] sect... | klu2 | 1 | -0/+2 |
2010-03-18 | variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: | erictian | 1 | -2/+13 |
2010-03-18 | Separate IA32/X64 architecture into two DSC file to avoid the their output mi... | klu2 | 6 | -41/+280 |
2010-03-16 | Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declarati... | niruiyu | 1 | -23/+2 |
2010-03-11 | Change the PM Timer RegisterBitWidth according to the Flags | niruiyu | 1 | -1/+9 |
2010-03-11 | Add BlockSize declaration in FvMain section other tool would create a FV with... | niruiyu | 1 | -0/+1 |
2010-03-10 | 1, Remove comma after year | klu2 | 8 | -8/+8 |
2010-03-10 | Cleanup license header | klu2 | 7 | -22/+85 |
2010-03-10 | Add license header for Duet's makefile. | klu2 | 2 | -1/+28 |
2010-03-04 | Remove the PcdsDynamicHii section from Duet platform as currently PCD driver ... | niruiyu | 1 | -4/+0 |
2010-03-03 | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 | 8 | -12/+2 |
2010-03-03 | Remove EFI_SPECIFICATION_VERSION macro reference in code. | niruiyu | 3 | -21/+3 |
2010-03-02 | Still use |.efi Rule for INF file with binary EFI image, because the binary E... | lgao4 | 1 | -1/+7 |
2010-03-01 | Add the missing OUTPUT directory for the EFI and depex file in Rule section. | lgao4 | 1 | -8/+8 |
2010-03-01 | Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac... | lgao4 | 1 | -8/+8 |
2010-02-26 | add debug agent null instance in DSC file. | vanjeff | 1 | -7/+8 |
2010-02-26 | DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage | jljusten | 1 | -118/+0 |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten | 1 | -0/+0 |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 14 | -28/+14 |
2010-02-25 | Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI... | niruiyu | 4 | -7/+7 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 | 19 | -74/+75 |
2010-02-22 | Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Due... | niruiyu | 3 | -2/+43 |
2010-02-21 | Fix build breaks | mdkinney | 4 | -300/+146 |
2010-02-21 | Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above le... | niruiyu | 8 | -175/+484 |
2010-02-20 | gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in D... | niruiyu | 1 | -0/+3 |
2010-02-11 | DUET BDS clean up. | niruiyu | 1 | -28/+0 |
2010-02-10 | Add device path DXE driver in Duet FDF file to compliant with UEFI. | klu2 | 1 | -0/+1 |
2010-02-09 | Add license header | klu2 | 1 | -0/+13 |
2010-02-08 | Add EBC driver to Duet platform so that EBC option ROM can get dispatched. | niruiyu | 2 | -195/+197 |
2010-01-30 | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney | 1 | -12/+12 |
2010-01-28 | Remove unused definitions | mdkinney | 3 | -193/+9 |