]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[prefix] Add .text16.early section
authorMichael Brown <mcb30@ipxe.org>
Tue, 20 Apr 2010 10:05:53 +0000 (11:05 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 20 Apr 2010 11:56:28 +0000 (12:56 +0100)
commit9068249e24acc7342cd913b70745f5449b86b664
tree58fd0e96e1b2300972ab018c79cb89a6132a5f97
parent6c35a525da16c6147600cd8613a9b60bb793b934
[prefix] Add .text16.early section

Add a section .text16.early which is always kept inline with the
prefix.  This will allow for some code sharing between the .prefix and
.text16 sections.

Note that the simple solution of just prepending the .prefix section
to the .text16 section will not work, because a bug in Wyse Streaming
Manager server (WLDRM13.BIN) requires us to place a dummy PXENV+ entry
point at the start of .text16.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/libprefix.S
src/arch/i386/prefix/romprefix.S
src/arch/i386/scripts/i386.lds
src/util/zbin.c