Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch
Module Name: syssrc
Committed By: simonb
Date: Mon Aug 12 02:06:24 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/ibm4xx: cpu.c
syssrc/sys/arch/powerpc/ibm4xx/dev: if_emac.c wdog.c
syssrc/sys/arch/walnut/conf: WALNUT files.walnut
syssrc/sys/arch/walnut/dev: ds1743.c
syssrc/sys/arch/walnut/pci: pchb.c
syssrc/sys/arch/walnut/walnut: autoconf.c
Added Files:
syssrc/sys/arch/powerpc/ibm4xx/dev: com_opb.c opb.c opbvar.h plb.c
plbvar.h
syssrc/sys/arch/walnut/dev: pbus.c pbusvar.h pckbc_pbus.c
Removed Files:
syssrc/sys/arch/powerpc/ibm4xx: mainbus.c
syssrc/sys/arch/powerpc/ibm4xx/dev: com_mainbus.c
syssrc/sys/arch/walnut/dev: pckbc_mainbus.c
syssrc/sys/arch/walnut/include: autoconf.h
syssrc/sys/arch/walnut/walnut: mainbus.c
Log Message:
Reorganise the IBM 4xx bus layout, using terminology from the IBM
documentation:
- Remove "mainbus" altogether.
- The new root is "plb" - the Processor Local Bus.
- Attached to this is the "opb" - the On-chip Peripheral Bus, to which
all the on-chip devices are attached (except the cpu and pci host
bridge).
- Port-specific code can pass an array of 'struct plb_dev' to
config_rootfound() to attach extra devices to the plb. The walnut
port attaches a "pbus" (Peripheral Bus) in here for the RTC and
pc keyboard controller to attach to.
There is still much 405GP specific code; the next round of changes will
generalise this to enable easier support for other 4xx CPUs.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/powerpc/ibm4xx/cpu.c
cvs rdiff -r1.2 -r0 syssrc/sys/arch/powerpc/ibm4xx/mainbus.c
cvs rdiff -r1.4 -r0 syssrc/sys/arch/powerpc/ibm4xx/dev/com_mainbus.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/powerpc/ibm4xx/dev/com_opb.c \
syssrc/sys/arch/powerpc/ibm4xx/dev/opb.c \
syssrc/sys/arch/powerpc/ibm4xx/dev/opbvar.h \
syssrc/sys/arch/powerpc/ibm4xx/dev/plb.c \
syssrc/sys/arch/powerpc/ibm4xx/dev/plbvar.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/powerpc/ibm4xx/dev/if_emac.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/powerpc/ibm4xx/dev/wdog.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/walnut/conf/WALNUT
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/walnut/conf/files.walnut
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/walnut/dev/ds1743.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/walnut/dev/pbus.c \
syssrc/sys/arch/walnut/dev/pbusvar.h \
syssrc/sys/arch/walnut/dev/pckbc_pbus.c
cvs rdiff -r1.4 -r0 syssrc/sys/arch/walnut/dev/pckbc_mainbus.c
cvs rdiff -r1.2 -r0 syssrc/sys/arch/walnut/include/autoconf.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/walnut/pci/pchb.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/walnut/walnut/autoconf.c
cvs rdiff -r1.10 -r0 syssrc/sys/arch/walnut/walnut/mainbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index