Other Parts Discussed in Thread: CONTROLSUITE
In section 3.18 of

It shows various BOOT mode commands.
When are these IPC boot mode commands active, and when do they fall out of scope?
If I am writing an application, do these IPC commands stay available to me? Or after boot up, does it stop responding to them?
I guess the question is:
1. At what point do these IPC commands become available in the boot process, and at what point do they no longer apply. How is this synchronized across the two processors so the set of commands is active on both at the appropriate time.
2. How do I write my own custom command, and how to remain compatible with the built in BOOT commands so no conflict occurs.