<div dir="ltr"><div><div><div>Hi,<br><br></div>I have been re-purposing the ipxe code 
to work with other EFI boot managers without netboot support. In 
pursuit of that I needed a way to change the default entry point of the 
efi binary, this allows anyone to create a small "wrapper" that calls only the functionality needed by the frontend (say the ability to discover, rather than boot).<br><br>Old:<br>TGT_LD_ENTRY    = _$(TGT_PREFIX)_start<br><br>New:<br>ifndef TGT_LD_ENTRY<br>TGT_LD_ENTRY    = _$(TGT_PREFIX)_start<br>endif <br><br></div>Is
 it possible for me to submit a change that allows me to override the 
entry point using an ifndef? It would be great if this could go 
upstream. Thank you.<br><br></div>Regards<div class=""><div id=":2w9" class="" tabindex="0"><img class="" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif">Rohan</div></div></div>