summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/include/vmparam.h
AgeCommit message (Collapse)Author
2011-06-20Don't export USER_SR if _MODULE is defined.matt
Add a common <powerpc/vmparam.h> like we have for <powerpc/pmap.h>
2011-01-18Add support for various MPC85xx platforms. The MPC8536DS and MPC8548CDSmatt
development systems and the RB800 (routerboard 800) platform. The CF on the RB800 doesn't work yet.
2003-02-03Move ibm4xx vmparam.h to powerpc/include/ibm4xx directory. Add a stubmatt
vmparam.h to choose the right vmparam. This is needed so evbppc can host both ibm4xx and oea based eval boards.
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
executables, and eliminate the USRTEXT constant, which was only used by the a.out exec code.
2002-12-09New umbrella-port for PowerPC-based evaluation boards.scw
The first board to be included here is the port to the 405GP-based Walnut evaluation board, which up until now lived in arch/walnut. arch/walnut will go away soon, once all the remaining walnut-isms in the tree have been dealt with.