[SOLVED] Minimum delay between reset and Atmega328P code execution time

By "system reset signal ends", do you mean that the whole operation already has power and is waiting for the reset signal to end?
It may be that you can have the atmega328P boot and get it's clock happy and go through whatever it needs to go through before the main system reset signal ends. Then have the Atmega poll the system reset line (whatever it might be) and wait till it changes state.