The _start code in crt0.S located in newlib is used to initialise Morello for bare metal mode at EL3, but where can I find the linker script for this set up? There are a number of ld files in newlib but it is not clear which, if any are associated with Morello? Where can I find this default linker script please for Morello?
I am writing my own linker script to put sections of my code in specific places in memory, but wanted to check a few things against the default one. ok Thanks