summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Fix CRLF formatTian, Hot5-130/+130
2012-01-18DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wr...rsun31-1/+1
2012-01-13DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can b...rsun36-57/+58
2012-01-10DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build.rsun35-46/+62
2011-11-24DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gp...rsun34-5/+7
2011-11-16DuetPkg BootSector:rsun314-44/+33
2010-04-28Update the copyright notice formathhtian30-57/+57
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-03-101, Remove comma after yearklu23-3/+3
2010-03-10Cleanup license header klu21-0/+13
2010-03-10Add license header for Duet's makefile.klu22-1/+28
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+13
2009-08-21Remove .rept directive to improve portability. qhuang82-4/+1194
2009-08-21Detab in DuetPkgqhuang88-515/+515
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang88-32/+32
2009-08-20Make end of line consistent for DuetPkg. There is no other update.qhuang89-4350/+4350
2009-06-22This patch includes:klu216-0/+8
2009-06-01Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy8-12/+25
2009-05-201. Remove .extern from GCC assembly.xli244-10/+10
2009-04-09Add comments for introducing startup sequence for DUET boot disk.klu21-3/+15
2009-04-09Add comments for introducing startup sequence for DUET boot disk.klu21-3/+16
2009-03-16File st32_64.S added for X64.gikidy1-0/+1154
2009-03-16File st16_64.S added for X64.gikidy1-0/+1139
2009-03-16Added efi64.S file for X64 and reviewed efi32.S file.gikidy2-4/+790
2009-03-161. Add start64.S file for X64.gikidy2-7/+1153
2009-03-15Remove exit from batch fileklu21-1/+1
2009-03-13cleanScreen verified.gikidy1-1/+1
2009-03-13Fix cleanScreen issue.gikidy1-3/+3
2009-03-121. Fix some convert issue.gikidy1-7/+7
2009-03-05Fix issue for boot sectorklu22-5/+1
2009-03-05Should use 16 bit code.klu21-4/+3
2009-03-05Should use 16 bit code.klu21-1/+1
2009-03-05Refine comments.klu21-11/+11
2009-03-05Remove 'BASETOOLS_DIR' variable. We assume basetools are in the PATHjljusten1-29/+26
2009-03-03Linux split replaced by BaseTools Split.gikidy1-8/+5
2009-03-02Add post build script for linuxklu21-47/+47
2009-02-271. Use /Map to generate map files;gikidy1-84/+107
2009-02-26Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu25-30/+41
2009-02-26boot sector use 16-bit code.klu23-3/+3
2009-02-26in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so...klu23-14/+14
2009-02-26Add GNUmakefile for Linux GCC to build BootSector;gikidy1-0/+93
2009-02-261. Add GNUmakefile for Linux GCC to build BootSector;gikidy9-49/+57
2009-02-20Port Intel .asm to GAS Sgikidy3-4/+1517
2009-02-20New .S files addedjji41-18/+33
2009-02-20syntax checkedjji43-3/+3
2009-02-20Port Intel .asm to GNU .Sjji41-0/+913
2009-02-20Port Intel .asm to GNU .Sgikidy4-0/+1752
2009-02-20Port Intel .asm to GNU .Sjji43-0/+609
2009-01-07Usb ASM but *not* ASM16, the tool chain of ASM is same as ASM16 in tool_def.t...klu21-13/+13
2009-01-06Add dummy GnuMakefile to pass UNIXGCC building for boot sector module. In fut...klu22-2/+4