History log of /device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c27b9ffe86a8c1d8476154f725682ad2afa8e7d5 22-Jan-2014 Tian, Hot <hot.tian@intel.com> Fix CRLF format

Signed-off-by: Tian, Hot <hot.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15153 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
e7c4ef5ed4a1b14c7514367a5a95e1d9c9e1f090 13-Jan-2012 rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can boot to Shell with boot sector binaries built by GCC.

There is also a bug in bs32.asm/bs32.S that the space between the code and the 0xAA55 ending signature is not enough to hold the 2 debug strings. It is fixed by shortening the strings.

Signed-off-by: rsun3
Reviewed-by: niruiyu


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12930 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
b1f700a8593435e2bdc8f9b3dc21bced4774c80f 28-Apr-2010 hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> Update the copyright notice format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10438 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
ae3d1e91efeaab49971e460bc2024398923994cd 01-Jun-2009 gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link warnings.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8416 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
d5172f911d21d03a3a4f50cb6ebe89854d191e4d 20-May-2009 xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> 1. Remove .extern from GCC assembly.
2. Define macro for .global/.globl in GCC assembly.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8344 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
20193e01ca7f2e20c8be6b412c8cf0a5132d1c1c 26-Feb-2009 klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be added

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7721 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
0375ec8d8f643a6c8c3238f22157592b44c6dba2 26-Feb-2009 klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> boot sector use 16-bit code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7720 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
fd549a4db9c562587652c23884bab5a4f3631d10 26-Feb-2009 gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> 1. Add GNUmakefile for Linux GCC to build BootSector;
2. Modified some S files to pass ld phase.
Now the makefile only for pass build and source control.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7699 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
9ffd16fb498e2f45c68f88210d8b6daf88deacb5 20-Feb-2009 jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> syntax checked

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7553 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S
32f9b796d3bb05f608d87d49e691249e5f04d13e 20-Feb-2009 jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> Port Intel .asm to GNU .S
These .S files now is not for compiler but for us to control the version.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7548 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bs32.S