summaryrefslogtreecommitdiffstats
path: root/DuetPkg/BootSector
Commit message (Expand)AuthorAgeFilesLines
* Fix CRLF formatTian, Hot2014-01-225-130/+130
* DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wr...rsun32012-01-181-1/+1
* DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can b...rsun32012-01-136-57/+58
* DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build.rsun32012-01-105-46/+62
* DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gp...rsun32011-11-244-5/+7
* DuetPkg BootSector:rsun32011-11-1614-44/+33
* Update the copyright notice formathhtian2010-04-2830-57/+57
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-061-1/+1
* 1, Remove comma after yearklu22010-03-103-3/+3
* Cleanup license header klu22010-03-101-0/+13
* Add license header for Duet's makefile.klu22010-03-102-1/+28
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+13
* Remove .rept directive to improve portability. qhuang82009-08-212-4/+1194
* Detab in DuetPkgqhuang82009-08-218-515/+515
* Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-208-32/+32
* Make end of line consistent for DuetPkg. There is no other update.qhuang82009-08-209-4350/+4350
* This patch includes:klu22009-06-2216-0/+8
* Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy2009-06-018-12/+25
* 1. Remove .extern from GCC assembly.xli242009-05-204-10/+10
* Add comments for introducing startup sequence for DUET boot disk.klu22009-04-091-3/+15
* Add comments for introducing startup sequence for DUET boot disk.klu22009-04-091-3/+16
* File st32_64.S added for X64.gikidy2009-03-161-0/+1154
* File st16_64.S added for X64.gikidy2009-03-161-0/+1139
* Added efi64.S file for X64 and reviewed efi32.S file.gikidy2009-03-162-4/+790
* 1. Add start64.S file for X64.gikidy2009-03-162-7/+1153
* Remove exit from batch fileklu22009-03-151-1/+1
* cleanScreen verified.gikidy2009-03-131-1/+1
* Fix cleanScreen issue.gikidy2009-03-131-3/+3
* 1. Fix some convert issue.gikidy2009-03-121-7/+7
* 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 'BASETOOLS_DIR' variable. We assume basetools are in the PATHjljusten2009-03-051-29/+26
* Linux split replaced by BaseTools Split.gikidy2009-03-031-8/+5
* Add post build script for linuxklu22009-03-021-47/+47
* 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
* Add GNUmakefile for Linux GCC to build BootSector;gikidy2009-02-261-0/+93
* 1. Add GNUmakefile for Linux GCC to build BootSector;gikidy2009-02-269-49/+57
* Port Intel .asm to GAS Sgikidy2009-02-203-4/+1517
* New .S files addedjji42009-02-201-18/+33
* syntax checkedjji42009-02-203-3/+3
* Port Intel .asm to GNU .Sjji42009-02-201-0/+913
* Port Intel .asm to GNU .Sgikidy2009-02-204-0/+1752
* Port Intel .asm to GNU .Sjji42009-02-203-0/+609
* Usb ASM but *not* ASM16, the tool chain of ASM is same as ASM16 in tool_def.t...klu22009-01-071-13/+13
* Add dummy GnuMakefile to pass UNIXGCC building for boot sector module. In fut...klu22009-01-062-2/+4