summaryrefslogtreecommitdiffstats
path: root/DuetPkg/BootSector/efi32.S
Commit message (Expand)AuthorAgeFilesLines
* DuetPkg BootSector:rsun32011-11-161-1/+2
* Update the copyright notice formathhtian2010-04-281-2/+2
* Remove .rept directive to improve portability. qhuang82009-08-211-2/+597
* Detab in DuetPkgqhuang82009-08-211-1/+1
* Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-1/+1
* Make end of line consistent for DuetPkg. There is no other update.qhuang82009-08-201-4/+4
* Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy2009-06-011-1/+4
* Added efi64.S file for X64 and reviewed efi32.S file.gikidy2009-03-161-4/+4
* Remove exit from batch fileklu22009-03-151-1/+1
* cleanScreen verified.gikidy2009-03-131-1/+1
* Fix cleanScreen issue.gikidy2009-03-131-3/+3
* Fix issue for boot sectorklu22009-03-051-4/+0
* Should use 16 bit code.klu22009-03-051-1/+1
* Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be addedklu22009-02-261-1/+1
* boot sector use 16-bit code.klu22009-02-261-1/+1
* Port Intel .asm to GAS Sgikidy2009-02-201-0/+581