]> git.neil.brown.name Git - history.git/commit
PPC32: Add support for new IBM embedded PPC cpus.
authorPaul Mackerras <paulus@samba.org>
Thu, 9 Jan 2003 08:56:55 +0000 (19:56 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 9 Jan 2003 08:56:55 +0000 (19:56 +1100)
commit3dd8bc0d91f7cd3a4917123f4501fb965bd27817
treebec4d9e95c236724bb69f34d314127db8e0bf4a5
parent09bbfa659d8a01a324820e1dcb0f0cd1d6be237f
PPC32: Add support for new IBM embedded PPC cpus.

This adds support for 405GPR, 405LP, STBx25, NP4GS3.
arch/ppc/platforms/4xx/Makefile
arch/ppc/platforms/4xx/ibm405gpr.c [new file with mode: 0644]
arch/ppc/platforms/4xx/ibm405gpr.h [new file with mode: 0644]
arch/ppc/platforms/4xx/ibm405lp.c [new file with mode: 0644]
arch/ppc/platforms/4xx/ibm405lp.h [new file with mode: 0644]
arch/ppc/platforms/4xx/ibmnp4gs.c [new file with mode: 0644]
arch/ppc/platforms/4xx/ibmnp4gs.h [new file with mode: 0644]
arch/ppc/platforms/4xx/ibmstbx25.c [new file with mode: 0644]
arch/ppc/platforms/4xx/ibmstbx25.h [new file with mode: 0644]