Class ResetPCMuBoot

  • All Implemented Interfaces:
    IdeepCompilerConstants, Impc5200, IphyCoreMpc5200tiny, Ippc32

    class ResetPCMuBoot
    extends PPCException
    implements Ippc32, IphyCoreMpc5200tiny, IdeepCompilerConstants
    The class for the PPC reset exception.
    The stack pointer will be initialized and the program counter will be set to the beginning of the class initializer of the kernel. This code assumes that uBoot already configured the external SDRAM. The program has to be by uBoot to address 0x400000 in the SDRAM From there this code will copy itself to address 0 in the SDRAM.
    Author:
    Urs Graf
    • Constructor Detail

      • ResetPCMuBoot

        ResetPCMuBoot()
    • Method Detail

      • reset

        static void reset()