Skip to content

Commit

Permalink
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Tyser <[email protected]>
  • Loading branch information
Peter Tyser authored and wdenx committed Apr 13, 2010
1 parent 819833a commit 8d1f268
Show file tree
Hide file tree
Showing 442 changed files with 392 additions and 387 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions cpu/mpc512x/Makefile → arch/ppc/cpu/mpc512x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* needed for cpu/mpc512x/start.S
* needed for arch/ppc/cpu/mpc512x/start.S
*
* These should be auto-generated
*/
Expand Down
2 changes: 1 addition & 1 deletion cpu/mpc512x/config.mk → arch/ppc/cpu/mpc512x/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc512x/diu.c → arch/ppc/cpu/mpc512x/diu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc512x/u-boot.lds → arch/ppc/cpu/mpc512x/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc512x/start.o (.text)
arch/ppc/cpu/mpc512x/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);
Expand Down
4 changes: 2 additions & 2 deletions cpu/mpc5xx/Makefile → arch/ppc/cpu/mpc5xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#

#
# 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
#


Expand Down
2 changes: 1 addition & 1 deletion cpu/mpc5xx/config.mk → arch/ppc/cpu/mpc5xx/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc5xx/u-boot.lds → arch/ppc/cpu/mpc5xx/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc5xxx/config.mk → arch/ppc/cpu/mpc5xxx/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cpu/mpc5xxx/u-boot.lds → arch/ppc/cpu/mpc5xxx/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc5xxx/start.o (.text)
arch/ppc/cpu/mpc5xxx/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc8220/config.mk → arch/ppc/cpu/mpc8220/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc8220/u-boot.lds → arch/ppc/cpu/mpc8220/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc8220/start.o (.text)
arch/ppc/cpu/mpc8220/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc824x/config.mk → arch/ppc/cpu/mpc824x/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc824x/u-boot.lds → arch/ppc/cpu/mpc824x/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc824x/start.o (.text)
arch/ppc/cpu/mpc824x/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc8260/config.mk → arch/ppc/cpu/mpc8260/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc8260/u-boot.lds → arch/ppc/cpu/mpc8260/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc8260/start.o (.text)
arch/ppc/cpu/mpc8260/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc83xx/config.mk → arch/ppc/cpu/mpc83xx/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc83xx/u-boot.lds → arch/ppc/cpu/mpc83xx/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc83xx/start.o (.text)
arch/ppc/cpu/mpc83xx/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc85xx/config.mk → arch/ppc/cpu/mpc85xx/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/mpc85xx/u-boot.lds → arch/ppc/cpu/mpc85xx/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions cpu/mpc8xxx/cpu.c → arch/ppc/cpu/mpc8xxx/cpu.c
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions cpu/mpc8xxx/fdt.c → arch/ppc/cpu/mpc8xxx/fdt.c
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/ppc4xx/config.mk → arch/ppc/cpu/ppc4xx/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
*
* (C) Copyright 2006
Expand Down
Original file line number Diff line number Diff line change
@@ -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, [email protected].
*
* 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, [email protected].
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cpu/ppc4xx/u-boot.lds → arch/ppc/cpu/ppc4xx/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion board/LEOX/elpt860/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion board/LEOX/elpt860/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion board/MAI/AmigaOneG3SE/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion board/Marvell/db64360/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
Expand Down
2 changes: 1 addition & 1 deletion board/Marvell/db64460/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
Expand Down
2 changes: 1 addition & 1 deletion board/RPXClassic/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXClassic/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXlite/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXlite/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 8d1f268

Please sign in to comment.