RC_SBE_PIBMEM_PRE_ERROR Procedure: proc_sbe_pibmem_loader The PIBMEM either shows error status or is not in the idle state prior to the execution of the procedure. The contents of the PIBMEM Status Register are in D0 at the time of the halt. Resetting the PIBMEM prior to running proc_sbe_pibmem_loader should clear up this error. CHIP HIGH CHIP CHIP RC_SBE_PIBMEM_POST_ERROR Procedure: proc_sbe_pibmem_loader The PIBMEM either shows error status or is not in the idle state after execution of the procedure. The contents of the PIBMEM Status Register are in D0 at the time of the halt. CHIP HIGH CHIP CHIP RC_SBE_PIBMEM_IMAGE_SIZE_ALIGNMENT Procedure: proc_sbe_pibmem_loader The size of the PIBMEM image to load is not a multiple of 8 bytes, which is a hard requirement due to the PORE architecture. The image size passed to the procedure can be found in SPRG0. CHIP HIGH CHIP CHIP RC_SBE_PIBMEM_LOAD_ADDRESS_ALIGNMENT Procedure: proc_sbe_pibmem_loader The load address of the PIBMEM image is not a multiple of 8 bytes, which is a hard requirement due to the PORE architecture. The load address passed to the procedure can be found in SPRG0. CHIP HIGH CHIP CHIP RC_SBE_PIBMEM_OVERFLOW Procedure: proc_sbe_pibmem_loader The load address and size of the PIBMEM image would overflow the physical PIBMEM. The image size (in bytes) passed to the procedure is in SPRG0; D1 contains the PIBMEM load address passed to the procedure. CHIP HIGH CHIP CHIP