<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have been re-purposing the ipxe code to work in harmony with other boot managers without netboot support. In pursuit of that I needed a way to change the default entry point of the efi binary.<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<br></div>Rohan<br></div>