Hello I'm going to use SRIO boot mode for c6455.
As I understood, when I'll transmit all sections of the program and send the doorbell, execution will be started from 0x00800000 (L2 start)
So, what must I do, to load any program through the SRIO. (Entry point is not on the L2 start)
One of decision is to create my own section with size of some words each booting program at L2 start and link assembly file containig branch instructions
to the real entry point in each executable, that will be placed at L2 start and so program will be started correctly.
Also I can integrate such section in my image of program (I'm using my own utility to create such image, that I used for i2c slave boot mode) , but how can I garantee
that loading program does not contain any initialized data or code.
Both of these solutions are not good, have you any ideas or standart decision of this problem?
Sorry for my English and thank you.