microwatt/tests/modes
Paul Mackerras 18120f153d MMU: Implement a vestigial partition table
This implements a 1-entry partition table, so that instead of getting
the process table base address from the PRTBL SPR, the MMU now reads
the doubleword pointed to by the PTCR register plus 8 to get the
process table base address.  The partition table entry is cached.

Having the PTCR and the vestigial partition table reduces the amount
of software change required in Linux for Microwatt support.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
..
Makefile tests: Add tests for 32-bit and big-endian modes
head.S tests: Add tests for lq/stq and lqarx/stqcx.
modes.c MMU: Implement a vestigial partition table
powerpc.lds tests: Add tests for 32-bit and big-endian modes