On Thu, 17 Oct 2002, rekha gvv wrote: > > Hello, > I would like to know what is the physical address of > Internal memory mapped register for the fads mpc860 > board ..
The default value of the IMMR is defined by the Hard Reset Configuration Word. This is explained in the UM. But if you just want to read it - do this from kernel space: int val = mfspr(IMMR); Alex ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/