summaryrefslogtreecommitdiffstats
path: root/DuetPkg
Commit message (Expand)AuthorAgeFilesLines
...
* Remove working modification for debugklu22009-03-153-7/+4
* Remove exit from batch fileklu22009-03-155-10/+10
* cleanScreen verified.gikidy2009-03-131-1/+1
* Fix cleanScreen issue.gikidy2009-03-131-3/+3
* retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not ...eric_tian2009-03-123-14/+0
* 1. Fix some convert issue.gikidy2009-03-121-7/+7
* Add more comments for thunk call.klu22009-03-091-0/+40
* Use binary INF file to solve filename case issues.qhuang82009-03-061-4/+2
* Use cpu arch macro instead of hard code ia32 qhuang82009-03-061-1/+1
* Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffEx...qhuang82009-03-051-2/+2
* Fix issue for boot sectorklu22009-03-052-5/+1
* Should use 16 bit code.klu22009-03-051-4/+3
* Should use 16 bit code.klu22009-03-051-1/+1
* Refine comments.klu22009-03-051-11/+11
* Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang82009-03-052-1/+3
* Remove 'BASETOOLS_DIR' variable. We assume basetools are in the PATHjljusten2009-03-051-29/+26
* The IA32 register definition is quit different between edk and edk2 code base...klu22009-03-033-13/+15
* Convert CreateBootDisk from windows bat file to Linux sh file. gikidy2009-03-031-0/+151
* Linux split replaced by BaseTools Split.gikidy2009-03-031-8/+5
* Refine comments.klu22009-03-032-21/+30
* Remove debug message code.klu22009-03-031-17/+1
* Fix ICC building issue.klu22009-03-032-14/+23
* Fix bug of wrong stack16 stack for thunk call. This may cause Duet failed to ...klu22009-03-022-16/+21
* Update PostBuild.shklu22009-03-021-25/+30
* Use com as postfix as MSFT does.klu22009-03-021-6/+6
* Add post build script for linuxklu22009-03-021-47/+47
* Add PostBuild process file for Unix environment.gikidy2009-03-021-0/+72
* remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkgqhuang82009-03-021-1/+1
* remove PCI_MAX_SEGMENT from Industry Standard file.vanjeff2009-03-021-0/+2
* remove comment lineeric_tian2009-03-021-1/+0
* Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe tojljusten2009-03-012-221/+222
* Add thunk code for CpuDxe driver.klu22009-03-013-14/+147
* Add missing protocol definition in dec file and remove LegacyBiosThunk protocol.klu22009-03-014-128/+57
* Duet X64 still use IA32 tool chain to generate bootsector. So update postbuil...klu22009-03-012-4/+8
* Pass X64 GCC buildingklu22009-03-013-2/+869
* Update step for FAT32 usb.klu22009-03-011-3/+7
* fix building issue for linux tool chainklu22009-03-011-14/+18
* Refine the comments for BiosVideo thunk driver.klu22009-03-013-861/+571
* Update BiosVideo driver to produce GOP protocol but not UgaDraw protocol whic...klu22009-03-014-969/+1614
* Should use UINTN for architecture register.klu22009-02-281-1/+1
* Fix building issue for linux toolchainklu22009-02-281-10/+14
* Fix build broken for variable's header modification.klu22009-02-284-4/+5
* 1, Port BiosVideoThunkDxe driver from edk to edk2;klu22009-02-287-0/+3834
* 1. delete Include/Guid/VariableInfo.heric_tian2009-02-279-12/+20
* 1. Use /Map to generate map files;gikidy2009-02-271-84/+107
* Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu22009-02-265-30/+41
* boot sector use 16-bit code.klu22009-02-263-3/+3
* in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so...klu22009-02-263-14/+14
* 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu22009-02-262-2/+5
* Add GNUmakefile for Linux GCC to build BootSector;gikidy2009-02-261-0/+93