ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 13 Apr 2010 03:28:09 +0000 (22:28 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 13 Apr 2010 07:13:16 +0000 (09:13 +0200)
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
442 files changed:
Makefile
README
arch/ppc/cpu/74xx_7xx/Makefile [moved from cpu/74xx_7xx/Makefile with 100% similarity]
arch/ppc/cpu/74xx_7xx/cache.S [moved from cpu/74xx_7xx/cache.S with 100% similarity]
arch/ppc/cpu/74xx_7xx/config.mk [moved from cpu/74xx_7xx/config.mk with 100% similarity]
arch/ppc/cpu/74xx_7xx/cpu.c [moved from cpu/74xx_7xx/cpu.c with 100% similarity]
arch/ppc/cpu/74xx_7xx/cpu_init.c [moved from cpu/74xx_7xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/74xx_7xx/interrupts.c [moved from cpu/74xx_7xx/interrupts.c with 100% similarity]
arch/ppc/cpu/74xx_7xx/io.S [moved from cpu/74xx_7xx/io.S with 100% similarity]
arch/ppc/cpu/74xx_7xx/kgdb.S [moved from cpu/74xx_7xx/kgdb.S with 100% similarity]
arch/ppc/cpu/74xx_7xx/speed.c [moved from cpu/74xx_7xx/speed.c with 100% similarity]
arch/ppc/cpu/74xx_7xx/start.S [moved from cpu/74xx_7xx/start.S with 100% similarity]
arch/ppc/cpu/74xx_7xx/traps.c [moved from cpu/74xx_7xx/traps.c with 100% similarity]
arch/ppc/cpu/mpc512x/Makefile [moved from cpu/mpc512x/Makefile with 91% similarity]
arch/ppc/cpu/mpc512x/asm-offsets.h [moved from cpu/mpc512x/asm-offsets.h with 88% similarity]
arch/ppc/cpu/mpc512x/config.mk [moved from cpu/mpc512x/config.mk with 95% similarity]
arch/ppc/cpu/mpc512x/cpu.c [moved from cpu/mpc512x/cpu.c with 100% similarity]
arch/ppc/cpu/mpc512x/cpu_init.c [moved from cpu/mpc512x/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc512x/diu.c [moved from cpu/mpc512x/diu.c with 98% similarity]
arch/ppc/cpu/mpc512x/fixed_sdram.c [moved from cpu/mpc512x/fixed_sdram.c with 100% similarity]
arch/ppc/cpu/mpc512x/i2c.c [moved from cpu/mpc512x/i2c.c with 100% similarity]
arch/ppc/cpu/mpc512x/ide.c [moved from cpu/mpc512x/ide.c with 100% similarity]
arch/ppc/cpu/mpc512x/iim.c [moved from cpu/mpc512x/iim.c with 100% similarity]
arch/ppc/cpu/mpc512x/interrupts.c [moved from cpu/mpc512x/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc512x/iopin.c [moved from cpu/mpc512x/iopin.c with 100% similarity]
arch/ppc/cpu/mpc512x/pci.c [moved from cpu/mpc512x/pci.c with 100% similarity]
arch/ppc/cpu/mpc512x/serial.c [moved from cpu/mpc512x/serial.c with 100% similarity]
arch/ppc/cpu/mpc512x/speed.c [moved from cpu/mpc512x/speed.c with 100% similarity]
arch/ppc/cpu/mpc512x/start.S [moved from cpu/mpc512x/start.S with 100% similarity]
arch/ppc/cpu/mpc512x/traps.c [moved from cpu/mpc512x/traps.c with 100% similarity]
arch/ppc/cpu/mpc512x/u-boot.lds [moved from cpu/mpc512x/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc5xx/Makefile [moved from cpu/mpc5xx/Makefile with 94% similarity]
arch/ppc/cpu/mpc5xx/config.mk [moved from cpu/mpc5xx/config.mk with 95% similarity]
arch/ppc/cpu/mpc5xx/cpu.c [moved from cpu/mpc5xx/cpu.c with 100% similarity]
arch/ppc/cpu/mpc5xx/cpu_init.c [moved from cpu/mpc5xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc5xx/interrupts.c [moved from cpu/mpc5xx/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc5xx/serial.c [moved from cpu/mpc5xx/serial.c with 100% similarity]
arch/ppc/cpu/mpc5xx/speed.c [moved from cpu/mpc5xx/speed.c with 100% similarity]
arch/ppc/cpu/mpc5xx/spi.c [moved from cpu/mpc5xx/spi.c with 100% similarity]
arch/ppc/cpu/mpc5xx/start.S [moved from cpu/mpc5xx/start.S with 100% similarity]
arch/ppc/cpu/mpc5xx/traps.c [moved from cpu/mpc5xx/traps.c with 100% similarity]
arch/ppc/cpu/mpc5xx/u-boot.lds [moved from cpu/mpc5xx/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc5xxx/Makefile [moved from cpu/mpc5xxx/Makefile with 100% similarity]
arch/ppc/cpu/mpc5xxx/config.mk [moved from cpu/mpc5xxx/config.mk with 95% similarity]
arch/ppc/cpu/mpc5xxx/cpu.c [moved from cpu/mpc5xxx/cpu.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/cpu_init.c [moved from cpu/mpc5xxx/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S [moved from cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S with 100% similarity]
arch/ppc/cpu/mpc5xxx/i2c.c [moved from cpu/mpc5xxx/i2c.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/ide.c [moved from cpu/mpc5xxx/ide.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/interrupts.c [moved from cpu/mpc5xxx/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/io.S [moved from cpu/mpc5xxx/io.S with 100% similarity]
arch/ppc/cpu/mpc5xxx/loadtask.c [moved from cpu/mpc5xxx/loadtask.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/pci_mpc5200.c [moved from cpu/mpc5xxx/pci_mpc5200.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/serial.c [moved from cpu/mpc5xxx/serial.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/speed.c [moved from cpu/mpc5xxx/speed.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/start.S [moved from cpu/mpc5xxx/start.S with 100% similarity]
arch/ppc/cpu/mpc5xxx/traps.c [moved from cpu/mpc5xxx/traps.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/u-boot-customlayout.lds [moved from cpu/mpc5xxx/u-boot-customlayout.lds with 97% similarity]
arch/ppc/cpu/mpc5xxx/u-boot.lds [moved from cpu/mpc5xxx/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc5xxx/usb.c [moved from cpu/mpc5xxx/usb.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/usb_ohci.c [moved from cpu/mpc5xxx/usb_ohci.c with 100% similarity]
arch/ppc/cpu/mpc5xxx/usb_ohci.h [moved from cpu/mpc5xxx/usb_ohci.h with 100% similarity]
arch/ppc/cpu/mpc8220/Makefile [moved from cpu/mpc8220/Makefile with 100% similarity]
arch/ppc/cpu/mpc8220/config.mk [moved from cpu/mpc8220/config.mk with 95% similarity]
arch/ppc/cpu/mpc8220/cpu.c [moved from cpu/mpc8220/cpu.c with 100% similarity]
arch/ppc/cpu/mpc8220/cpu_init.c [moved from cpu/mpc8220/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc8220/dma.h [moved from cpu/mpc8220/dma.h with 100% similarity]
arch/ppc/cpu/mpc8220/dramSetup.c [moved from cpu/mpc8220/dramSetup.c with 100% similarity]
arch/ppc/cpu/mpc8220/dramSetup.h [moved from cpu/mpc8220/dramSetup.h with 100% similarity]
arch/ppc/cpu/mpc8220/fec.c [moved from cpu/mpc8220/fec.c with 100% similarity]
arch/ppc/cpu/mpc8220/fec.h [moved from cpu/mpc8220/fec.h with 100% similarity]
arch/ppc/cpu/mpc8220/fec_dma_tasks.S [moved from cpu/mpc8220/fec_dma_tasks.S with 100% similarity]
arch/ppc/cpu/mpc8220/i2c.c [moved from cpu/mpc8220/i2c.c with 100% similarity]
arch/ppc/cpu/mpc8220/i2cCore.c [moved from cpu/mpc8220/i2cCore.c with 100% similarity]
arch/ppc/cpu/mpc8220/i2cCore.h [moved from cpu/mpc8220/i2cCore.h with 100% similarity]
arch/ppc/cpu/mpc8220/interrupts.c [moved from cpu/mpc8220/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc8220/io.S [moved from cpu/mpc8220/io.S with 100% similarity]
arch/ppc/cpu/mpc8220/loadtask.c [moved from cpu/mpc8220/loadtask.c with 100% similarity]
arch/ppc/cpu/mpc8220/pci.c [moved from cpu/mpc8220/pci.c with 100% similarity]
arch/ppc/cpu/mpc8220/speed.c [moved from cpu/mpc8220/speed.c with 100% similarity]
arch/ppc/cpu/mpc8220/start.S [moved from cpu/mpc8220/start.S with 100% similarity]
arch/ppc/cpu/mpc8220/traps.c [moved from cpu/mpc8220/traps.c with 100% similarity]
arch/ppc/cpu/mpc8220/u-boot.lds [moved from cpu/mpc8220/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc8220/uart.c [moved from cpu/mpc8220/uart.c with 100% similarity]
arch/ppc/cpu/mpc824x/.gitignore [moved from cpu/mpc824x/.gitignore with 100% similarity]
arch/ppc/cpu/mpc824x/Makefile [moved from cpu/mpc824x/Makefile with 100% similarity]
arch/ppc/cpu/mpc824x/config.mk [moved from cpu/mpc824x/config.mk with 95% similarity]
arch/ppc/cpu/mpc824x/cpu.c [moved from cpu/mpc824x/cpu.c with 100% similarity]
arch/ppc/cpu/mpc824x/cpu_init.c [moved from cpu/mpc824x/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/epic.h [moved from cpu/mpc824x/drivers/epic.h with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/epic/README [moved from cpu/mpc824x/drivers/epic/README with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/epic/epic.h [moved from cpu/mpc824x/drivers/epic/epic.h with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/epic/epic1.c [moved from cpu/mpc824x/drivers/epic/epic1.c with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/epic/epic2.S [moved from cpu/mpc824x/drivers/epic/epic2.S with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/epic/epicutil.S [moved from cpu/mpc824x/drivers/epic/epicutil.S with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/errors.h [moved from cpu/mpc824x/drivers/errors.h with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/i2c/i2c.c [moved from cpu/mpc824x/drivers/i2c/i2c.c with 100% similarity]
arch/ppc/cpu/mpc824x/drivers/i2c_export.h [moved from cpu/mpc824x/drivers/i2c_export.h with 100% similarity]
arch/ppc/cpu/mpc824x/interrupts.c [moved from cpu/mpc824x/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc824x/pci.c [moved from cpu/mpc824x/pci.c with 100% similarity]
arch/ppc/cpu/mpc824x/speed.c [moved from cpu/mpc824x/speed.c with 100% similarity]
arch/ppc/cpu/mpc824x/start.S [moved from cpu/mpc824x/start.S with 100% similarity]
arch/ppc/cpu/mpc824x/traps.c [moved from cpu/mpc824x/traps.c with 100% similarity]
arch/ppc/cpu/mpc824x/u-boot.lds [moved from cpu/mpc8260/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc8260/Makefile [moved from cpu/mpc8260/Makefile with 100% similarity]
arch/ppc/cpu/mpc8260/bedbug_603e.c [moved from cpu/mpc8260/bedbug_603e.c with 100% similarity]
arch/ppc/cpu/mpc8260/commproc.c [moved from cpu/mpc8260/commproc.c with 100% similarity]
arch/ppc/cpu/mpc8260/config.mk [moved from cpu/mpc8260/config.mk with 95% similarity]
arch/ppc/cpu/mpc8260/cpu.c [moved from cpu/mpc8260/cpu.c with 100% similarity]
arch/ppc/cpu/mpc8260/cpu_init.c [moved from cpu/mpc8260/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc8260/ether_fcc.c [moved from cpu/mpc8260/ether_fcc.c with 100% similarity]
arch/ppc/cpu/mpc8260/ether_scc.c [moved from cpu/mpc8260/ether_scc.c with 100% similarity]
arch/ppc/cpu/mpc8260/i2c.c [moved from cpu/mpc8260/i2c.c with 100% similarity]
arch/ppc/cpu/mpc8260/interrupts.c [moved from cpu/mpc8260/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc8260/kgdb.S [moved from cpu/mpc8260/kgdb.S with 100% similarity]
arch/ppc/cpu/mpc8260/pci.c [moved from cpu/mpc8260/pci.c with 100% similarity]
arch/ppc/cpu/mpc8260/serial_scc.c [moved from cpu/mpc8260/serial_scc.c with 100% similarity]
arch/ppc/cpu/mpc8260/serial_smc.c [moved from cpu/mpc8260/serial_smc.c with 100% similarity]
arch/ppc/cpu/mpc8260/speed.c [moved from cpu/mpc8260/speed.c with 100% similarity]
arch/ppc/cpu/mpc8260/speed.h [moved from cpu/mpc8260/speed.h with 100% similarity]
arch/ppc/cpu/mpc8260/spi.c [moved from cpu/mpc8260/spi.c with 100% similarity]
arch/ppc/cpu/mpc8260/start.S [moved from cpu/mpc8260/start.S with 100% similarity]
arch/ppc/cpu/mpc8260/traps.c [moved from cpu/mpc8260/traps.c with 100% similarity]
arch/ppc/cpu/mpc8260/u-boot.lds [moved from cpu/mpc824x/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc83xx/Makefile [moved from cpu/mpc83xx/Makefile with 100% similarity]
arch/ppc/cpu/mpc83xx/config.mk [moved from cpu/mpc83xx/config.mk with 94% similarity]
arch/ppc/cpu/mpc83xx/cpu.c [moved from cpu/mpc83xx/cpu.c with 100% similarity]
arch/ppc/cpu/mpc83xx/cpu_init.c [moved from cpu/mpc83xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc83xx/ecc.c [moved from cpu/mpc83xx/ecc.c with 100% similarity]
arch/ppc/cpu/mpc83xx/fdt.c [moved from cpu/mpc83xx/fdt.c with 100% similarity]
arch/ppc/cpu/mpc83xx/interrupts.c [moved from cpu/mpc83xx/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc83xx/nand_init.c [moved from cpu/mpc83xx/nand_init.c with 100% similarity]
arch/ppc/cpu/mpc83xx/pci.c [moved from cpu/mpc83xx/pci.c with 100% similarity]
arch/ppc/cpu/mpc83xx/pcie.c [moved from cpu/mpc83xx/pcie.c with 100% similarity]
arch/ppc/cpu/mpc83xx/qe_io.c [moved from cpu/mpc83xx/qe_io.c with 100% similarity]
arch/ppc/cpu/mpc83xx/serdes.c [moved from cpu/mpc83xx/serdes.c with 100% similarity]
arch/ppc/cpu/mpc83xx/spd_sdram.c [moved from cpu/mpc83xx/spd_sdram.c with 100% similarity]
arch/ppc/cpu/mpc83xx/speed.c [moved from cpu/mpc83xx/speed.c with 100% similarity]
arch/ppc/cpu/mpc83xx/start.S [moved from cpu/mpc83xx/start.S with 100% similarity]
arch/ppc/cpu/mpc83xx/traps.c [moved from cpu/mpc83xx/traps.c with 100% similarity]
arch/ppc/cpu/mpc83xx/u-boot.lds [moved from cpu/mpc83xx/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc85xx/Makefile [moved from cpu/mpc85xx/Makefile with 100% similarity]
arch/ppc/cpu/mpc85xx/commproc.c [moved from cpu/mpc85xx/commproc.c with 100% similarity]
arch/ppc/cpu/mpc85xx/config.mk [moved from cpu/mpc85xx/config.mk with 95% similarity]
arch/ppc/cpu/mpc85xx/cpu.c [moved from cpu/mpc85xx/cpu.c with 100% similarity]
arch/ppc/cpu/mpc85xx/cpu_init.c [moved from cpu/mpc85xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc85xx/cpu_init_early.c [moved from cpu/mpc85xx/cpu_init_early.c with 100% similarity]
arch/ppc/cpu/mpc85xx/cpu_init_nand.c [moved from cpu/mpc85xx/cpu_init_nand.c with 100% similarity]
arch/ppc/cpu/mpc85xx/ddr-gen1.c [moved from cpu/mpc85xx/ddr-gen1.c with 100% similarity]
arch/ppc/cpu/mpc85xx/ddr-gen2.c [moved from cpu/mpc85xx/ddr-gen2.c with 100% similarity]
arch/ppc/cpu/mpc85xx/ddr-gen3.c [moved from cpu/mpc85xx/ddr-gen3.c with 100% similarity]
arch/ppc/cpu/mpc85xx/ether_fcc.c [moved from cpu/mpc85xx/ether_fcc.c with 100% similarity]
arch/ppc/cpu/mpc85xx/fdt.c [moved from cpu/mpc85xx/fdt.c with 100% similarity]
arch/ppc/cpu/mpc85xx/fixed_ivor.S [moved from cpu/mpc85xx/fixed_ivor.S with 100% similarity]
arch/ppc/cpu/mpc85xx/interrupts.c [moved from cpu/mpc85xx/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc85xx/mp.c [moved from cpu/mpc85xx/mp.c with 100% similarity]
arch/ppc/cpu/mpc85xx/mp.h [moved from cpu/mpc85xx/mp.h with 100% similarity]
arch/ppc/cpu/mpc85xx/mpc8536_serdes.c [moved from cpu/mpc85xx/mpc8536_serdes.c with 100% similarity]
arch/ppc/cpu/mpc85xx/pci.c [moved from cpu/mpc85xx/pci.c with 100% similarity]
arch/ppc/cpu/mpc85xx/qe_io.c [moved from cpu/mpc85xx/qe_io.c with 100% similarity]
arch/ppc/cpu/mpc85xx/release.S [moved from cpu/mpc85xx/release.S with 100% similarity]
arch/ppc/cpu/mpc85xx/resetvec.S [moved from cpu/mpc85xx/resetvec.S with 100% similarity]
arch/ppc/cpu/mpc85xx/serial_scc.c [moved from cpu/mpc85xx/serial_scc.c with 100% similarity]
arch/ppc/cpu/mpc85xx/speed.c [moved from cpu/mpc85xx/speed.c with 100% similarity]
arch/ppc/cpu/mpc85xx/start.S [moved from cpu/mpc85xx/start.S with 100% similarity]
arch/ppc/cpu/mpc85xx/tlb.c [moved from cpu/mpc85xx/tlb.c with 100% similarity]
arch/ppc/cpu/mpc85xx/traps.c [moved from cpu/mpc85xx/traps.c with 100% similarity]
arch/ppc/cpu/mpc85xx/u-boot-nand.lds [moved from cpu/mpc85xx/u-boot-nand.lds with 98% similarity]
arch/ppc/cpu/mpc85xx/u-boot-nand_spl.lds [moved from cpu/mpc85xx/u-boot-nand_spl.lds with 100% similarity]
arch/ppc/cpu/mpc85xx/u-boot.lds [moved from cpu/mpc85xx/u-boot.lds with 98% similarity]
arch/ppc/cpu/mpc86xx/Makefile [moved from cpu/mpc86xx/Makefile with 100% similarity]
arch/ppc/cpu/mpc86xx/cache.S [moved from cpu/mpc86xx/cache.S with 100% similarity]
arch/ppc/cpu/mpc86xx/config.mk [moved from cpu/mpc86xx/config.mk with 100% similarity]
arch/ppc/cpu/mpc86xx/cpu.c [moved from cpu/mpc86xx/cpu.c with 100% similarity]
arch/ppc/cpu/mpc86xx/cpu_init.c [moved from cpu/mpc86xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc86xx/ddr-8641.c [moved from cpu/mpc86xx/ddr-8641.c with 100% similarity]
arch/ppc/cpu/mpc86xx/fdt.c [moved from cpu/mpc86xx/fdt.c with 100% similarity]
arch/ppc/cpu/mpc86xx/interrupts.c [moved from cpu/mpc86xx/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc86xx/mp.c [moved from cpu/mpc86xx/mp.c with 100% similarity]
arch/ppc/cpu/mpc86xx/release.S [moved from cpu/mpc86xx/release.S with 100% similarity]
arch/ppc/cpu/mpc86xx/speed.c [moved from cpu/mpc86xx/speed.c with 100% similarity]
arch/ppc/cpu/mpc86xx/start.S [moved from cpu/mpc86xx/start.S with 100% similarity]
arch/ppc/cpu/mpc86xx/traps.c [moved from cpu/mpc86xx/traps.c with 100% similarity]
arch/ppc/cpu/mpc8xx/Makefile [moved from cpu/mpc8xx/Makefile with 100% similarity]
arch/ppc/cpu/mpc8xx/bedbug_860.c [moved from cpu/mpc8xx/bedbug_860.c with 100% similarity]
arch/ppc/cpu/mpc8xx/commproc.c [moved from cpu/mpc8xx/commproc.c with 100% similarity]
arch/ppc/cpu/mpc8xx/config.mk [moved from cpu/mpc8xx/config.mk with 100% similarity]
arch/ppc/cpu/mpc8xx/cpu.c [moved from cpu/mpc8xx/cpu.c with 100% similarity]
arch/ppc/cpu/mpc8xx/cpu_init.c [moved from cpu/mpc8xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/mpc8xx/fdt.c [moved from cpu/mpc8xx/fdt.c with 100% similarity]
arch/ppc/cpu/mpc8xx/fec.c [moved from cpu/mpc8xx/fec.c with 100% similarity]
arch/ppc/cpu/mpc8xx/fec.h [moved from cpu/mpc8xx/fec.h with 100% similarity]
arch/ppc/cpu/mpc8xx/i2c.c [moved from cpu/mpc8xx/i2c.c with 100% similarity]
arch/ppc/cpu/mpc8xx/interrupts.c [moved from cpu/mpc8xx/interrupts.c with 100% similarity]
arch/ppc/cpu/mpc8xx/kgdb.S [moved from cpu/mpc8xx/kgdb.S with 100% similarity]
arch/ppc/cpu/mpc8xx/lcd.c [moved from cpu/mpc8xx/lcd.c with 100% similarity]
arch/ppc/cpu/mpc8xx/plprcr_write.S [moved from cpu/mpc8xx/plprcr_write.S with 100% similarity]
arch/ppc/cpu/mpc8xx/scc.c [moved from cpu/mpc8xx/scc.c with 100% similarity]
arch/ppc/cpu/mpc8xx/serial.c [moved from cpu/mpc8xx/serial.c with 100% similarity]
arch/ppc/cpu/mpc8xx/speed.c [moved from cpu/mpc8xx/speed.c with 100% similarity]
arch/ppc/cpu/mpc8xx/spi.c [moved from cpu/mpc8xx/spi.c with 100% similarity]
arch/ppc/cpu/mpc8xx/start.S [moved from cpu/mpc8xx/start.S with 100% similarity]
arch/ppc/cpu/mpc8xx/traps.c [moved from cpu/mpc8xx/traps.c with 100% similarity]
arch/ppc/cpu/mpc8xx/upatch.c [moved from cpu/mpc8xx/upatch.c with 100% similarity]
arch/ppc/cpu/mpc8xx/video.c [moved from cpu/mpc8xx/video.c with 100% similarity]
arch/ppc/cpu/mpc8xx/wlkbd.c [moved from cpu/mpc8xx/wlkbd.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/Makefile [moved from cpu/mpc8xxx/Makefile with 100% similarity]
arch/ppc/cpu/mpc8xxx/cpu.c [moved from cpu/mpc8xxx/cpu.c with 95% similarity]
arch/ppc/cpu/mpc8xxx/ddr/Makefile [moved from cpu/mpc8xxx/ddr/Makefile with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/common_timing_params.h [moved from cpu/mpc8xxx/ddr/common_timing_params.h with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/ctrl_regs.c [moved from cpu/mpc8xxx/ddr/ctrl_regs.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/ddr.h [moved from cpu/mpc8xxx/ddr/ddr.h with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c [moved from cpu/mpc8xxx/ddr/ddr1_dimm_params.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c [moved from cpu/mpc8xxx/ddr/ddr2_dimm_params.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c [moved from cpu/mpc8xxx/ddr/ddr3_dimm_params.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c [moved from cpu/mpc8xxx/ddr/lc_common_dimm_params.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/main.c [moved from cpu/mpc8xxx/ddr/main.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/options.c [moved from cpu/mpc8xxx/ddr/options.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/ddr/util.c [moved from cpu/mpc8xxx/ddr/util.c with 100% similarity]
arch/ppc/cpu/mpc8xxx/fdt.c [moved from cpu/mpc8xxx/fdt.c with 90% similarity]
arch/ppc/cpu/mpc8xxx/pci_cfg.c [moved from cpu/mpc8xxx/pci_cfg.c with 100% similarity]
arch/ppc/cpu/ppc4xx/40x_spd_sdram.c [moved from cpu/ppc4xx/40x_spd_sdram.c with 99% similarity]
arch/ppc/cpu/ppc4xx/44x_spd_ddr.c [moved from cpu/ppc4xx/44x_spd_ddr.c with 99% similarity]
arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c [moved from cpu/ppc4xx/44x_spd_ddr2.c with 99% similarity]
arch/ppc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c [moved from cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c with 99% similarity]
arch/ppc/cpu/ppc4xx/4xx_pci.c [moved from cpu/ppc4xx/4xx_pci.c with 100% similarity]
arch/ppc/cpu/ppc4xx/4xx_pcie.c [moved from cpu/ppc4xx/4xx_pcie.c with 100% similarity]
arch/ppc/cpu/ppc4xx/4xx_uart.c [moved from cpu/ppc4xx/4xx_uart.c with 100% similarity]
arch/ppc/cpu/ppc4xx/Makefile [moved from cpu/ppc4xx/Makefile with 100% similarity]
arch/ppc/cpu/ppc4xx/bedbug_405.c [moved from cpu/ppc4xx/bedbug_405.c with 100% similarity]
arch/ppc/cpu/ppc4xx/cache.S [moved from cpu/ppc4xx/cache.S with 100% similarity]
arch/ppc/cpu/ppc4xx/cmd_chip_config.c [moved from cpu/ppc4xx/cmd_chip_config.c with 100% similarity]
arch/ppc/cpu/ppc4xx/commproc.c [moved from cpu/ppc4xx/commproc.c with 100% similarity]
arch/ppc/cpu/ppc4xx/config.mk [moved from cpu/ppc4xx/config.mk with 96% similarity]
arch/ppc/cpu/ppc4xx/cpu.c [moved from cpu/ppc4xx/cpu.c with 100% similarity]
arch/ppc/cpu/ppc4xx/cpu_init.c [moved from cpu/ppc4xx/cpu_init.c with 100% similarity]
arch/ppc/cpu/ppc4xx/dcr.S [moved from cpu/ppc4xx/dcr.S with 100% similarity]
arch/ppc/cpu/ppc4xx/denali_data_eye.c [moved from cpu/ppc4xx/denali_data_eye.c with 99% similarity]
arch/ppc/cpu/ppc4xx/denali_spd_ddr2.c [moved from cpu/ppc4xx/denali_spd_ddr2.c with 99% similarity]
arch/ppc/cpu/ppc4xx/ecc.c [moved from cpu/ppc4xx/ecc.c with 100% similarity]
arch/ppc/cpu/ppc4xx/ecc.h [moved from cpu/ppc4xx/ecc.h with 100% similarity]
arch/ppc/cpu/ppc4xx/fdt.c [moved from cpu/ppc4xx/fdt.c with 100% similarity]
arch/ppc/cpu/ppc4xx/gpio.c [moved from cpu/ppc4xx/gpio.c with 100% similarity]
arch/ppc/cpu/ppc4xx/interrupts.c [moved from cpu/ppc4xx/interrupts.c with 100% similarity]
arch/ppc/cpu/ppc4xx/iop480_uart.c [moved from cpu/ppc4xx/iop480_uart.c with 100% similarity]
arch/ppc/cpu/ppc4xx/kgdb.S [moved from cpu/ppc4xx/kgdb.S with 100% similarity]
arch/ppc/cpu/ppc4xx/miiphy.c [moved from cpu/ppc4xx/miiphy.c with 100% similarity]
arch/ppc/cpu/ppc4xx/reginfo.c [moved from cpu/ppc4xx/reginfo.c with 100% similarity]
arch/ppc/cpu/ppc4xx/resetvec.S [moved from cpu/ppc4xx/resetvec.S with 100% similarity]
arch/ppc/cpu/ppc4xx/sdram.c [moved from cpu/ppc4xx/sdram.c with 100% similarity]
arch/ppc/cpu/ppc4xx/sdram.h [moved from cpu/ppc4xx/sdram.h with 100% similarity]
arch/ppc/cpu/ppc4xx/speed.c [moved from cpu/ppc4xx/speed.c with 100% similarity]
arch/ppc/cpu/ppc4xx/start.S [moved from cpu/ppc4xx/start.S with 100% similarity]
arch/ppc/cpu/ppc4xx/tlb.c [moved from cpu/ppc4xx/tlb.c with 100% similarity]
arch/ppc/cpu/ppc4xx/traps.c [moved from cpu/ppc4xx/traps.c with 100% similarity]
arch/ppc/cpu/ppc4xx/u-boot.lds [moved from cpu/ppc4xx/u-boot.lds with 98% similarity]
arch/ppc/cpu/ppc4xx/uic.c [moved from cpu/ppc4xx/uic.c with 100% similarity]
arch/ppc/cpu/ppc4xx/usb.c [moved from cpu/ppc4xx/usb.c with 100% similarity]
arch/ppc/cpu/ppc4xx/usb_ohci.c [moved from cpu/ppc4xx/usb_ohci.c with 100% similarity]
arch/ppc/cpu/ppc4xx/usb_ohci.h [moved from cpu/ppc4xx/usb_ohci.h with 100% similarity]
arch/ppc/cpu/ppc4xx/usbdev.c [moved from cpu/ppc4xx/usbdev.c with 100% similarity]
arch/ppc/cpu/ppc4xx/usbdev.h [moved from cpu/ppc4xx/usbdev.h with 100% similarity]
arch/ppc/cpu/ppc4xx/xilinx_irq.c [moved from cpu/ppc4xx/xilinx_irq.c with 100% similarity]
board/LEOX/elpt860/u-boot.lds
board/LEOX/elpt860/u-boot.lds.debug
board/MAI/AmigaOneG3SE/u-boot.lds
board/Marvell/db64360/u-boot.lds
board/Marvell/db64460/u-boot.lds
board/RPXClassic/u-boot.lds
board/RPXClassic/u-boot.lds.debug
board/RPXlite/u-boot.lds
board/RPXlite/u-boot.lds.debug
board/RPXlite_dw/u-boot.lds
board/RPXlite_dw/u-boot.lds.debug
board/RRvision/u-boot.lds
board/adder/u-boot.lds
board/amcc/acadia/u-boot-nand.lds
board/amcc/bamboo/u-boot-nand.lds
board/amcc/canyonlands/canyonlands.c
board/amcc/canyonlands/u-boot-nand.lds
board/amcc/katmai/katmai.c
board/amcc/kilauea/u-boot-nand.lds
board/amcc/luan/luan.c
board/amcc/sequoia/sdram.c
board/amcc/sequoia/u-boot-nand.lds
board/amcc/sequoia/u-boot-ram.lds
board/amcc/yucca/yucca.c
board/amirix/ap1000/u-boot.lds
board/c2mon/u-boot.lds
board/c2mon/u-boot.lds.debug
board/cm5200/u-boot.lds
board/cogent/u-boot.lds.debug
board/csb272/csb272.c
board/csb472/csb472.c
board/eltec/bab7xx/u-boot.lds
board/eltec/elppc/u-boot.lds
board/eltec/mhpc/u-boot.lds
board/eltec/mhpc/u-boot.lds.debug
board/emk/top860/u-boot.lds
board/emk/top860/u-boot.lds.debug
board/ep88x/u-boot.lds
board/eric/eric.c
board/esd/cpci750/u-boot.lds
board/esd/dasa_sim/u-boot.lds
board/esd/pmc440/u-boot-nand.lds
board/esteem192e/u-boot.lds
board/etx094/u-boot.lds
board/etx094/u-boot.lds.debug
board/evb64260/u-boot.lds
board/fads/u-boot.lds
board/fads/u-boot.lds.debug
board/flagadm/u-boot.lds
board/flagadm/u-boot.lds.debug
board/freescale/mpc7448hpc2/u-boot.lds
board/freescale/mpc8610hpcd/u-boot.lds
board/freescale/mpc8641hpcn/u-boot.lds
board/gen860t/ioport.c
board/gen860t/u-boot-flashenv.lds
board/gen860t/u-boot.lds
board/genietv/u-boot.lds
board/genietv/u-boot.lds.debug
board/gth/u-boot.lds
board/hermes/u-boot.lds
board/hermes/u-boot.lds.debug
board/hmi1001/config.mk
board/hymod/u-boot.lds
board/hymod/u-boot.lds.debug
board/icu862/u-boot.lds
board/icu862/u-boot.lds.debug
board/inka4x0/config.mk
board/ip860/u-boot.lds
board/ip860/u-boot.lds.debug
board/ivm/u-boot.lds
board/ivm/u-boot.lds.debug
board/keymile/common/keymile_hdlc_enet.c
board/keymile/km8xx/km8xx_hdlc_enet.c
board/keymile/km8xx/u-boot.lds
board/keymile/mgcoge/mgcoge_hdlc_enet.c
board/korat/u-boot-F7FC.lds
board/kup/kup4k/u-boot.lds
board/kup/kup4k/u-boot.lds.debug
board/kup/kup4x/u-boot.lds
board/kup/kup4x/u-boot.lds.debug
board/lantec/u-boot.lds
board/lantec/u-boot.lds.debug
board/logicpd/zoom2/zoom2_serial.c
board/lwmon/u-boot.lds
board/lwmon/u-boot.lds.debug
board/mbx8xx/u-boot.lds
board/mbx8xx/u-boot.lds.debug
board/ml2/u-boot.lds
board/mousse/u-boot.lds
board/mousse/u-boot.lds.ram
board/mousse/u-boot.lds.rom
board/mucmc52/config.mk
board/munices/u-boot.lds
board/nc650/u-boot.lds
board/nc650/u-boot.lds.debug
board/netphone/u-boot.lds
board/netphone/u-boot.lds.debug
board/netstal/hcu5/README.txt
board/netta/u-boot.lds
board/netta/u-boot.lds.debug
board/netta2/u-boot.lds
board/netta2/u-boot.lds.debug
board/netvia/u-boot.lds
board/netvia/u-boot.lds.debug
board/nx823/u-boot.lds
board/nx823/u-boot.lds.debug
board/pcippc2/u-boot.lds
board/pcs440ep/pcs440ep.c
board/ppmc7xx/u-boot.lds
board/prodrive/p3mx/u-boot.lds
board/quantum/u-boot.lds
board/quantum/u-boot.lds.debug
board/r360mpi/u-boot.lds
board/rbc823/u-boot.lds
board/rmu/u-boot.lds
board/rmu/u-boot.lds.debug
board/rsdproto/u-boot.lds
board/sandburst/common/ppc440gx_i2c.c
board/sandburst/karef/u-boot.lds.debug
board/sandburst/metrobox/u-boot.lds.debug
board/sbc8641d/u-boot.lds
board/sc3/u-boot.lds
board/siemens/CCM/u-boot.lds
board/siemens/CCM/u-boot.lds.debug
board/siemens/IAD210/u-boot.lds
board/siemens/pcu_e/u-boot.lds
board/siemens/pcu_e/u-boot.lds.debug
board/sixnet/u-boot.lds
board/snmc/qs850/u-boot.lds
board/snmc/qs860t/u-boot.lds
board/spc1920/u-boot.lds
board/spd8xx/u-boot.lds
board/spd8xx/u-boot.lds.debug
board/stx/stxxtc/u-boot.lds
board/stx/stxxtc/u-boot.lds.debug
board/svm_sc8xx/u-boot.lds
board/svm_sc8xx/u-boot.lds.debug
board/tqc/tqm8xx/u-boot.lds
board/tqc/tqm8xx/u-boot.lds.debug
board/uc100/u-boot.lds
board/uc100/u-boot.lds.debug
board/uc101/config.mk
board/v37/u-boot.lds
board/w7o/w7o.c
board/westel/amx860/u-boot.lds
board/westel/amx860/u-boot.lds.debug
board/xes/xpedite1000/u-boot.lds.debug
board/xes/xpedite5170/u-boot.lds
board/xilinx/ppc405-generic/u-boot-rom.lds
board/xilinx/ppc440-generic/u-boot-rom.lds
config.mk
doc/README.PIP405
doc/README.POST
doc/README.RPXlite
doc/README.TQM8260
doc/README.alaska8220
doc/README.bedbug
doc/README.mpc5xx
drivers/qe/uec_phy.c
drivers/spi/mpc8xxx_spi.c
examples/standalone/mem_to_mem_idma2intr.c
include/configs/aria.h
include/configs/galaxy5200.h
include/configs/kilauea.h
include/configs/linkstation.h
include/configs/quad100hd.h
include/configs/sc3.h
nand_spl/board/amcc/acadia/Makefile
nand_spl/board/amcc/bamboo/Makefile
nand_spl/board/amcc/canyonlands/Makefile
nand_spl/board/amcc/kilauea/Makefile
nand_spl/board/amcc/sequoia/Makefile
nand_spl/board/freescale/mpc8313erdb/Makefile
nand_spl/board/freescale/mpc8315erdb/Makefile
nand_spl/board/freescale/mpc8536ds/Makefile
nand_spl/board/freescale/mpc8569mds/Makefile
nand_spl/board/freescale/p1_p2_rdb/Makefile
nand_spl/board/sheldon/simpc8313/Makefile
post/cpu/ppc4xx/spr.c

index fdd781a..ddfe73c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -227,12 +227,12 @@ LIBS += drivers/qe/qe.a
 endif
 ifeq ($(CPU),mpc85xx)
 LIBS += drivers/qe/qe.a
-LIBS += cpu/mpc8xxx/ddr/libddr.a
-LIBS += cpu/mpc8xxx/lib8xxx.a
+LIBS += arch/ppc/cpu/mpc8xxx/ddr/libddr.a
+LIBS += arch/ppc/cpu/mpc8xxx/lib8xxx.a
 endif
 ifeq ($(CPU),mpc86xx)
-LIBS += cpu/mpc8xxx/ddr/libddr.a
-LIBS += cpu/mpc8xxx/lib8xxx.a
+LIBS += arch/ppc/cpu/mpc8xxx/ddr/libddr.a
+LIBS += arch/ppc/cpu/mpc8xxx/lib8xxx.a
 endif
 LIBS += drivers/rtc/librtc.a
 LIBS += drivers/serial/libserial.a
@@ -3768,7 +3768,7 @@ clobber:  clean
        @rm -f $(obj)u-boot.kwb
        @rm -f $(obj)u-boot.imx
        @rm -f $(obj)tools/{env/crc32.c,inca-swap-bytes}
-       @rm -f $(obj)cpu/mpc824x/bedbug_603e.c
+       @rm -f $(obj)arch/ppc/cpu/mpc824x/bedbug_603e.c
        @rm -f $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
        @[ ! -d $(obj)nand_spl ] || find $(obj)nand_spl -name "*" -type l -print | xargs rm -f
        @[ ! -d $(obj)onenand_ipl ] || find $(obj)onenand_ipl -name "*" -type l -print | xargs rm -f
diff --git a/README b/README
index e1d58bd..d5ccdc5 100644 (file)
--- a/README
+++ b/README
@@ -1393,7 +1393,7 @@ The following options need to be configured:
                to run and CONFIG_SYS_I2C_SLAVE to be the address of this node (ie
                the CPU's i2c node address).
 
-               Now, the u-boot i2c code for the mpc8xx (cpu/mpc8xx/i2c.c)
+               Now, the u-boot i2c code for the mpc8xx (arch/ppc/cpu/mpc8xx/i2c.c)
                sets the CPU up as a master node and so its address should
                therefore be cleared to 0 (See, eg, MPC823e User's Manual
                p.16-473). So, set CONFIG_SYS_I2C_SLAVE to 0.
@@ -2703,7 +2703,7 @@ Low Level (hardware related) configuration options:
   CONFIG_SYS_PCI_MSTR_MEMIO_SIZE, CONFIG_SYS_POCMR1_MASK_ATTRIB, CONFIG_SYS_PCI_MSTR_IO_LOCAL,
   CONFIG_SYS_PCI_MSTR_IO_BUS, CONFIG_SYS_CPU_PCI_IO_START, CONFIG_SYS_PCI_MSTR_IO_SIZE,
   CONFIG_SYS_POCMR2_MASK_ATTRIB: (MPC826x only)
-               Overrides the default PCI memory map in cpu/mpc8260/pci.c if set.
+               Overrides the default PCI memory map in arch/ppc/cpu/mpc8260/pci.c if set.
 
 - CONFIG_PCI_DISABLE_PCIE:
                Disable PCI-Express on systems where it is supported but not
similarity index 100%
rename from cpu/74xx_7xx/io.S
rename to arch/ppc/cpu/74xx_7xx/io.S
similarity index 91%
rename from cpu/mpc512x/Makefile
rename to arch/ppc/cpu/mpc512x/Makefile
index 427db7a..1719c66 100644 (file)
@@ -37,8 +37,8 @@ COBJS-y += iopin.o
 COBJS-y += serial.o
 COBJS-y += speed.o
 COBJS-${CONFIG_FSL_DIU_FB} += diu.o
-COBJS-${CONFIG_FSL_DIU_FB} += ../../board/freescale/common/fsl_diu_fb.o
-COBJS-${CONFIG_FSL_DIU_FB} += ../../board/freescale/common/fsl_logo_bmp.o
+COBJS-${CONFIG_FSL_DIU_FB} += ../../../../board/freescale/common/fsl_diu_fb.o
+COBJS-${CONFIG_FSL_DIU_FB} += ../../../../board/freescale/common/fsl_logo_bmp.o
 COBJS-${CONFIG_CMD_IDE} += ide.o
 COBJS-${CONFIG_IIM} += iim.o
 COBJS-$(CONFIG_PCI) += pci.o
similarity index 88%
rename from cpu/mpc512x/asm-offsets.h
rename to arch/ppc/cpu/mpc512x/asm-offsets.h
index 4b14778..5873fe0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * needed for cpu/mpc512x/start.S
+ * needed for arch/ppc/cpu/mpc512x/start.S
  *
  * These should be auto-generated
  */
similarity index 95%
rename from cpu/mpc512x/config.mk
rename to arch/ppc/cpu/mpc512x/config.mk
index fb0a563..b6727dc 100644 (file)
@@ -26,4 +26,4 @@ PLATFORM_CPPFLAGS += -DCONFIG_MPC512X -DCONFIG_E300 \
 
 # Use default linker script.
 # A board port can override this setting in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc512x/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc512x/u-boot.lds
similarity index 100%
rename from cpu/mpc512x/cpu.c
rename to arch/ppc/cpu/mpc512x/cpu.c
similarity index 98%
rename from cpu/mpc512x/diu.c
rename to arch/ppc/cpu/mpc512x/diu.c
index c2453c6..9361161 100644 (file)
@@ -27,7 +27,7 @@
 #include <command.h>
 #include <asm/io.h>
 
-#include "../../board/freescale/common/fsl_diu_fb.h"
+#include "../../../../board/freescale/common/fsl_diu_fb.h"
 
 #if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)
 #include <stdio_dev.h>
similarity index 100%
rename from cpu/mpc512x/i2c.c
rename to arch/ppc/cpu/mpc512x/i2c.c
similarity index 100%
rename from cpu/mpc512x/ide.c
rename to arch/ppc/cpu/mpc512x/ide.c
similarity index 100%
rename from cpu/mpc512x/iim.c
rename to arch/ppc/cpu/mpc512x/iim.c
similarity index 100%
rename from cpu/mpc512x/pci.c
rename to arch/ppc/cpu/mpc512x/pci.c
similarity index 98%
rename from cpu/mpc512x/u-boot.lds
rename to arch/ppc/cpu/mpc512x/u-boot.lds
index 2e260eb..fbc2026 100644 (file)
@@ -49,7 +49,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc512x/start.o        (.text)
+    arch/ppc/cpu/mpc512x/start.o       (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
similarity index 94%
rename from cpu/mpc5xx/Makefile
rename to arch/ppc/cpu/mpc5xx/Makefile
index 8aab018..f2ebb9a 100644 (file)
 #
 
 #
-# File:                        cpu/mpc5xx/Makefile
+# File:                        arch/ppc/cpu/mpc5xx/Makefile
 #
 # Discription:         Makefile to build mpc5xx cpu configuration.
 #                      Will include top config.mk which itselfs
-#                      uses the definitions made in cpu/mpc5xx/config.mk
+#                      uses the definitions made in arch/ppc/cpu/mpc5xx/config.mk
 #
 
 
similarity index 95%
rename from cpu/mpc5xx/config.mk
rename to arch/ppc/cpu/mpc5xx/config.mk
index 7854924..e0b0ce1 100644 (file)
@@ -33,4 +33,4 @@ PLATFORM_RELFLAGS +=  -fPIC -meabi
 PLATFORM_CPPFLAGS +=   -DCONFIG_5xx -ffixed-r2 -mpowerpc -msoft-float
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc5xx/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc5xx/u-boot.lds
similarity index 100%
rename from cpu/mpc5xx/cpu.c
rename to arch/ppc/cpu/mpc5xx/cpu.c
similarity index 100%
rename from cpu/mpc5xx/spi.c
rename to arch/ppc/cpu/mpc5xx/spi.c
similarity index 98%
rename from cpu/mpc5xx/u-boot.lds
rename to arch/ppc/cpu/mpc5xx/u-boot.lds
index deeb06a..55190c7 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc5xx/start.o (.text)
+    arch/ppc/cpu/mpc5xx/start.o        (.text)
 
     *(.text)
     *(.got1)
similarity index 95%
rename from cpu/mpc5xxx/config.mk
rename to arch/ppc/cpu/mpc5xxx/config.mk
index 5e82f67..9a64cb6 100644 (file)
@@ -27,4 +27,4 @@ PLATFORM_CPPFLAGS += -DCONFIG_MPC5xxx -ffixed-r2 \
                     -mstring -mcpu=603e -mmultiple
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc5xxx/u-boot.lds
similarity index 100%
rename from cpu/mpc5xxx/cpu.c
rename to arch/ppc/cpu/mpc5xxx/cpu.c
similarity index 100%
rename from cpu/mpc5xxx/i2c.c
rename to arch/ppc/cpu/mpc5xxx/i2c.c
similarity index 100%
rename from cpu/mpc5xxx/ide.c
rename to arch/ppc/cpu/mpc5xxx/ide.c
similarity index 100%
rename from cpu/mpc5xxx/io.S
rename to arch/ppc/cpu/mpc5xxx/io.S
similarity index 97%
rename from cpu/mpc5xxx/u-boot-customlayout.lds
rename to arch/ppc/cpu/mpc5xxx/u-boot-customlayout.lds
index 6c80139..81ebde9 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within  */
     /* the sector layout of our flash chips!    XXX FIXME XXX   */
 
-    cpu/mpc5xxx/start.o          (.text)
-    cpu/mpc5xxx/traps.o          (.text)
+    arch/ppc/cpu/mpc5xxx/start.o          (.text)
+    arch/ppc/cpu/mpc5xxx/traps.o          (.text)
     lib/crc32.o         (.text)
     arch/ppc/lib/cache.o             (.text)
     arch/ppc/lib/time.o              (.text)
similarity index 98%
rename from cpu/mpc5xxx/u-boot.lds
rename to arch/ppc/cpu/mpc5xxx/u-boot.lds
index 7fe1e95..64ef481 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc5xxx/start.o        (.text)
+    arch/ppc/cpu/mpc5xxx/start.o       (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
similarity index 100%
rename from cpu/mpc5xxx/usb.c
rename to arch/ppc/cpu/mpc5xxx/usb.c
similarity index 95%
rename from cpu/mpc8220/config.mk
rename to arch/ppc/cpu/mpc8220/config.mk
index 3ce40c0..e2ebf38 100644 (file)
@@ -27,4 +27,4 @@ PLATFORM_CPPFLAGS += -DCONFIG_MPC8220 -ffixed-r2 \
                     -mstring -mcpu=603e -mmultiple
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc8220/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc8220/u-boot.lds
similarity index 100%
rename from cpu/mpc8220/cpu.c
rename to arch/ppc/cpu/mpc8220/cpu.c
similarity index 100%
rename from cpu/mpc8220/dma.h
rename to arch/ppc/cpu/mpc8220/dma.h
similarity index 100%
rename from cpu/mpc8220/fec.c
rename to arch/ppc/cpu/mpc8220/fec.c
similarity index 100%
rename from cpu/mpc8220/fec.h
rename to arch/ppc/cpu/mpc8220/fec.h
similarity index 100%
rename from cpu/mpc8220/i2c.c
rename to arch/ppc/cpu/mpc8220/i2c.c
similarity index 100%
rename from cpu/mpc8220/io.S
rename to arch/ppc/cpu/mpc8220/io.S
similarity index 100%
rename from cpu/mpc8220/pci.c
rename to arch/ppc/cpu/mpc8220/pci.c
similarity index 98%
rename from cpu/mpc8220/u-boot.lds
rename to arch/ppc/cpu/mpc8220/u-boot.lds
index 4400e60..8c5d307 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8220/start.o        (.text)
+    arch/ppc/cpu/mpc8220/start.o       (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
similarity index 95%
rename from cpu/mpc824x/config.mk
rename to arch/ppc/cpu/mpc824x/config.mk
index 940474b..31ecd20 100644 (file)
@@ -26,4 +26,4 @@ PLATFORM_RELFLAGS += -fPIC -meabi
 PLATFORM_CPPFLAGS += -DCONFIG_MPC824X -ffixed-r2 -mstring -mcpu=603e -msoft-float
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc824x/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc824x/u-boot.lds
similarity index 100%
rename from cpu/mpc824x/cpu.c
rename to arch/ppc/cpu/mpc824x/cpu.c
similarity index 100%
rename from cpu/mpc824x/pci.c
rename to arch/ppc/cpu/mpc824x/pci.c
similarity index 98%
rename from cpu/mpc8260/u-boot.lds
rename to arch/ppc/cpu/mpc824x/u-boot.lds
index c777cf9..8a6d508 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8260/start.o                (.text)
+    arch/ppc/cpu/mpc824x/start.o               (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
similarity index 95%
rename from cpu/mpc8260/config.mk
rename to arch/ppc/cpu/mpc8260/config.mk
index 39d81ee..51bb9fa 100644 (file)
@@ -27,4 +27,4 @@ PLATFORM_CPPFLAGS += -DCONFIG_8260 -DCONFIG_CPM2 -ffixed-r2 \
                     -mstring -mcpu=603e -mmultiple
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc8260/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc8260/u-boot.lds
similarity index 100%
rename from cpu/mpc8260/cpu.c
rename to arch/ppc/cpu/mpc8260/cpu.c
similarity index 100%
rename from cpu/mpc8260/i2c.c
rename to arch/ppc/cpu/mpc8260/i2c.c
similarity index 100%
rename from cpu/mpc8260/pci.c
rename to arch/ppc/cpu/mpc8260/pci.c
similarity index 100%
rename from cpu/mpc8260/spi.c
rename to arch/ppc/cpu/mpc8260/spi.c
similarity index 98%
rename from cpu/mpc824x/u-boot.lds
rename to arch/ppc/cpu/mpc8260/u-boot.lds
index 0eac48f..9887844 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc824x/start.o                (.text)
+    arch/ppc/cpu/mpc8260/start.o               (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
similarity index 94%
rename from cpu/mpc83xx/config.mk
rename to arch/ppc/cpu/mpc83xx/config.mk
index e80919b..8596f6a 100644 (file)
@@ -26,4 +26,4 @@ PLATFORM_CPPFLAGS += -DCONFIG_MPC83xx -DCONFIG_E300 \
                        -ffixed-r2 -msoft-float
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc83xx/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc83xx/u-boot.lds
similarity index 100%
rename from cpu/mpc83xx/cpu.c
rename to arch/ppc/cpu/mpc83xx/cpu.c
similarity index 100%
rename from cpu/mpc83xx/ecc.c
rename to arch/ppc/cpu/mpc83xx/ecc.c
similarity index 100%
rename from cpu/mpc83xx/fdt.c
rename to arch/ppc/cpu/mpc83xx/fdt.c
similarity index 100%
rename from cpu/mpc83xx/pci.c
rename to arch/ppc/cpu/mpc83xx/pci.c
similarity index 98%
rename from cpu/mpc83xx/u-boot.lds
rename to arch/ppc/cpu/mpc83xx/u-boot.lds
index c84d4b0..157cef6 100644 (file)
@@ -50,7 +50,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc83xx/start.o        (.text)
+    arch/ppc/cpu/mpc83xx/start.o       (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
similarity index 95%
rename from cpu/mpc85xx/config.mk
rename to arch/ppc/cpu/mpc85xx/config.mk
index 408184a..ffb813d 100644 (file)
@@ -32,4 +32,4 @@ PLATFORM_CPPFLAGS +=$(call cc-option,-mspe=yes)
 PLATFORM_CPPFLAGS +=$(call cc-option,-mno-spe)
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/mpc85xx/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc85xx/u-boot.lds
similarity index 100%
rename from cpu/mpc85xx/cpu.c
rename to arch/ppc/cpu/mpc85xx/cpu.c
similarity index 100%
rename from cpu/mpc85xx/fdt.c
rename to arch/ppc/cpu/mpc85xx/fdt.c
similarity index 100%
rename from cpu/mpc85xx/mp.c
rename to arch/ppc/cpu/mpc85xx/mp.c
similarity index 100%
rename from cpu/mpc85xx/mp.h
rename to arch/ppc/cpu/mpc85xx/mp.h
similarity index 100%
rename from cpu/mpc85xx/pci.c
rename to arch/ppc/cpu/mpc85xx/pci.c
similarity index 100%
rename from cpu/mpc85xx/tlb.c
rename to arch/ppc/cpu/mpc85xx/tlb.c
similarity index 98%
rename from cpu/mpc85xx/u-boot-nand.lds
rename to arch/ppc/cpu/mpc85xx/u-boot-nand.lds
index b4c63e2..b9240f2 100644 (file)
@@ -117,7 +117,7 @@ SECTIONS
 
   .bootpg ADDR(.text) - 0x1000 :
   {
-    cpu/mpc85xx/start.o        (.bootpg)
+    arch/ppc/cpu/mpc85xx/start.o       (.bootpg)
   } :text = 0xffff
 
   . = ADDR(.text) + 0x80000;
similarity index 98%
rename from cpu/mpc85xx/u-boot.lds
rename to arch/ppc/cpu/mpc85xx/u-boot.lds
index 183dce9..9698bf4 100644 (file)
@@ -121,7 +121,7 @@ SECTIONS
 
   .bootpg RESET_VECTOR_ADDRESS - 0xffc :
   {
-    cpu/mpc85xx/start.o        (.bootpg)
+    arch/ppc/cpu/mpc85xx/start.o       (.bootpg)
   } :text = 0xffff
 
   .resetvec RESET_VECTOR_ADDRESS :
similarity index 100%
rename from cpu/mpc86xx/cpu.c
rename to arch/ppc/cpu/mpc86xx/cpu.c
similarity index 100%
rename from cpu/mpc86xx/fdt.c
rename to arch/ppc/cpu/mpc86xx/fdt.c
similarity index 100%
rename from cpu/mpc86xx/mp.c
rename to arch/ppc/cpu/mpc86xx/mp.c
similarity index 100%
rename from cpu/mpc8xx/cpu.c
rename to arch/ppc/cpu/mpc8xx/cpu.c
similarity index 100%
rename from cpu/mpc8xx/fdt.c
rename to arch/ppc/cpu/mpc8xx/fdt.c
similarity index 100%
rename from cpu/mpc8xx/fec.c
rename to arch/ppc/cpu/mpc8xx/fec.c
similarity index 100%
rename from cpu/mpc8xx/fec.h
rename to arch/ppc/cpu/mpc8xx/fec.h
similarity index 100%
rename from cpu/mpc8xx/i2c.c
rename to arch/ppc/cpu/mpc8xx/i2c.c
similarity index 100%
rename from cpu/mpc8xx/kgdb.S
rename to arch/ppc/cpu/mpc8xx/kgdb.S
similarity index 100%
rename from cpu/mpc8xx/lcd.c
rename to arch/ppc/cpu/mpc8xx/lcd.c
similarity index 100%
rename from cpu/mpc8xx/scc.c
rename to arch/ppc/cpu/mpc8xx/scc.c
similarity index 100%
rename from cpu/mpc8xx/spi.c
rename to arch/ppc/cpu/mpc8xx/spi.c
similarity index 95%
rename from cpu/mpc8xxx/cpu.c
rename to arch/ppc/cpu/mpc8xxx/cpu.c
index 47842e9..fef062b 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright 2009-2010 Freescale Semiconductor, Inc.
  *
- * This file is derived from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c.
- * Basically this file contains cpu specific common code for 85xx/86xx
- * processors.
+ * This file is derived from arch/ppc/cpu/mpc85xx/cpu.c and
+ * arch/ppc/cpu/mpc86xx/cpu.c. Basically this file contains
+ * cpu specific common code for 85xx/86xx processors.
  * See file CREDITS for list of people who contributed to this
  * project.
  *
similarity index 90%
rename from cpu/mpc8xxx/fdt.c
rename to arch/ppc/cpu/mpc8xxx/fdt.c
index 3a9b584..e68d6f3 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright 2009 Freescale Semiconductor, Inc.
  *
- * This file is derived from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c.
- * Basically this file contains cpu specific common code for 85xx/86xx
- * processors.
+ * This file is derived from arch/ppc/cpu/mpc85xx/cpu.c and
+ * arch/ppc/cpu/mpc86xx/cpu.c. Basically this file contains
+ * cpu specific common code for 85xx/86xx processors.
  * See file CREDITS for list of people who contributed to this
  * project.
  *
similarity index 99%
rename from cpu/ppc4xx/40x_spd_sdram.c
rename to arch/ppc/cpu/ppc4xx/40x_spd_sdram.c
index 5e6dbe3..595d568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * cpu/ppc4xx/40x_spd_sdram.c
+ * arch/ppc/cpu/ppc4xx/40x_spd_sdram.c
  * This SPD SDRAM detection code supports IBM/AMCC PPC44x cpu with a
  * SDRAM controller. Those are all current 405 PPC's.
  *
similarity index 99%
rename from cpu/ppc4xx/44x_spd_ddr.c
rename to arch/ppc/cpu/ppc4xx/44x_spd_ddr.c
index 6176eab..9d1994f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * cpu/ppc4xx/44x_spd_ddr.c
+ * arch/ppc/cpu/ppc4xx/44x_spd_ddr.c
  * This SPD DDR detection code supports IBM/AMCC PPC44x cpu with a
  * DDR controller. Those are 440GP/GX/EP/GR.
  *
similarity index 99%
rename from cpu/ppc4xx/44x_spd_ddr2.c
rename to arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c
index 593a286..ea6c2ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * cpu/ppc4xx/44x_spd_ddr2.c
+ * arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c
  * This SPD SDRAM detection code supports AMCC PPC44x cpu's with a
  * DDR2 controller (non Denali Core). Those currently are:
  *
similarity index 99%
rename from cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
rename to arch/ppc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
index 0283c91..7263071 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
+ * arch/ppc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
  * This SPD SDRAM detection code supports AMCC PPC44x cpu's with a
  * DDR2 controller (non Denali Core). Those currently are:
  *
similarity index 96%
rename from cpu/ppc4xx/config.mk
rename to arch/ppc/cpu/ppc4xx/config.mk
index c1de1e9..ea4d707 100644 (file)
@@ -34,4 +34,4 @@ PLATFORM_CPPFLAGS += -Wa,-m405 -mcpu=405
 endif
 
 # Use default linker script.  Board port can override in board/*/config.mk
-LDSCRIPT := $(SRCTREE)/cpu/ppc4xx/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/ppc4xx/u-boot.lds
similarity index 100%
rename from cpu/ppc4xx/cpu.c
rename to arch/ppc/cpu/ppc4xx/cpu.c
similarity index 100%
rename from cpu/ppc4xx/dcr.S
rename to arch/ppc/cpu/ppc4xx/dcr.S
similarity index 99%
rename from cpu/ppc4xx/denali_data_eye.c
rename to arch/ppc/cpu/ppc4xx/denali_data_eye.c
index ffc3817..15a9b4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * cpu/ppc4xx/denali_data_eye.c
+ * arch/ppc/cpu/ppc4xx/denali_data_eye.c
  * Extracted from board/amcc/sequoia/sdram.c by Larry Johnson <lrj@acm.org>.
  *
  * (C) Copyright 2006
similarity index 99%
rename from cpu/ppc4xx/denali_spd_ddr2.c
rename to arch/ppc/cpu/ppc4xx/denali_spd_ddr2.c
index 5858cb3..72f76cd 100644 (file)
@@ -1,12 +1,12 @@
 /*
- * cpu/ppc4xx/denali_spd_ddr2.c
+ * arch/ppc/cpu/ppc4xx/denali_spd_ddr2.c
  * This SPD SDRAM detection code supports AMCC PPC44x CPUs with a Denali-core
  * DDR2 controller, specifically the 440EPx/GRx.
  *
  * (C) Copyright 2007-2008
  * Larry Johnson, lrj@acm.org.
  *
- * Based primarily on cpu/ppc4xx/4xx_spd_ddr2.c, which is...
+ * Based primarily on arch/ppc/cpu/ppc4xx/4xx_spd_ddr2.c, which is...
  *
  * (C) Copyright 2007
  * Stefan Roese, DENX Software Engineering, sr@denx.de.
similarity index 100%
rename from cpu/ppc4xx/ecc.c
rename to arch/ppc/cpu/ppc4xx/ecc.c
similarity index 100%
rename from cpu/ppc4xx/ecc.h
rename to arch/ppc/cpu/ppc4xx/ecc.h
similarity index 100%
rename from cpu/ppc4xx/fdt.c
rename to arch/ppc/cpu/ppc4xx/fdt.c
similarity index 100%
rename from cpu/ppc4xx/gpio.c
rename to arch/ppc/cpu/ppc4xx/gpio.c
similarity index 100%
rename from cpu/ppc4xx/kgdb.S
rename to arch/ppc/cpu/ppc4xx/kgdb.S
similarity index 100%
rename from cpu/ppc4xx/tlb.c
rename to arch/ppc/cpu/ppc4xx/tlb.c
similarity index 98%
rename from cpu/ppc4xx/u-boot.lds
rename to arch/ppc/cpu/ppc4xx/u-boot.lds
index 2b47934..3704d8a 100644 (file)
@@ -124,7 +124,7 @@ SECTIONS
 #ifdef CONFIG_440
   .bootpg RESET_VECTOR_ADDRESS - 0xffc :
   {
-    cpu/ppc4xx/start.o (.bootpg)
+    arch/ppc/cpu/ppc4xx/start.o        (.bootpg)
 
     /*
      * PPC440 board need a board specific object with the
similarity index 100%
rename from cpu/ppc4xx/uic.c
rename to arch/ppc/cpu/ppc4xx/uic.c
similarity index 100%
rename from cpu/ppc4xx/usb.c
rename to arch/ppc/cpu/ppc4xx/usb.c
index d3929ea..e26792c 100644 (file)
@@ -64,7 +64,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o                 (.text)
+    arch/ppc/cpu/mpc8xx/start.o                        (.text)
     common/dlmalloc.o                  (.text)
     arch/ppc/lib/ppcstring.o                   (.text)
     lib/vsprintf.o             (.text)
index f6c21f7..707ff7a 100644 (file)
@@ -64,7 +64,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 18510a8..1f55c65 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
     common/env_embedded.o(.text)
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index 09d9470..f7de95d 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index f559df7..57cc305 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 09d9470..f7de95d 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index f559df7..57cc305 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index a099cb9..a2db9a6 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 3b61a42..723f562 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 1132fd6..b323768 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 397ee2f..018bcf1 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text          :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
index 738caa0..bfca582 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
index 738caa0..bfca582 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
index 13a0dac..71a5701 100644 (file)
@@ -42,7 +42,7 @@ DECLARE_GLOBAL_DATA_PTR;
 #define BOARD_ARCHES           4
 
 /*
- * Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with
+ * Override the default functions in arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c with
  * board specific values.
  */
 #if defined(CONFIG_ARCHES)
index 47c6bd9..b04b05e 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x20000);
index 54e2a39..15291f9 100644 (file)
@@ -249,7 +249,7 @@ int checkboard (void)
 }
 
 /*
- * Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with
+ * Override the default functions in arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c with
  * board specific values.
  */
 u32 ddr_wrdtr(u32 default_val) {
index 738caa0..bfca582 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
index 332d170..6542565 100644 (file)
@@ -119,7 +119,7 @@ int checkboard(void)
 }
 
 /*
- * Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with
+ * Override the default functions in arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c with
  * board specific values.
  */
 u32 ddr_clktr(u32 default_val) {
index bde471c..b5c7d6d 100644 (file)
@@ -40,7 +40,7 @@ extern int denali_wait_for_dlllock(void);
 extern void denali_core_search_data_eye(void);
 
 #if defined(CONFIG_NAND_SPL)
-/* Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
+/* Using arch/ppc/cpu/ppc4xx/speed.c to calculate the bus frequency is too big
  * for the 4k NAND boot image so define bus_frequency to 133MHz here
  * which is save for the refresh counter setup.
  */
index fb629e0..8a71bfa 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
index e22dbec..c6a321e 100644 (file)
@@ -50,7 +50,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     *(.text)
     *(.got1)
index 8c65cfb..241f484 100644 (file)
@@ -555,7 +555,7 @@ int checkboard (void)
 }
 
 /*
- * Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with
+ * Override the default functions in arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c with
  * board specific values.
  */
 static int ppc440spe_rev_a(void)
index 89ffc6d..faeefe8 100644 (file)
@@ -55,14 +55,14 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
     board/amirix/ap1000/init.o (.text)
-    cpu/ppc4xx/kgdb.o  (.text)
-    cpu/ppc4xx/traps.o (.text)
-    cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/4xx_uart.o      (.text)
-    cpu/ppc4xx/cpu_init.o      (.text)
-    cpu/ppc4xx/speed.o (.text)
+    arch/ppc/cpu/ppc4xx/kgdb.o (.text)
+    arch/ppc/cpu/ppc4xx/traps.o        (.text)
+    arch/ppc/cpu/ppc4xx/interrupts.o   (.text)
+    arch/ppc/cpu/ppc4xx/4xx_uart.o     (.text)
+    arch/ppc/cpu/ppc4xx/cpu_init.o     (.text)
+    arch/ppc/cpu/ppc4xx/speed.o        (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
     arch/ppc/lib/extable.o     (.text)
index 51e95d5..5bd5a75 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index d55bf33..e62f6be 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 5887f77..30a37d9 100644 (file)
@@ -50,7 +50,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc5xxx/start.o        (.text)
+    arch/ppc/cpu/mpc5xxx/start.o       (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
index f559df7..57cc305 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index d6d65cf..5a00afe 100644 (file)
@@ -129,7 +129,7 @@ phys_size_t initdram (int board_type)
        /*
         * ToDo: Move the asm init routine sdram_init() to this C file,
         * or even better use some common ppc4xx code available
-        * in cpu/ppc4xx
+        * in arch/ppc/cpu/ppc4xx
         */
        sdram_init();
 
index 20d34ad..996a67b 100644 (file)
@@ -97,7 +97,7 @@ phys_size_t initdram (int board_type)
        /*
         * ToDo: Move the asm init routine sdram_init() to this C file,
         * or even better use some common ppc4xx code available
-        * in cpu/ppc4xx
+        * in arch/ppc/cpu/ppc4xx
         */
        sdram_init();
 
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index 5c847fb..dc370ea 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
 
     *(.text)
index d55bf33..e62f6be 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 46dca96..3fb6d12 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
 
     *(.text)
     *(.got1)
index 6ca7298..3229a23 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 70b84e4..f9579a6 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text          :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
index cfcfa52..96c0b83 100644 (file)
@@ -132,7 +132,7 @@ phys_size_t initdram (int board_type)
        /*
         * ToDo: Move the asm init routine sdram_init() to this C file,
         * or even better use some common ppc4xx code available
-        * in cpu/ppc4xx
+        * in arch/ppc/cpu/ppc4xx
         */
        sdram_init();
 
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index b044649..3d33d0f 100644 (file)
@@ -57,7 +57,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/ppc4xx/start.o         (.text)
+    arch/ppc/cpu/ppc4xx/start.o                (.text)
 
     . = env_offset;
     common/env_embedded.o(.text)
index fb629e0..8a71bfa 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     /* Align to next NAND block */
     . = ALIGN(0x4000);
index 848eacd..4490f19 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index d8112eb..94b1342 100644 (file)
@@ -55,12 +55,12 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
-    cpu/mpc8xx/traps.o (.text)
-    cpu/mpc8xx/interrupts.o    (.text)
-    cpu/mpc8xx/serial.o        (.text)
-    cpu/mpc8xx/cpu_init.o      (.text)
-    cpu/mpc8xx/speed.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
+    arch/ppc/cpu/mpc8xx/traps.o        (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o   (.text)
+    arch/ppc/cpu/mpc8xx/serial.o       (.text)
+    arch/ppc/cpu/mpc8xx/cpu_init.o     (.text)
+    arch/ppc/cpu/mpc8xx/speed.o        (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
     lib/zlib.o         (.text)
index 12f6ce7..458d4e0 100644 (file)
@@ -55,13 +55,13 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
-    cpu/mpc8xx/traps.o (.text)
-    cpu/mpc8xx/interrupts.o    (.text)
-    cpu/mpc8xx/cpu.o   (.text)
-    cpu/mpc8xx/cpu_init.o      (.text)
-    cpu/mpc8xx/speed.o (.text)
-    cpu/mpc8xx/serial.o        (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
+    arch/ppc/cpu/mpc8xx/traps.o        (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o   (.text)
+    arch/ppc/cpu/mpc8xx/cpu.o  (.text)
+    arch/ppc/cpu/mpc8xx/cpu_init.o     (.text)
+    arch/ppc/cpu/mpc8xx/speed.o        (.text)
+    arch/ppc/cpu/mpc8xx/serial.o       (.text)
     arch/ppc/lib/extable.o     (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/string.o       (.text)
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index ce3e32e..d6476cd 100644 (file)
@@ -50,7 +50,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
 
     /*. = DEFINED(env_offset) ? env_offset : .;*/
     common/env_embedded.o      (.ppcenv)
index 4f179c7..61c0d68 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 877e82c..fbfba6e 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
 
     *(.text)
     *(.got1)
index d55bf33..e62f6be 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 247779f..c4266ce 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index 67847f1..1f9f8eb 100644 (file)
@@ -50,12 +50,12 @@ SECTIONS
   .plt : { *(.plt) }
   .text :
   {
-    cpu/mpc86xx/start.o        (.text)
-    cpu/mpc86xx/traps.o (.text)
-    cpu/mpc86xx/interrupts.o (.text)
-    cpu/mpc86xx/cpu_init.o (.text)
-    cpu/mpc86xx/cpu.o (.text)
-    cpu/mpc86xx/speed.o (.text)
+    arch/ppc/cpu/mpc86xx/start.o       (.text)
+    arch/ppc/cpu/mpc86xx/traps.o (.text)
+    arch/ppc/cpu/mpc86xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu_init.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu.o (.text)
+    arch/ppc/cpu/mpc86xx/speed.o (.text)
     common/dlmalloc.o (.text)
     lib/crc32.o (.text)
     arch/ppc/lib/extable.o (.text)
index 20e0344..d7c65ce 100644 (file)
@@ -50,12 +50,12 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc86xx/start.o        (.text)
-    cpu/mpc86xx/traps.o (.text)
-    cpu/mpc86xx/interrupts.o (.text)
-    cpu/mpc86xx/cpu_init.o (.text)
-    cpu/mpc86xx/cpu.o (.text)
-    cpu/mpc86xx/speed.o (.text)
+    arch/ppc/cpu/mpc86xx/start.o       (.text)
+    arch/ppc/cpu/mpc86xx/traps.o (.text)
+    arch/ppc/cpu/mpc86xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu_init.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu.o (.text)
+    arch/ppc/cpu/mpc86xx/speed.o (.text)
     common/dlmalloc.o (.text)
     lib/crc32.o (.text)
     arch/ppc/lib/extable.o (.text)
index d8c3006..146573e 100644 (file)
@@ -197,7 +197,7 @@ const mpc8xx_iop_conf_t iop_conf_tab[NUM_PORTS][PORT_BITS] = {
 
 /*
  * Configure the MPC8XX I/O ports per the ioport configuration table
- * (taken from ./cpu/mpc8260/cpu_init.c)
+ * (taken from ./arch/ppc/cpu/mpc8260/cpu_init.c)
  */
 void config_mpc8xx_ioports (volatile immap_t * immr)
 {
index 7b83b25..0e12925 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     *(.text)
     *(.got1)
   }
index 8f40b30..d184379 100644 (file)
@@ -54,7 +54,7 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text :
   {
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     *(.text)
     *(.got1)
   }
index 1bd1ba7..22ada9a 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index c0dd67f..e5aa625 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index f6175d9..0e68e14 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o(.text)
+    arch/ppc/cpu/mpc8xx/start.o(.text)
     *(.text)
     common/env_embedded.o(.text)
     *(.got1)
index 1f6e7d6..23e3e3b 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
-    cpu/mpc8xx/interrupts.o    (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o   (.text)
     arch/ppc/lib/time.o                (.text)
     arch/ppc/lib/ticks.o               (.text)
     arch/ppc/lib/cache.o               (.text)
index dc810be..47e3927 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     arch/ppc/lib/ppcstring.o   (.text)
-    cpu/mpc8xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o (.text)
     arch/ppc/lib/time.o                (.text)
     arch/ppc/lib/ticks.o               (.text)
     . = env_offset;
index 4fe1831..aebf304 100644 (file)
@@ -39,4 +39,4 @@ TEXT_BASE = 0xFFF00000
 endif
 
 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
-LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot-customlayout.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc5xxx/u-boot-customlayout.lds
index 965716f..7086ced 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8260/start.o        (.text)
+    arch/ppc/cpu/mpc8260/start.o       (.text)
 /*
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
index f559df7..57cc305 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index d7d0fb3..d683700 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
 /*
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 282738b..b331d5a 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index fc70efe..761efa1 100644 (file)
@@ -39,4 +39,4 @@ TEXT_BASE = 0xFFE00000
 endif
 
 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
-LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot-customlayout.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc5xxx/u-boot-customlayout.lds
index bbc7139..d856042 100644 (file)
@@ -55,10 +55,10 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
-    cpu/mpc8xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o (.text)
     arch/ppc/lib/time.o                (.text)
     arch/ppc/lib/ticks.o               (.text)
 /**
index fc8fe6c..dd39b9a 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     arch/ppc/lib/ppcstring.o   (.text)
-    cpu/mpc8xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o (.text)
     arch/ppc/lib/time.o                (.text)
     arch/ppc/lib/ticks.o               (.text)
 /**
index 8d7ff70..767408b 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
     *(.text)
     *(.got1)
index 037785e..5ec82f4 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 2e913ad..ceddaf7 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2008
  * Gary Jennejohn, DENX Software Engineering GmbH, garyj@denx.de.
  *
- * Based in part on cpu/mpc8260/ether_scc.c.
+ * Based in part on arch/ppc/cpu/mpc8260/ether_scc.c.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
index 9b93131..543deaf 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2008
  * Gary Jennejohn, DENX Software Engineering GmbH, garyj@denx.de.
  *
- * Based in part on cpu/mpc8xx/scc.c.
+ * Based in part on arch/ppc/cpu/mpc8xx/scc.c.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
index 759072d..19936bd 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 34f04f5..6b8e7ea 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2008
  * Gary Jennejohn, DENX Software Engineering GmbH, garyj@denx.de.
  *
- * Based in part on cpu/mpc8260/ether_scc.c.
+ * Based in part on arch/ppc/cpu/mpc8260/ether_scc.c.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
index cbad866..e483394 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
 
   .bootpg 0xF7FBF000 :
   {
-    cpu/ppc4xx/start.o (.bootpg)
+    arch/ppc/cpu/ppc4xx/start.o        (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -65,7 +65,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
 
     *(.text)
     *(.got1)
index e1233a7..18cecaf 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
 /*
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 3b61a42..723f562 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index e1233a7..18cecaf 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
 /*
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 3b61a42..723f562 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 50bdfb4..160f5cf 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index be06235..172482f 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index ba58e39..cfbad13 100644 (file)
@@ -17,7 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  *
- * This file was adapted from cpu/mpc5xxx/serial.c
+ * This file was adapted from arch/ppc/cpu/mpc5xxx/serial.c
  *
  */
 
index cc8ad7d..ff2f566 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
     *(.text)
     *(.got1)
index 251ee9b..fcf2cbb 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index dc3e580..3572f1a 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
 
     *(.text)
     *(.got1)
index 4f179c7..61c0d68 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index e68cfb8..e382283 100644 (file)
@@ -55,14 +55,14 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
     board/ml2/init.o   (.text)
-    cpu/ppc4xx/kgdb.o  (.text)
-    cpu/ppc4xx/traps.o (.text)
-    cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/4xx_uart.o      (.text)
-    cpu/ppc4xx/cpu_init.o      (.text)
-    cpu/ppc4xx/speed.o (.text)
+    arch/ppc/cpu/ppc4xx/kgdb.o (.text)
+    arch/ppc/cpu/ppc4xx/traps.o        (.text)
+    arch/ppc/cpu/ppc4xx/interrupts.o   (.text)
+    arch/ppc/cpu/ppc4xx/4xx_uart.o     (.text)
+    arch/ppc/cpu/ppc4xx/cpu_init.o     (.text)
+    arch/ppc/cpu/ppc4xx/speed.o        (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
     arch/ppc/lib/extable.o     (.text)
index f6930b5..ed5492d 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc824x/start.o                (.text)
+    arch/ppc/cpu/mpc824x/start.o               (.text)
     arch/ppc/lib/board.o               (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index d048e52..d316948 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
   PROVIDE(_f_init_rom = .);
 
   .init : {
-      cpu/mpc824x/start.o      (.text)
+      arch/ppc/cpu/mpc824x/start.o     (.text)
       *(.init)
   } > ram
   _init_size = SIZEOF(.init);
index 8355f33..2721fdc 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc824x/start.o        (.text)
+    arch/ppc/cpu/mpc824x/start.o       (.text)
         common/board.o (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 90d9ce2..4e9ee73 100644 (file)
@@ -42,4 +42,4 @@ TEXT_BASE = 0xFFF00000
 endif
 
 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
-LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc5xxx/u-boot.lds
index 8db7f26..2cd6d3c 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc5xxx/start.o        (.text)
+    arch/ppc/cpu/mpc5xxx/start.o       (.text)
     *(.text)
     *(.got1)
     . = ALIGN(16);
index 21fed62..90ca165 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     *(.text)
     *(.got1)
   }
index 5f8dc9d..1405b17 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     *(.text)
     *(.got1)
   }
index 8f96b1d..d6e2404 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
   .plt         : { *(.plt)             }
   .text        :
   {
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 1397511..ec479b1 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 0a54f9a..0be5192 100644 (file)
@@ -83,11 +83,11 @@ System-LEDs ??? (Analog zu HCU4 ???)
 Startup sequence
 ----------------
 
-(cpu/ppc4xx/resetvec.S)
+(arch/ppc/cpu/ppc4xx/resetvec.S)
 depending on configs option
 call _start_440 _start_pci oder _start
 
-(cpu/ppc4xx/start.S)
+(arch/ppc/cpu/ppc4xx/start.S)
 
 _start_440:
        initialize register like
@@ -136,7 +136,7 @@ _start:
         *  - board info struct
        Save local variables to board info struct
        call relocate_code() does not return
-       relocate_code: (cpu/ppc4xx/start.S)
+       relocate_code: (arch/ppc/cpu/ppc4xx/start.S)
 -------------------------------------------------------
 From now on our copy is in RAM and we will run from there,
        starting with board_init_r
@@ -147,7 +147,7 @@ From now on our copy is in RAM and we will run from there,
        flash_init: (board/netstal/hcu5/flash.c)
                /* setup for u-boot erase, update */
        setup bd flash info
-       cpu_init_r: (cpu/ppc4xx/cpu_init.c)
+       cpu_init_r: (arch/ppc/cpu/ppc4xx/cpu_init.c)
            peripheral chip select in using defines like
            CONFIG_SYS_EBC_PB0A, CONFIG_SYS_EBC_PB0C from hcu5.h
        mem_malloc_init
@@ -161,7 +161,7 @@ From now on our copy is in RAM and we will run from there,
 Most of the HW specific code for the HCU5 may be found in
 include/configs/hcu5.h
 board/netstal/hcu5/*
-cpu/ppc4xx/*
+arch/ppc/cpu/ppc4xx/*
 arch/ppc/lib/*
 include/ppc440.h
 
index ff11ad0..c4df378 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
   .plt         : { *(.plt)             }
   .text        :
   {
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 1397511..ec479b1 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index ff11ad0..c4df378 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
   .plt         : { *(.plt)             }
   .text        :
   {
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 1397511..ec479b1 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 70d5a6a..6683361 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
   .plt         : { *(.plt)             }
   .text        :
   {
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index bc8f32e..cef1a42 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 5c847fb..dc370ea 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
 
     *(.text)
index d55bf33..e62f6be 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index d11bb05..b2be328 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index ce1e616..bed385c 100644 (file)
@@ -148,7 +148,7 @@ int board_early_init_f(void)
        mtdcr(EBC0_CFGDATA, reg | 0x04000000);  /* Set ATC */
 
        /*--------------------------------------------------------------------
-        * GPIO's are alreay setup in cpu/ppc4xx/cpu_init.c
+        * GPIO's are alreay setup in arch/ppc/cpu/ppc4xx/cpu_init.c
         * via define from board config file.
         *-------------------------------------------------------------------*/
 
index 30e8972..aae1057 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index d021331..6dff003 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/ppc/cpu/74xx_7xx/start.o      (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
index 09d9470..f7de95d 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index dcad818..a2b7bc7 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 9089f7d..4fc18fc 100644 (file)
@@ -55,10 +55,10 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/cpu_init.o      (.text)
-    cpu/mpc8xx/interrupts.o    (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/cpu_init.o     (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o   (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
 /***
     . = env_offset;
     common/env_embedded.o      (.text)
index 15aca6c..2161501 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 09d9470..f7de95d 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index dcad818..a2b7bc7 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 0d4a9ef..0c51d48 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8260/start.o        (.text)
+    arch/ppc/cpu/mpc8260/start.o       (.text)
     *(.text)
     *(.got1)
     /*. = env_offset; */
index dbc0cee..007f875 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /*
- * Ported from cpu/ppc4xx/i2c.c by AS HARNOIS by
+ * Ported from arch/ppc/cpu/ppc4xx/i2c.c by AS HARNOIS by
  * Travis B. Sawyer
  * Sandburst Corporation.
  */
index 34dce83..c174398 100644 (file)
@@ -56,14 +56,14 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
     board/sandburst/karef/init.o (.text)
-    cpu/ppc4xx/kgdb.o  (.text)
-    cpu/ppc4xx/traps.o (.text)
-    cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/4xx_uart.o      (.text)
-    cpu/ppc4xx/cpu_init.o      (.text)
-    cpu/ppc4xx/speed.o (.text)
+    arch/ppc/cpu/ppc4xx/kgdb.o (.text)
+    arch/ppc/cpu/ppc4xx/traps.o        (.text)
+    arch/ppc/cpu/ppc4xx/interrupts.o   (.text)
+    arch/ppc/cpu/ppc4xx/4xx_uart.o     (.text)
+    arch/ppc/cpu/ppc4xx/cpu_init.o     (.text)
+    arch/ppc/cpu/ppc4xx/speed.o        (.text)
     drivers/net/4xx_enet.o     (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
index fa976c2..8458416 100644 (file)
@@ -56,14 +56,14 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
     board/sandburst/metrobox/init.o (.text)
-    cpu/ppc4xx/kgdb.o  (.text)
-    cpu/ppc4xx/traps.o (.text)
-    cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/4xx_uart.o      (.text)
-    cpu/ppc4xx/cpu_init.o      (.text)
-    cpu/ppc4xx/speed.o (.text)
+    arch/ppc/cpu/ppc4xx/kgdb.o (.text)
+    arch/ppc/cpu/ppc4xx/traps.o        (.text)
+    arch/ppc/cpu/ppc4xx/interrupts.o   (.text)
+    arch/ppc/cpu/ppc4xx/4xx_uart.o     (.text)
+    arch/ppc/cpu/ppc4xx/cpu_init.o     (.text)
+    arch/ppc/cpu/ppc4xx/speed.o        (.text)
     drivers/net/4xx_enet.o     (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
index 7f04124..2f8730b 100644 (file)
@@ -50,12 +50,12 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc86xx/start.o        (.text)
-    cpu/mpc86xx/traps.o (.text)
-    cpu/mpc86xx/interrupts.o (.text)
-    cpu/mpc86xx/cpu_init.o (.text)
-    cpu/mpc86xx/cpu.o (.text)
-    cpu/mpc86xx/speed.o (.text)
+    arch/ppc/cpu/mpc86xx/start.o       (.text)
+    arch/ppc/cpu/mpc86xx/traps.o (.text)
+    arch/ppc/cpu/mpc86xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu_init.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu.o (.text)
+    arch/ppc/cpu/mpc86xx/speed.o (.text)
     common/dlmalloc.o (.text)
     lib/crc32.o (.text)
     arch/ppc/lib/extable.o (.text)
index fc7464e..573fbee 100644 (file)
@@ -60,14 +60,14 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
     board/sc3/init.o   (.text)
-    cpu/ppc4xx/kgdb.o  (.text)
-    cpu/ppc4xx/traps.o (.text)
-    cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/4xx_uart.o      (.text)
-    cpu/ppc4xx/cpu_init.o      (.text)
-    cpu/ppc4xx/speed.o (.text)
+    arch/ppc/cpu/ppc4xx/kgdb.o (.text)
+    arch/ppc/cpu/ppc4xx/traps.o        (.text)
+    arch/ppc/cpu/ppc4xx/interrupts.o   (.text)
+    arch/ppc/cpu/ppc4xx/4xx_uart.o     (.text)
+    arch/ppc/cpu/ppc4xx/cpu_init.o     (.text)
+    arch/ppc/cpu/ppc4xx/speed.o        (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
     arch/ppc/lib/extable.o     (.text)
index 51e95d5..5bd5a75 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 2a6abfa..460a983 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 877cf9a..904d45f 100644 (file)
@@ -55,10 +55,10 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
-    cpu/mpc8xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc8xx/interrupts.o (.text)
     arch/ppc/lib/time.o                (.text)
     . = env_offset;
     common/env_embedded.o(.text)
index cc8ad7d..ff2f566 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
     *(.text)
     *(.got1)
index 251ee9b..fcf2cbb 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index dd632a4..c3e7f50 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
     *(.text)
     *(.got1)
index 271d74a..f2154c4 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-       cpu/mpc8xx/start.o              (.text)
-       cpu/mpc8xx/traps.o              (.text)
+       arch/ppc/cpu/mpc8xx/start.o             (.text)
+       arch/ppc/cpu/mpc8xx/traps.o             (.text)
        common/dlmalloc.o               (.text)
        arch/ppc/lib/ppcstring.o                (.text)
        lib/vsprintf.o  (.text)
index 271d74a..f2154c4 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-       cpu/mpc8xx/start.o              (.text)
-       cpu/mpc8xx/traps.o              (.text)
+       arch/ppc/cpu/mpc8xx/start.o             (.text)
+       arch/ppc/cpu/mpc8xx/traps.o             (.text)
        common/dlmalloc.o               (.text)
        arch/ppc/lib/ppcstring.o                (.text)
        lib/vsprintf.o  (.text)
index f95f695..c000746 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 7b9455b..c4d8357 100644 (file)
@@ -52,7 +52,7 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/env_embedded.o(.text)
     *(.text)
     *(.got1)
index 4f179c7..61c0d68 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index ff11ad0..c4df378 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
   .plt         : { *(.plt)             }
   .text        :
   {
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 1397511..ec479b1 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
     common/dlmalloc.o          (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 6de7488..9027095 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index dcad818..a2b7bc7 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index ceaac00..a2277c2 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index f559df7..57cc305 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 960b2a5..f67b1d9 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index 116a972..84b338a 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 4fe1831..aebf304 100644 (file)
@@ -39,4 +39,4 @@ TEXT_BASE = 0xFFF00000
 endif
 
 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
-LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot-customlayout.lds
+LDSCRIPT := $(SRCTREE)/arch/ppc/cpu/mpc5xxx/u-boot-customlayout.lds
index 248f488..bc47060 100644 (file)
@@ -55,8 +55,8 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/ppc/cpu/mpc8xx/start.o                (.text)
+    arch/ppc/cpu/mpc8xx/traps.o                (.text)
     common/dlmalloc.o          (.text)
     arch/ppc/lib/ppcstring.o           (.text)
     lib/vsprintf.o     (.text)
index a818808..96a12d7 100644 (file)
@@ -157,7 +157,7 @@ phys_size_t initdram (int board_type)
        /*
         * ToDo: Move the asm init routine sdram_init() to this C file,
         * or even better use some common ppc4xx code available
-        * in cpu/ppc4xx
+        * in arch/ppc/cpu/ppc4xx
         */
        sdram_init();
 
index 51e95d5..5bd5a75 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     arch/ppc/lib/ppcstring.o   (.text)
     lib/vsprintf.o     (.text)
index 282738b..b331d5a 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/ppc/cpu/mpc8xx/start.o        (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
index 555e1ac..c3f6fef 100644 (file)
@@ -55,14 +55,14 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/ppc4xx/start.o (.text)
+    arch/ppc/cpu/ppc4xx/start.o        (.text)
     board/xes/xpedite1000/init.o (.text)
-    cpu/ppc4xx/kgdb.o  (.text)
-    cpu/ppc4xx/traps.o (.text)
-    cpu/ppc4xx/interrupts.o    (.text)
-    cpu/ppc4xx/4xx_uart.o      (.text)
-    cpu/ppc4xx/cpu_init.o      (.text)
-    cpu/ppc4xx/speed.o (.text)
+    arch/ppc/cpu/ppc4xx/kgdb.o (.text)
+    arch/ppc/cpu/ppc4xx/traps.o        (.text)
+    arch/ppc/cpu/ppc4xx/interrupts.o   (.text)
+    arch/ppc/cpu/ppc4xx/4xx_uart.o     (.text)
+    arch/ppc/cpu/ppc4xx/cpu_init.o     (.text)
+    arch/ppc/cpu/ppc4xx/speed.o        (.text)
     common/dlmalloc.o  (.text)
     lib/crc32.o                (.text)
     arch/ppc/lib/extable.o     (.text)
index 7f04124..2f8730b 100644 (file)
@@ -50,12 +50,12 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc86xx/start.o        (.text)
-    cpu/mpc86xx/traps.o (.text)
-    cpu/mpc86xx/interrupts.o (.text)
-    cpu/mpc86xx/cpu_init.o (.text)
-    cpu/mpc86xx/cpu.o (.text)
-    cpu/mpc86xx/speed.o (.text)
+    arch/ppc/cpu/mpc86xx/start.o       (.text)
+    arch/ppc/cpu/mpc86xx/traps.o (.text)
+    arch/ppc/cpu/mpc86xx/interrupts.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu_init.o (.text)
+    arch/ppc/cpu/mpc86xx/cpu.o (.text)
+    arch/ppc/cpu/mpc86xx/speed.o (.text)
     common/dlmalloc.o (.text)
     lib/crc32.o (.text)
     arch/ppc/lib/extable.o (.text)
index 02044e4..8fafbd5 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
 
   .bootpg 0xFFFFF000 :
   {
-    cpu/ppc4xx/start.o (.bootpg)
+    arch/ppc/cpu/ppc4xx/start.o        (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
index 57c809e..0cbed8e 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
 
   .bootpg 0xFFFFF000 :
   {
-    cpu/ppc4xx/start.o (.bootpg)
+    arch/ppc/cpu/ppc4xx/start.o        (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
index 85b524e..73b5195 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -112,7 +112,12 @@ sinclude $(OBJTREE)/include/autoconf.mk
 
 # Some architecture config.mk files need to know what CPUDIR is set to,
 # so calculate CPUDIR before including ARCH/SOC/CPU config.mk files.
-CPUDIR=cpu/$(CPU)
+# Check if arch/$ARCH/cpu/$CPU exists, otherwise assume arch/$ARCH/cpu contains
+# CPU-specific code.
+CPUDIR=arch/$(ARCH)/cpu/$(CPU)
+ifneq ($(SRCTREE)/$(CPUDIR),$(wildcard $(SRCTREE)/$(CPUDIR)))
+CPUDIR=arch/$(ARCH)/cpu
+endif
 
 sinclude $(TOPDIR)/arch/$(ARCH)/config.mk      # include architecture dependend rules
 sinclude $(TOPDIR)/$(CPUDIR)/config.mk         # include  CPU  specific rules
index d8b3f9c..e8a6541 100644 (file)
@@ -17,11 +17,11 @@ Changed files:
                                added console settings from environment
 - common/devices.c             added ISA keyboard init
 - common/main.c                        corrected the read of bootdelay
-- cpu/ppc4xx/405gp_pci.c       excluded file from PIP405
-- cpu/ppc4xx/i2c.c             added 16bit read write I2C support
+- arch/ppc/cpu/ppc4xx/405gp_pci.c      excluded file from PIP405
+- arch/ppc/cpu/ppc4xx/i2c.c            added 16bit read write I2C support
                                added page write
-- cpu/ppc4xx/speed.c           added get_PCI_freq
-- cpu/ppc4xx/start.S           added CONFIG_IDENT_STRING
+- arch/ppc/cpu/ppc4xx/speed.c          added get_PCI_freq
+- arch/ppc/cpu/ppc4xx/start.S          added CONFIG_IDENT_STRING
 - disk/Makefile                        added part_iso for CD support
 - disk/part.c                  changed to work with block device description
                                added ISO CD support
@@ -275,7 +275,7 @@ Added the config variable CONFIG_IDENT_STRING which will be added to the
 "U_BOOT_VERSION __TIME__ DATE___ " String, to allows to identify intermidiate
 and custom versions.
 Changed files:
-- cpu/ppc4xx/start.s
+- arch/ppc/cpu/ppc4xx/start.s
 
 Firmware Image:
 ---------------
@@ -288,11 +288,11 @@ Changed files:
 
 Correct PCI Frequency for PPC405:
 ---------------------------------
-Added function (in cpu/ppc4xx/speed.c) to get the PCI frequency for PPC405 CPU.
+Added function (in arch/ppc/cpu/ppc4xx/speed.c) to get the PCI frequency for PPC405 CPU.
 The PCI Frequency will now be set correct in the board description in common/board.c.
 (was set to the busfreq before).
 Changed files:
-- cpu/ppc4xx/speed.c
+- arch/ppc/cpu/ppc4xx/speed.c
 - common/board.c
 
 I2C Stuff:
@@ -301,7 +301,7 @@ Added defined(CONFIG_PIP405) at several points in common/cmd_i2c.c.
 Added 16bit read/write support for I2C (PPC405), and page write to
 I2C EEPROM if defined CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE.
 Changed files:
-- cpu/ppc4xx/i2c.c
+- arch/ppc/cpu/ppc4xx/i2c.c
 - common/cmd_i2c.c
 
 Environment / Console:
index a81e079..0d5e20e 100644 (file)
@@ -713,7 +713,7 @@ use external loopback for testing. That will need appropriate
 reconfiguration of the physical interface chip.
 
 The test routines for the SCC ethernet tests will be located in
-cpu/mpc8xx/scc.c.
+arch/ppc/cpu/mpc8xx/scc.c.
 
 2.2.3.2. UART tests (SMC/SCC)
 
@@ -725,7 +725,7 @@ will be transmitted. These tests may be enhanced to make to perform
 test will be executed manually.
 
 The test routine for the SMC/SCC UART tests will be located in
-cpu/mpc8xx/serial.c.
+arch/ppc/cpu/mpc8xx/serial.c.
 
 2.2.3.3. USB test
 
index c0238ae..0aa4d11 100644 (file)
        board/RPXLITE/RPXLITE.c         /* DRAM-related routines */
        board/RPXLITE/flash.c           /* flash-related routines */
        board/RPXLITE/config.mk         /* set text base address */
-       cpu/mpc8xx/serial.c                     /* board specific register setting */
+       arch/ppc/cpu/mpc8xx/serial.c                    /* board specific register setting */
        include/config_RPXLITE.h        /* board specific registers */
 
        See 'reg_config.txt' for register values in detail.
index b93a1cb..e64e64a 100644 (file)
@@ -14,10 +14,10 @@ The following common files have been modified by this project:
 
 MAKEALL                        - TQM8260 entry added
 Makefile               - TQM8260_config entry added
-cpu/mpc8260/Makefile   - soft_i2c.o module added
-cpu/mpc8260/ether_scc.c        - TQM8260-specific definitions added, an obvious
+arch/ppc/cpu/mpc8260/Makefile  - soft_i2c.o module added
+arch/ppc/cpu/mpc8260/ether_scc.c       - TQM8260-specific definitions added, an obvious
                          bug fixed (fcr -> scr)
-cpu/mpc8260/ether_fcc.c        - TQM8260-specific definitions added
+arch/ppc/cpu/mpc8260/ether_fcc.c       - TQM8260-specific definitions added
 include/flash.h                - added definitions for the AM29LV640D Flash chip
 
 
@@ -33,7 +33,7 @@ board/tqm8260/config.mk         - config file
 board/tqm8260/flash.c    - flash driver (for AM29LV640D)
 board/tqm8260/ppcboot.lds - linker script
 board/tqm8260/tqm8260.c          - ioport and memory initialization
-cpu/mpc8260/soft_i2c.c   - software i2c EEPROM driver
+arch/ppc/cpu/mpc8260/soft_i2c.c          - software i2c EEPROM driver
 include/config_TQM8260.h  - main configuration file
 
 
index 279dac6..9249cfb 100644 (file)
@@ -37,24 +37,24 @@ Added files:
 - board/alaska/config.mk    config make
 - board/alaska/u-boot.lds   Linker description
 
-- cpu/mpc8220/dma.h        multi-channel dma header file
-- cpu/mpc8220/dramSetup.h   dram setup header file
-- cpu/mpc8220/fec.h        MPC8220 FEC header file
-- cpu/mpc8220/cpu.c        cpu specific code
-- cpu/mpc8220/cpu_init.c    Flexbus ChipSelect and Mux pins setup
-- cpu/mpc8220/dramSetup.c   MPC8220 DDR SDRAM setup
-- cpu/mpc8220/fec.c        MPC8220 FEC driver
-- cpu/mpc8220/i2c.c        MPC8220 I2C driver
-- cpu/mpc8220/interrupts.c  interrupt support (not enable)
-- cpu/mpc8220/loadtask.c    load dma
-- cpu/mpc8220/speed.c      system, pci, flexbus, pev, and cpu clock
-- cpu/mpc8220/traps.c      exception
-- cpu/mpc8220/uart.c       MPC8220 UART driver
-- cpu/mpc8220/Makefile     Makefile
-- cpu/mpc8220/config.mk            config make
-- cpu/mpc8220/fec_dma_task.S MPC8220 FEC multi-channel dma program
-- cpu/mpc8220/io.S         io functions
-- cpu/mpc8220/start.S      start up
+- arch/ppc/cpu/mpc8220/dma.h       multi-channel dma header file
+- arch/ppc/cpu/mpc8220/dramSetup.h   dram setup header file
+- arch/ppc/cpu/mpc8220/fec.h       MPC8220 FEC header file
+- arch/ppc/cpu/mpc8220/cpu.c       cpu specific code
+- arch/ppc/cpu/mpc8220/cpu_init.c    Flexbus ChipSelect and Mux pins setup
+- arch/ppc/cpu/mpc8220/dramSetup.c   MPC8220 DDR SDRAM setup
+- arch/ppc/cpu/mpc8220/fec.c       MPC8220 FEC driver
+- arch/ppc/cpu/mpc8220/i2c.c       MPC8220 I2C driver
+- arch/ppc/cpu/mpc8220/interrupts.c  interrupt support (not enable)
+- arch/ppc/cpu/mpc8220/loadtask.c    load dma
+- arch/ppc/cpu/mpc8220/speed.c     system, pci, flexbus, pev, and cpu clock
+- arch/ppc/cpu/mpc8220/traps.c     exception
+- arch/ppc/cpu/mpc8220/uart.c      MPC8220 UART driver
+- arch/ppc/cpu/mpc8220/Makefile            Makefile
+- arch/ppc/cpu/mpc8220/config.mk           config make
+- arch/ppc/cpu/mpc8220/fec_dma_task.S MPC8220 FEC multi-channel dma program
+- arch/ppc/cpu/mpc8220/io.S        io functions
+- arch/ppc/cpu/mpc8220/start.S     start up
 
 - include/mpc8220.h
 
index 2616acc..4c1e6c4 100644 (file)
@@ -18,15 +18,15 @@ can be easily implemented.
 ./common/board.c
        Added call to initialize debugger on startup.
 
-./cpu/ppc4xx/Makefile
+./arch/ppc/cpu/ppc4xx/Makefile
        Added bedbug_405.c to the Makefile.
 
-./cpu/ppc4xx/start.S
+./arch/ppc/cpu/ppc4xx/start.S
        Added code to handle the debug exception (0x2000) on the 405.
        Also added code to handle critical exceptions since the debug
        is treated as critical on the 405.
 
-./cpu/ppc4xx/traps.c
+./arch/ppc/cpu/ppc4xx/traps.c
        Added more detailed output for the program exception to tell
        if it is an illegal instruction, privileged instruction or
        a trap. Also added debug trap handler.
@@ -51,7 +51,7 @@ can be easily implemented.
        hardware breakpoints and stepping through code.  These
        routines are common to all PowerPC processors.
 
-./cpu/ppc4xx/bedbug_405.c
+./arch/ppc/cpu/ppc4xx/bedbug_405.c
        AMCC  PPC405 specific debugger routines.
 
 
@@ -63,16 +63,16 @@ Changes:
        common/cmd_bedbug.c
                Added call to initialize 860 debugger.
 
-       cpu/mpc8xx/Makefile
+       arch/ppc/cpu/mpc8xx/Makefile
                Added new file "bedbug_860.c" to the makefile
 
-       cpu/mpc8xx/start.S
+       arch/ppc/cpu/mpc8xx/start.S
                Added handler for InstructionBreakpoint (0xfd00)
 
-       cpu/mpc8xx/traps.c
+       arch/ppc/cpu/mpc8xx/traps.c
                Added new routine DebugException()
 
 New Files:
 
-       cpu/mpc8xx/bedbug_860.c
+       arch/ppc/cpu/mpc8xx/bedbug_860.c
                CPU-specific routines for 860 debug registers.
index 2e12174..26fb0c2 100644 (file)
@@ -25,7 +25,7 @@ Added or Changed Files:
 u-boot-0.2.0/common/cmd_boot.c
 u-boot-0.2.0/common/cmd_reginfo.c
 u-boot-0.2.0/common/environment.c
-u-boot-0.2.0/cpu/mpc5xx/*
+u-boot-0.2.0/arch/ppc/cpu/mpc5xx/*
 u-boot-0.2.0/include/cmd_reginfo.h
 u-boot-0.2.0/include/common.h
 u-boot-0.2.0/include/ppc_asm.tmpl
index c4214d9..c1cc23b 100644 (file)
@@ -47,7 +47,7 @@
 /*--------------------------------------------------------------------+
  * Fixed PHY (PHY-less) support for Ethernet Ports.
  *
- * Copied from cpu/ppc4xx/4xx_enet.c
+ * Copied from arch/ppc/cpu/ppc4xx/4xx_enet.c
  *--------------------------------------------------------------------*/
 
 /*
index c4b36f0..687ffe6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006 Ben Warren, Qstreams Networks Inc.
- * With help from the common/soft_spi and cpu/mpc8260 drivers
+ * With help from the common/soft_spi and arch/ppc/cpu/mpc8260 drivers
  *
  * See file CREDITS for list of people who contributed to this
  * project.
index 15779d0..eeff5f5 100644 (file)
@@ -1,5 +1,5 @@
 /* The dpalloc function used and implemented in this file was derieved
- * from PPCBoot/U-Boot file "cpu/mpc8260/commproc.c".
+ * from PPCBoot/U-Boot file "arch/ppc/cpu/mpc8260/commproc.c".
  */
 
 /* Author: Arun Dharankar <ADharankar@ATTBI.Com>
index f89fc57..06763c5 100644 (file)
 
 /*
  * Backward compatible definitions,
- * so we do not have to change cpu/mpc512x/fixed_sdram.c
+ * so we do not have to change arch/ppc/cpu/mpc512x/fixed_sdram.c
  */
 #define        CONFIG_SYS_DDRCMD_EM2           (CONFIG_SYS_MICRON_EMR2)
 #define CONFIG_SYS_DDRCMD_EM3          (CONFIG_SYS_MICRON_EMR3)
index 4be28b2..44669ea 100644 (file)
 
 #define CONFIG_SYS_FLASH_BASE          0xfe000000
 /*
- * The flash size is autoconfigured, but cpu/mpc5xxx/cpu_init.c needs this
+ * The flash size is autoconfigured, but arch/ppc/cpu/mpc5xxx/cpu_init.c needs this
  * variable defined
  */
 #define CONFIG_SYS_FLASH_SIZE          0x02000000
index a79feec..e5537da 100644 (file)
  *       SDRAM Controller DDR autocalibration values and takes a lot longer
  *       to run than Method_B.
  * (See the Method_A and Method_B algorithm discription in the file:
- *     cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c)
+ *     arch/ppc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c)
  * Define CONFIG_PPC4xx_DDR_METHOD_A to use DDR autocalibration Method_A
  *
  * DDR Autocalibration Method_B is the default.
index 16b464c..3958d09 100644 (file)
  * taken from the orignal Linkstation boot code
  *
  * Most of the low level configuration setttings are normally used
- * in cpu/mpc824x/cpu_init.c which is NOT used by this implementation.
+ * in arch/ppc/cpu/mpc824x/cpu_init.c which is NOT used by this implementation.
  * Low level initialisation is done in board/linkstation/early_init.S
  * The values below are included for reference purpose only
  */
index 403837e..2472187 100644 (file)
  * Definitions for initial stack pointer and data area (in data cache)
  */
 /* use on chip memory (OCM) for temperary stack until sdram is tested */
-/* see ./cpu/ppc4xx/start.S */
+/* see ./arch/ppc/cpu/ppc4xx/start.S */
 #define CONFIG_SYS_TEMP_STACK_OCM      1
 
 /* On Chip Memory location */
  * Taken from PPCBoot board/icecube/icecube.h
  */
 
-/* see ./cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/ndfc.c */
+/* see ./arch/ppc/cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/ndfc.c */
 #define CONFIG_SYS_EBC_PB0AP           0x04002480
 /* AMD NOR flash - this corresponds to FLASH_BASE so may be correct */
 #define CONFIG_SYS_EBC_PB0CR           0xFFC5A000
  *
  * Taken in part from PPCBoot board/icecube/icecube.h
  */
-/* see ./cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/start.S */
+/* see ./arch/ppc/cpu/ppc4xx/cpu_init.c ./cpu/ppc4xx/start.S */
 #define CONFIG_SYS_GPIO0_OSRH          0x55555550
 #define CONFIG_SYS_GPIO0_OSRL          0x00000110
 #define CONFIG_SYS_GPIO0_ISR1H         0x00000000
index d00f248..7423663 100644 (file)
  * - internal SRAM (OCM=On Chip Memory) is placed to CONFIG_SYS_OCM_DATA_ADDR
  * - Stackpointer will be located to
  *   (CONFIG_SYS_INIT_RAM_ADDR&0xFFFF0000) | (CONFIG_SYS_INIT_SP_OFFSET&0x0000FFFF)
- *   in cpu/ppc4xx/start.S
+ *   in arch/ppc/cpu/ppc4xx/start.S
  */
 
 #undef CONFIG_SYS_INIT_DCACHE_CS
 #define BOOTFLAG_WARM  0x02            /* Software reboot                      */
 
 /* ################################################################################### */
-/* These defines will be used in cpu/ppc4xx/cpu_init.c to setup external chip selects  */
+/* These defines will be used in arch/ppc/cpu/ppc4xx/cpu_init.c to setup external chip selects  */
 /* They are currently undefined cause they are initiaized in board/solidcard3/init.S   */
 
 /* This chip select accesses the boot device */
index f37425e..fce4582 100644 (file)
@@ -68,11 +68,11 @@ $(nandobj)u-boot.lds: $(LDSCRIPT)
 # from cpu directory
 $(obj)cache.S:
        @rm -f $(obj)cache.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/cache.S $(obj)cache.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/cache.S $(obj)cache.S
 
 $(obj)gpio.c:
        @rm -f $(obj)gpio.c
-       ln -s $(SRCTREE)/cpu/ppc4xx/gpio.c $(obj)gpio.c
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/gpio.c $(obj)gpio.c
 
 $(obj)ndfc.c:
        @rm -f $(obj)ndfc.c
@@ -80,11 +80,11 @@ $(obj)ndfc.c:
 
 $(obj)resetvec.S:
        @rm -f $(obj)resetvec.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
 
 $(obj)start.S:
        @rm -f $(obj)start.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/start.S $(obj)start.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/start.S $(obj)start.S
 
 # from board directory
 $(obj)memory.c:
index 5fcf290..48fde1d 100644 (file)
@@ -66,11 +66,11 @@ $(obj)ndfc.c:
 
 $(obj)resetvec.S:
        @rm -f $(obj)resetvec.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
 
 $(obj)start.S:
        @rm -f $(obj)start.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/start.S $(obj)start.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/start.S $(obj)start.S
 
 # from board directory
 $(obj)init.S:
index f77e459..0012a9c 100644 (file)
@@ -71,11 +71,11 @@ $(obj)ndfc.c:
 
 $(obj)resetvec.S:
        @rm -f $(obj)resetvec.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
 
 $(obj)start.S:
        @rm -f $(obj)start.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/start.S $(obj)start.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/start.S $(obj)start.S
 
 # from board directory
 $(obj)init.S:
index bc21744..de4980a 100644 (file)
@@ -62,15 +62,15 @@ $(nandobj)u-boot.lds: $(LDSCRIPT)
 # from cpu directory
 $(obj)44x_spd_ddr2.c: $(obj)ecc.h
        @rm -f $(obj)44x_spd_ddr2.c
-       ln -s $(SRCTREE)/cpu/ppc4xx/44x_spd_ddr2.c $(obj)44x_spd_ddr2.c
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/44x_spd_ddr2.c $(obj)44x_spd_ddr2.c
 
 $(obj)cache.S:
        @rm -f $(obj)cache.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/cache.S $(obj)cache.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/cache.S $(obj)cache.S
 
 $(obj)ecc.h:
        @rm -f $(obj)ecc.h
-       ln -s $(SRCTREE)/cpu/ppc4xx/ecc.h $(obj)ecc.h
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/ecc.h $(obj)ecc.h
 
 $(obj)ndfc.c:
        @rm -f $(obj)ndfc.c
@@ -78,11 +78,11 @@ $(obj)ndfc.c:
 
 $(obj)resetvec.S:
        @rm -f $(obj)resetvec.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
 
 $(obj)start.S:
        @rm -f $(obj)start.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/start.S $(obj)start.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/start.S $(obj)start.S
 
 # from nand_spl directory
 $(obj)nand_boot.c:
index 54ea7c7..e6f96fd 100644 (file)
@@ -62,7 +62,7 @@ $(nandobj)u-boot.lds: $(LDSCRIPT)
 # from cpu directory
 $(obj)denali_data_eye.c:
        @rm -f $(obj)denali_data_eye.c
-       ln -s $(SRCTREE)/cpu/ppc4xx/denali_data_eye.c $(obj)denali_data_eye.c
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/denali_data_eye.c $(obj)denali_data_eye.c
 
 $(obj)ndfc.c:
        @rm -f $(obj)ndfc.c
@@ -70,11 +70,11 @@ $(obj)ndfc.c:
 
 $(obj)resetvec.S:
        @rm -f $(obj)resetvec.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/resetvec.S $(obj)resetvec.S
 
 $(obj)start.S:
        @rm -f $(obj)start.S
-       ln -s $(SRCTREE)/cpu/ppc4xx/start.S $(obj)start.S
+       ln -s $(SRCTREE)/arch/ppc/cpu/ppc4xx/start.S $(obj)start.S
 
 # from board directory
 $(obj)init.S:
index ee1dc4b..a23176c 100644 (file)
@@ -65,7 +65,7 @@ $(nandobj)u-boot.lds: $(LDSCRIPT)
 # create symbolic links for common files
 
 $(obj)start.S:
-       ln -sf $(SRCTREE)/cpu/mpc83xx/start.S $(obj)start.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc83xx/start.S $(obj)start.S
 
 $(obj)nand_boot_fsl_elbc.c:
        ln -sf $(SRCTREE)/nand_spl/nand_boot_fsl_elbc.c \
@@ -81,7 +81,7 @@ $(obj)ns16550.c:
        ln -sf $(SRCTREE)/drivers/serial/ns16550.c $(obj)ns16550.c
 
 $(obj)nand_init.c:
-       ln -sf $(SRCTREE)/cpu/mpc83xx/nand_init.c $(obj)nand_init.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc83xx/nand_init.c $(obj)nand_init.c
 
 $(obj)cache.c:
        ln -sf $(SRCTREE)/arch/ppc/lib/cache.c $(obj)cache.c
index ee1dc4b..a23176c 100644 (file)
@@ -65,7 +65,7 @@ $(nandobj)u-boot.lds: $(LDSCRIPT)
 # create symbolic links for common files
 
 $(obj)start.S:
-       ln -sf $(SRCTREE)/cpu/mpc83xx/start.S $(obj)start.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc83xx/start.S $(obj)start.S
 
 $(obj)nand_boot_fsl_elbc.c:
        ln -sf $(SRCTREE)/nand_spl/nand_boot_fsl_elbc.c \
@@ -81,7 +81,7 @@ $(obj)ns16550.c:
        ln -sf $(SRCTREE)/drivers/serial/ns16550.c $(obj)ns16550.c
 
 $(obj)nand_init.c:
-       ln -sf $(SRCTREE)/cpu/mpc83xx/nand_init.c $(obj)nand_init.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc83xx/nand_init.c $(obj)nand_init.c
 
 $(obj)cache.c:
        ln -sf $(SRCTREE)/arch/ppc/lib/cache.c $(obj)cache.c
index ff8b8be..7f75afc 100644 (file)
@@ -68,11 +68,11 @@ $(obj)cache.c:
 
 $(obj)cpu_init_early.c:
        @rm -f $(obj)cpu_init_early.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/cpu_init_early.c $(obj)cpu_init_early.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/cpu_init_early.c $(obj)cpu_init_early.c
 
 $(obj)cpu_init_nand.c:
        @rm -f $(obj)cpu_init_nand.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/cpu_init_nand.c $(obj)cpu_init_nand.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/cpu_init_nand.c $(obj)cpu_init_nand.c
 
 $(obj)fsl_law.c:
        @rm -f $(obj)fsl_law.c
@@ -97,15 +97,15 @@ $(obj)resetvec.S:
 
 $(obj)fixed_ivor.S:
        @rm -f $(obj)fixed_ivor.S
-       ln -sf $(SRCTREE)/cpu/mpc85xx/fixed_ivor.S $(obj)fixed_ivor.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/fixed_ivor.S $(obj)fixed_ivor.S
 
 $(obj)start.S: $(obj)fixed_ivor.S
        @rm -f $(obj)start.S
-       ln -sf $(SRCTREE)/cpu/mpc85xx/start.S $(obj)start.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/start.S $(obj)start.S
 
 $(obj)tlb.c:
        @rm -f $(obj)tlb.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/tlb.c $(obj)tlb.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/tlb.c $(obj)tlb.c
 
 $(obj)tlb_table.c:
        @rm -f $(obj)tlb_table.c
index ff8b8be..7f75afc 100644 (file)
@@ -68,11 +68,11 @@ $(obj)cache.c:
 
 $(obj)cpu_init_early.c:
        @rm -f $(obj)cpu_init_early.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/cpu_init_early.c $(obj)cpu_init_early.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/cpu_init_early.c $(obj)cpu_init_early.c
 
 $(obj)cpu_init_nand.c:
        @rm -f $(obj)cpu_init_nand.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/cpu_init_nand.c $(obj)cpu_init_nand.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/cpu_init_nand.c $(obj)cpu_init_nand.c
 
 $(obj)fsl_law.c:
        @rm -f $(obj)fsl_law.c
@@ -97,15 +97,15 @@ $(obj)resetvec.S:
 
 $(obj)fixed_ivor.S:
        @rm -f $(obj)fixed_ivor.S
-       ln -sf $(SRCTREE)/cpu/mpc85xx/fixed_ivor.S $(obj)fixed_ivor.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/fixed_ivor.S $(obj)fixed_ivor.S
 
 $(obj)start.S: $(obj)fixed_ivor.S
        @rm -f $(obj)start.S
-       ln -sf $(SRCTREE)/cpu/mpc85xx/start.S $(obj)start.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/start.S $(obj)start.S
 
 $(obj)tlb.c:
        @rm -f $(obj)tlb.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/tlb.c $(obj)tlb.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/tlb.c $(obj)tlb.c
 
 $(obj)tlb_table.c:
        @rm -f $(obj)tlb_table.c
index ff8b8be..7f75afc 100644 (file)
@@ -68,11 +68,11 @@ $(obj)cache.c:
 
 $(obj)cpu_init_early.c:
        @rm -f $(obj)cpu_init_early.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/cpu_init_early.c $(obj)cpu_init_early.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/cpu_init_early.c $(obj)cpu_init_early.c
 
 $(obj)cpu_init_nand.c:
        @rm -f $(obj)cpu_init_nand.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/cpu_init_nand.c $(obj)cpu_init_nand.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/cpu_init_nand.c $(obj)cpu_init_nand.c
 
 $(obj)fsl_law.c:
        @rm -f $(obj)fsl_law.c
@@ -97,15 +97,15 @@ $(obj)resetvec.S:
 
 $(obj)fixed_ivor.S:
        @rm -f $(obj)fixed_ivor.S
-       ln -sf $(SRCTREE)/cpu/mpc85xx/fixed_ivor.S $(obj)fixed_ivor.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/fixed_ivor.S $(obj)fixed_ivor.S
 
 $(obj)start.S: $(obj)fixed_ivor.S
        @rm -f $(obj)start.S
-       ln -sf $(SRCTREE)/cpu/mpc85xx/start.S $(obj)start.S
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/start.S $(obj)start.S
 
 $(obj)tlb.c:
        @rm -f $(obj)tlb.c
-       ln -sf $(SRCTREE)/cpu/mpc85xx/tlb.c $(obj)tlb.c
+       ln -sf $(SRCTREE)/arch/ppc/cpu/mpc85xx/tlb.c $(obj)tlb.c
 
 $(obj)tlb_table.c:
        @rm -f $(obj)tlb_table.c
index 48c22f8..3ad6250 100644 (file)
@@ -66,7 +66,7 @@ $(nandobj)u-boot.lds: $(LDSCRIPT)
 
 $(obj)start.S:
        @rm -f $@
-       ln -s $(SRCTREE)/cpu/mpc83xx/start.S $@
+       ln -s $(SRCTREE)/arch/ppc/cpu/mpc83xx/start.S $@
 
 $(obj)nand_boot_fsl_elbc.c:
        @rm -f $@
@@ -86,7 +86,7 @@ $(obj)ns16550.c:
 
 $(obj)nand_init.c:
        @rm -f $@
-       ln -s $(SRCTREE)/cpu/mpc83xx/nand_init.c $@
+       ln -s $(SRCTREE)/arch/ppc/cpu/mpc83xx/nand_init.c $@
 
 $(obj)cache.c:
        @rm -f $@
index ecb87b5..6ff5c79 100644 (file)
@@ -69,7 +69,7 @@ static struct {
 
        /* Additional Special-Purpose Registers.
         * The values must match the initialization
-        * values from cpu/ppc4xx/start.S
+        * values from arch/ppc/cpu/ppc4xx/start.S
         */
        {0x30,  "PID",          0x00000000,     0x00000000},
        {0x3a,  "CSRR0",        0x00000000,     0x00000000},