VIRTUTECH CONFIDENTIAL Previous - Up - Next
PPC_Processor_Reset
- Provided By
-
ppc750fx, ppc970fx, ppc440gp, ppc603e, ppc750gx-turbo, ppc440gp-turbo, ppc750-turbo, ppc405gp, ppc7450-turbo, ppc440gx-turbo, ppc603e-turbo, ppc7400, ppc7457-turbo, ppc405gp-turbo, ppc7400-turbo, ppc750gx, ppc440gx, ppc750fx-turbo, ppc7450, ppc7447-turbo, ppc750, ppc7447, ppc970fx-turbo, ppc7457
- Callback Type
-
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, int hard_reset);
- Description
-
Called when a PPC processor is doing a reset. If hard_reset is false, the processor is doing a soft reset and some registers are preserved across the reset. The hap is called when all processor registers have been reset. Registers can be changed to special start values. Note that for the PPC970FX, the PC will be recalculated based on the value of HIOR.This hap can be used to implement special reset functionality like the 'mode ring' to load start values in some registers.
VIRTUTECH CONFIDENTIAL Previous - Up - Next