History log of /rk3399_rockchip-uboot/arch/powerpc/include/ (Results 551 – 575 of 660)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
67a719da04-Feb-2011 Roy Zang <tie-fei.zang@freescale.com>

powerpc/85xx: Add support for Freescale P1023/P1017 Processors

Add P1023 (dual core) & P1017 (single core) specific information:
* SERDES Table
* Added P1023/P1017 to cpu_type_list and SVR list
(f

powerpc/85xx: Add support for Freescale P1023/P1017 Processors

Add P1023 (dual core) & P1017 (single core) specific information:
* SERDES Table
* Added P1023/P1017 to cpu_type_list and SVR list
(fixed issue with P1013 not being sorted correctly).
* Added P1023/P1027 to config_mpc85xx.h
* Added new LAW type introduced on P1023/P1017
* Updated a few immap register/defines unique to P1023/P1017

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

fdb4dad301-Feb-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Cleanup some QE related defines

Move some processor specific QE defines into config_mpc85xx.h and use
QE_MURAM_SIZE to cleanup some ifdef mess in the QE immap struct.

Also fixed up so

powerpc/85xx: Cleanup some QE related defines

Move some processor specific QE defines into config_mpc85xx.h and use
QE_MURAM_SIZE to cleanup some ifdef mess in the QE immap struct.

Also fixed up some comment style issues in immap_qe.h

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/main.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/util.c
asm/config_mpc85xx.h
asm/immap_qe.h
/rk3399_rockchip-uboot/arch/powerpc/lib/bootm.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/corenet_ds.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/mpc8572ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/p1022ds.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/p1_p2_rdb.c
/rk3399_rockchip-uboot/board/freescale/p2020ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/p2020ds/p2020ds.c
/rk3399_rockchip-uboot/board/sbc8548/ddr.c
/rk3399_rockchip-uboot/board/sbc8560/ddr.c
/rk3399_rockchip-uboot/board/sbc8641d/ddr.c
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/socrates/ddr.c
/rk3399_rockchip-uboot/board/stx/stxgp3/ddr.c
/rk3399_rockchip-uboot/board/stx/stxssa/ddr.c
/rk3399_rockchip-uboot/board/xes/xpedite517x/ddr.c
/rk3399_rockchip-uboot/board/xes/xpedite517x/xpedite517x.c
/rk3399_rockchip-uboot/board/xes/xpedite520x/ddr.c
/rk3399_rockchip-uboot/board/xes/xpedite537x/ddr.c
/rk3399_rockchip-uboot/board/xes/xpedite537x/xpedite537x.c
/rk3399_rockchip-uboot/board/xes/xpedite550x/ddr.c
/rk3399_rockchip-uboot/board/xes/xpedite550x/xpedite550x.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/xpedite550x.h
fbee0f7f25-Jan-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Add some defines for P2040, P3041, P5010, P5020

Specify the number of DDR controllers, number of frame managers, number
of 1g and 10g ports.

Signed-off-by: Kumar Gala <galak@kernel.cr

powerpc/85xx: Add some defines for P2040, P3041, P5010, P5020

Specify the number of DDR controllers, number of frame managers, number
of 1g and 10g ports.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

f0f8994325-Jan-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Declare fsl_ddr_set_memctl_regs in <asm/fsl_ddr_sdram.h>

Remove declerations of fsl_ddr_set_memctl_regs in board files with and
place it into a common header.

Based on patch from Poon

powerpc/85xx: Declare fsl_ddr_set_memctl_regs in <asm/fsl_ddr_sdram.h>

Remove declerations of fsl_ddr_set_memctl_regs in board files with and
place it into a common header.

Based on patch from Poonam Aggrwal.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

d789b5f520-Jan-2011 Dipen Dudhat <Dipen.Dudhat@freescale.com>

powerpc/85xx: Add support for Integrated Flash Controller (IFC)

The Integrated Flash Controller (IFC) is used to access the external
NAND Flash, NOR Flash, EPROM, SRAM and Generic ASIC memories.Four

powerpc/85xx: Add support for Integrated Flash Controller (IFC)

The Integrated Flash Controller (IFC) is used to access the external
NAND Flash, NOR Flash, EPROM, SRAM and Generic ASIC memories.Four chip
selects are provided in IFC so that maximum of four Flash devices can be
hooked, but only one can be accessed at a given time.

Features supported by IFC are,
- Functional muxing of pins between NAND, NOR and GPCM
- Support memory banks of size 64KByte to 4 GBytes
- Write protection capability (only for NAND and NOR)
- Provision of Software Reset
- Flexible Timing programmability for every chip select
- NAND Machine
- x8/ x16 NAND Flash Interface
- SLC and MLC NAND Flash devices support with
configurable
page sizes of upto 4KB
- Internal SRAM of 9KB which is directly mapped and
availble at
boot time for NAND Boot
- Configurable block size
- Boot chip select (CS0) available at system reset
- NOR Machine
- Data bus width of 8/16/32
- Compatible with asynchronous NOR Flash
- Directly memory mapped
- Supports address data multiplexed (ADM) NOR device
- Boot chip select (CS0) available at system reset
- GPCM Machine (NORMAL GPCM Mode)
- Support for x8/16/32 bit device
- Compatible with general purpose addressable device
e.g. SRAM, ROM
- External clock is supported with programmable division
ratio
- GPCM Machine (Generic ASIC Mode)
- Support for x8/16/32 bit device
- Address and Data are shared on I/O bus
- Following Address and Data sequences can be supported
on I/O bus
- 32 bit I/O: AD
- 16 bit I/O: AADD
- 8 bit I/O : AAAADDDD
- Configurable Even/Odd Parity on Address/Data bus
supported

Signed-off-by: Dipen Dudhat <Dipen.Dudhat@freescale.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

28747f9b20-Jan-2011 Prabhakar Kushwaha <prabhakar@freescale.com>

powerpc/85xx: Add SERDES support for P1010/P1014

Add the ability to determine if a given IP block connected on SERDES is
configured. This is useful for things like PCIe and SRIO since they are only

powerpc/85xx: Add SERDES support for P1010/P1014

Add the ability to determine if a given IP block connected on SERDES is
configured. This is useful for things like PCIe and SRIO since they are only
ever connected on SERDES.

Updated MPC85xx_PORDEVSR_IO_SEL & MPC85xx_PORDEVSR_IO_SEL_SHIFT

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p1010_serdes.c
asm/immap_85xx.h
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/examples/standalone/mips.lds
/rk3399_rockchip-uboot/examples/standalone/sparc.lds
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/canyonlands/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/kilauea/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/davinci/da8xxevm/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8315erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8536ds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8569mds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8572ds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mx31pdk/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1_p2_rdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/Makefile
/rk3399_rockchip-uboot/nand_spl/board/samsung/smdk6400/Makefile
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/Makefile
b03a466d01-Feb-2011 Prabhakar Kushwaha <prabhakar@freescale.com>

powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs

The P1011, P1012, P1015, P1016, P1020, P1021, P1024, & P1025 SoCs require
that we initialize the SERDES registers if the lanes

powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs

The P1011, P1012, P1015, P1016, P1020, P1021, P1024, & P1025 SoCs require
that we initialize the SERDES registers if the lanes are configured for
PCIe. Additionally these devices PCIe controller do not support ASPM
and we have to explicitly disable it.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

2d7534a330-Jan-2011 Jiang Yutang <b14898@freescale.com>

powerpc/85xx: Enable various errata on P1022/P1013 SoCs

Enable workaround for errata ELBC A001, ESDHC 111 & SATA A001 on
P1022/P1013 SoCs.

Also updated P1022DS config to properly enable CONFIG_FSL_

powerpc/85xx: Enable various errata on P1022/P1013 SoCs

Enable workaround for errata ELBC A001, ESDHC 111 & SATA A001 on
P1022/P1013 SoCs.

Also updated P1022DS config to properly enable CONFIG_FSL_SATA_V2.

Signed-off-by: Jiang Yutang <b14898@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/pwm.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc1xx/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc1xx/pwm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/pwm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/u-boot-arm.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/avr32/cpu/start.S
/rk3399_rockchip-uboot/arch/avr32/include/asm/sections.h
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/i386/config.mk
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/nios2/cpu/start.S
/rk3399_rockchip-uboot/arch/nios2/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8220/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ddr-gen3.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/u-boot.lds
asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sh/config.mk
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/u-boot.lds
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/u-boot.lds
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/u-boot.lds
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/u-boot.lds
/rk3399_rockchip-uboot/board/LEOX/elpt860/u-boot.lds
/rk3399_rockchip-uboot/board/LEOX/elpt860/u-boot.lds.debug
/rk3399_rockchip-uboot/board/RPXClassic/u-boot.lds
/rk3399_rockchip-uboot/board/RPXClassic/u-boot.lds.debug
/rk3399_rockchip-uboot/board/RPXlite/u-boot.lds
/rk3399_rockchip-uboot/board/RPXlite/u-boot.lds.debug
/rk3399_rockchip-uboot/board/RPXlite_dw/u-boot.lds
/rk3399_rockchip-uboot/board/RPXlite_dw/u-boot.lds.debug
/rk3399_rockchip-uboot/board/RRvision/u-boot.lds
/rk3399_rockchip-uboot/board/actux1/u-boot.lds
/rk3399_rockchip-uboot/board/actux2/u-boot.lds
/rk3399_rockchip-uboot/board/actux3/u-boot.lds
/rk3399_rockchip-uboot/board/adder/u-boot.lds
/rk3399_rockchip-uboot/board/altera/nios2-generic/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/acadia/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/canyonlands/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/kilauea/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/u-boot-ram.lds
/rk3399_rockchip-uboot/board/amirix/ap1000/u-boot.lds
/rk3399_rockchip-uboot/board/astro/mcf5373l/u-boot.lds
/rk3399_rockchip-uboot/board/atmel/atngw100/u-boot.lds
/rk3399_rockchip-uboot/board/atmel/atstk1000/u-boot.lds
/rk3399_rockchip-uboot/board/c2mon/u-boot.lds
/rk3399_rockchip-uboot/board/c2mon/u-boot.lds.debug
/rk3399_rockchip-uboot/board/cm5200/u-boot.lds
/rk3399_rockchip-uboot/board/cobra5272/u-boot.lds
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/cogent/u-boot.lds.debug
/rk3399_rockchip-uboot/board/cray/L1/u-boot.lds.debug
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/u-boot.lds
/rk3399_rockchip-uboot/board/eNET/eNET_start.S
/rk3399_rockchip-uboot/board/earthlcd/favr-32-ezkit/u-boot.lds
/rk3399_rockchip-uboot/board/eltec/mhpc/u-boot.lds
/rk3399_rockchip-uboot/board/eltec/mhpc/u-boot.lds.debug
/rk3399_rockchip-uboot/board/emk/top860/u-boot.lds
/rk3399_rockchip-uboot/board/emk/top860/u-boot.lds.debug
/rk3399_rockchip-uboot/board/ep88x/u-boot.lds
/rk3399_rockchip-uboot/board/esd/dasa_sim/u-boot.lds
/rk3399_rockchip-uboot/board/esd/pmc440/u-boot-nand.lds
/rk3399_rockchip-uboot/board/esd/tasreg/u-boot.lds
/rk3399_rockchip-uboot/board/esteem192e/u-boot.lds
/rk3399_rockchip-uboot/board/etx094/u-boot.lds
/rk3399_rockchip-uboot/board/etx094/u-boot.lds.debug
/rk3399_rockchip-uboot/board/evb64260/u-boot.lds
/rk3399_rockchip-uboot/board/fads/u-boot.lds
/rk3399_rockchip-uboot/board/flagadm/u-boot.lds
/rk3399_rockchip-uboot/board/flagadm/u-boot.lds.debug
/rk3399_rockchip-uboot/board/freescale/m5208evbe/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.spa
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.stm
/rk3399_rockchip-uboot/board/freescale/m5235evb/u-boot.16
/rk3399_rockchip-uboot/board/freescale/m5235evb/u-boot.32
/rk3399_rockchip-uboot/board/freescale/m5249evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5253demo/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5253evbe/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5271evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5272c3/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5275evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5282evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m53017evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5329evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5373evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m54451evb/u-boot.spa
/rk3399_rockchip-uboot/board/freescale/m54451evb/u-boot.stm
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.atm
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.int
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.stm
/rk3399_rockchip-uboot/board/freescale/m547xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m548xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mx31ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/tlb.c
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/u-boot.lds
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/u-boot.lds
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/u-boot.lds
/rk3399_rockchip-uboot/board/gaisler/grsim/u-boot.lds
/rk3399_rockchip-uboot/board/gaisler/grsim_leon2/u-boot.lds
/rk3399_rockchip-uboot/board/gen860t/u-boot-flashenv.lds
/rk3399_rockchip-uboot/board/gen860t/u-boot.lds
/rk3399_rockchip-uboot/board/genietv/u-boot.lds
/rk3399_rockchip-uboot/board/genietv/u-boot.lds.debug
/rk3399_rockchip-uboot/board/hermes/u-boot.lds
/rk3399_rockchip-uboot/board/hermes/u-boot.lds.debug
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/hymod/u-boot.lds.debug
/rk3399_rockchip-uboot/board/icu862/u-boot.lds
/rk3399_rockchip-uboot/board/icu862/u-boot.lds.debug
/rk3399_rockchip-uboot/board/idmr/u-boot.lds
/rk3399_rockchip-uboot/board/ip860/u-boot.lds
/rk3399_rockchip-uboot/board/ip860/u-boot.lds.debug
/rk3399_rockchip-uboot/board/ivm/u-boot.lds
/rk3399_rockchip-uboot/board/ivm/u-boot.lds.debug
/rk3399_rockchip-uboot/board/jornada/u-boot.lds
/rk3399_rockchip-uboot/board/korat/u-boot-F7FC.lds
/rk3399_rockchip-uboot/board/kup/kup4k/u-boot.lds
/rk3399_rockchip-uboot/board/kup/kup4k/u-boot.lds.debug
/rk3399_rockchip-uboot/board/kup/kup4x/u-boot.lds
/rk3399_rockchip-uboot/board/kup/kup4x/u-boot.lds.debug
/rk3399_rockchip-uboot/board/lantec/u-boot.lds
/rk3399_rockchip-uboot/board/lantec/u-boot.lds.debug
/rk3399_rockchip-uboot/board/lwmon/u-boot.lds
/rk3399_rockchip-uboot/board/lwmon/u-boot.lds.debug
/rk3399_rockchip-uboot/board/manroland/uc100/u-boot.lds
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/u-boot.lds
/rk3399_rockchip-uboot/board/mbx8xx/u-boot.lds
/rk3399_rockchip-uboot/board/mbx8xx/u-boot.lds.debug
/rk3399_rockchip-uboot/board/mercury/mpq101/u-boot.lds
/rk3399_rockchip-uboot/board/mimc/mimc200/u-boot.lds
/rk3399_rockchip-uboot/board/miromico/hammerhead/u-boot.lds
/rk3399_rockchip-uboot/board/ml2/u-boot.lds
/rk3399_rockchip-uboot/board/ml2/u-boot.lds.debug
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/mousse/u-boot.lds.ram
/rk3399_rockchip-uboot/board/mousse/u-boot.lds.rom
/rk3399_rockchip-uboot/board/mpl/pip405/u-boot.lds.debug
/rk3399_rockchip-uboot/board/munices/u-boot.lds
/rk3399_rockchip-uboot/board/mvblue/u-boot.lds
/rk3399_rockchip-uboot/board/netphone/u-boot.lds
/rk3399_rockchip-uboot/board/netphone/u-boot.lds.debug
/rk3399_rockchip-uboot/board/netta/u-boot.lds
/rk3399_rockchip-uboot/board/netta/u-boot.lds.debug
/rk3399_rockchip-uboot/board/netta2/u-boot.lds
/rk3399_rockchip-uboot/board/netta2/u-boot.lds.debug
/rk3399_rockchip-uboot/board/netvia/u-boot.lds
/rk3399_rockchip-uboot/board/netvia/u-boot.lds.debug
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nx823/u-boot.lds
/rk3399_rockchip-uboot/board/nx823/u-boot.lds.debug
/rk3399_rockchip-uboot/board/quantum/u-boot.lds
/rk3399_rockchip-uboot/board/quantum/u-boot.lds.debug
/rk3399_rockchip-uboot/board/r360mpi/u-boot.lds
/rk3399_rockchip-uboot/board/rbc823/u-boot.lds
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/spi-boot.c
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/u-boot.lds
/rk3399_rockchip-uboot/board/rmu/u-boot.lds
/rk3399_rockchip-uboot/board/rmu/u-boot.lds.debug
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
/rk3399_rockchip-uboot/board/samsung/smdk6400/smdk6400.c
/rk3399_rockchip-uboot/board/samsung/smdk6400/u-boot-nand.lds
/rk3399_rockchip-uboot/board/sandburst/karef/u-boot.lds.debug
/rk3399_rockchip-uboot/board/sandburst/metrobox/u-boot.lds.debug
/rk3399_rockchip-uboot/board/sandpoint/u-boot.lds
/rk3399_rockchip-uboot/board/sc3/u-boot.lds
/rk3399_rockchip-uboot/board/siemens/IAD210/u-boot.lds
/rk3399_rockchip-uboot/board/sixnet/u-boot.lds
/rk3399_rockchip-uboot/board/snmc/qs850/u-boot.lds
/rk3399_rockchip-uboot/board/snmc/qs860t/u-boot.lds
/rk3399_rockchip-uboot/board/spc1920/u-boot.lds
/rk3399_rockchip-uboot/board/spd8xx/u-boot.lds
/rk3399_rockchip-uboot/board/spd8xx/u-boot.lds.debug
/rk3399_rockchip-uboot/board/stx/stxxtc/u-boot.lds
/rk3399_rockchip-uboot/board/stx/stxxtc/u-boot.lds.debug
/rk3399_rockchip-uboot/board/svm_sc8xx/u-boot.lds
/rk3399_rockchip-uboot/board/svm_sc8xx/u-boot.lds.debug
/rk3399_rockchip-uboot/board/tqc/tqm8xx/u-boot.lds
/rk3399_rockchip-uboot/board/tqc/tqm8xx/u-boot.lds.debug
/rk3399_rockchip-uboot/board/trab/u-boot.lds
/rk3399_rockchip-uboot/board/v37/u-boot.lds
/rk3399_rockchip-uboot/board/w7o/u-boot.lds.debug
/rk3399_rockchip-uboot/board/westel/amx860/u-boot.lds
/rk3399_rockchip-uboot/board/westel/amx860/u-boot.lds.debug
/rk3399_rockchip-uboot/board/xes/xpedite1000/u-boot.lds.debug
/rk3399_rockchip-uboot/board/zipitz2/u-boot.lds
/rk3399_rockchip-uboot/doc/README.sh7757lcr
/rk3399_rockchip-uboot/drivers/mmc/s5p_mmc.c
/rk3399_rockchip-uboot/drivers/spi/sh_spi.c
/rk3399_rockchip-uboot/drivers/spi/sh_spi.h
/rk3399_rockchip-uboot/drivers/usb/eth/usb_ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/rndis.c
/rk3399_rockchip-uboot/examples/standalone/mips.lds
/rk3399_rockchip-uboot/examples/standalone/sparc.lds
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/smdkc100.h
/rk3399_rockchip-uboot/include/pwm.h
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/canyonlands/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/kilauea/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/davinci/da8xxevm/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8313erdb/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8315erdb/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/freescale/mx31pdk/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/samsung/smdk6400/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/u-boot.lds
/rk3399_rockchip-uboot/onenand_ipl/board/apollon/u-boot.onenand.lds
/rk3399_rockchip-uboot/onenand_ipl/board/vpac270/u-boot.onenand.lds
08b3f75917-Mar-2011 York Sun <yorksun@freescale.com>

powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity

To recognize DIMMs with ECC capability by testing ECC bit only. Not to be
confused by Address Parity bit.

Signed-off-by: York S

powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity

To recognize DIMMs with ECC capability by testing ECC bit only. Not to be
confused by Address Parity bit.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/pantheon/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/pantheon/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/pantheon/dram.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/pantheon/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/sys_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/timer.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-armada100/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-kirkwood/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pantheon/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pantheon/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pantheon/mfp.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pantheon/pantheon.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/clk_rst.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/pinmux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/tegra2.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/uart.h
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-types.h
/rk3399_rockchip-uboot/arch/arm/lib/bootm.c
/rk3399_rockchip-uboot/arch/blackfin/config.mk
/rk3399_rockchip-uboot/arch/i386/config.mk
/rk3399_rockchip-uboot/arch/i386/cpu/config.mk
/rk3399_rockchip-uboot/arch/i386/cpu/cpu.c
/rk3399_rockchip-uboot/arch/i386/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/i386/cpu/sc520/Makefile
/rk3399_rockchip-uboot/arch/i386/cpu/sc520/sc520.c
/rk3399_rockchip-uboot/arch/i386/cpu/sc520/sc520_car.S
/rk3399_rockchip-uboot/arch/i386/cpu/sc520/sc520_sdram.c
/rk3399_rockchip-uboot/arch/i386/cpu/start.S
/rk3399_rockchip-uboot/arch/i386/cpu/start16.S
/rk3399_rockchip-uboot/arch/i386/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/i386/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/i386/include/asm/ic/sc520.h
/rk3399_rockchip-uboot/arch/i386/include/asm/processor-flags.h
/rk3399_rockchip-uboot/arch/i386/include/asm/processor.h
/rk3399_rockchip-uboot/arch/i386/include/asm/u-boot-i386.h
/rk3399_rockchip-uboot/arch/i386/lib/board.c
/rk3399_rockchip-uboot/arch/i386/lib/realmode.c
/rk3399_rockchip-uboot/arch/microblaze/cpu/irq.S
/rk3399_rockchip-uboot/arch/microblaze/include/asm/asm.h
/rk3399_rockchip-uboot/arch/nios2/config.mk
/rk3399_rockchip-uboot/arch/nios2/include/asm/gpio.h
/rk3399_rockchip-uboot/arch/nios2/include/asm/posix_types.h
/rk3399_rockchip-uboot/arch/powerpc/config.mk
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/mp.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/interrupts.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
asm/fsl_ddr_dimm_params.h
/rk3399_rockchip-uboot/arch/sh/config.mk
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/u-boot.lds
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/u-boot.lds
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/u-boot.lds
/rk3399_rockchip-uboot/arch/sh/lib/board.c
/rk3399_rockchip-uboot/board/Marvell/dkb/Makefile
/rk3399_rockchip-uboot/board/Marvell/dkb/dkb.c
/rk3399_rockchip-uboot/board/altera/nios2-generic/custom_fpga.h
/rk3399_rockchip-uboot/board/altera/nios2-generic/gpio.c
/rk3399_rockchip-uboot/board/dbau1x00/Makefile
/rk3399_rockchip-uboot/board/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/eNET/config.mk
/rk3399_rockchip-uboot/board/eNET/eNET.c
/rk3399_rockchip-uboot/board/eNET/eNET_start.S
/rk3399_rockchip-uboot/board/eNET/eNET_start16.S
/rk3399_rockchip-uboot/board/efikamx/efikamx.c
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mx31pdk/mx31pdk.c
/rk3399_rockchip-uboot/board/incaip/lowlevel_init.S
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/harmony/Makefile
/rk3399_rockchip-uboot/board/nvidia/seaboard/Makefile
/rk3399_rockchip-uboot/board/purple/u-boot.lds
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_bmp.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_itest.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_ubi.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/serial.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/doc/README.usb
/rk3399_rockchip-uboot/drivers/gpio/mvmfp.c
/rk3399_rockchip-uboot/drivers/misc/fsl_law.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/net/ftmac100.c
/rk3399_rockchip-uboot/drivers/net/ne2000.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_tegra2.c
/rk3399_rockchip-uboot/drivers/serial/serial_tegra2.h
/rk3399_rockchip-uboot/drivers/spi/altera_spi.c
/rk3399_rockchip-uboot/drivers/usb/eth/Makefile
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/eth/usb_ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ndis.h
/rk3399_rockchip-uboot/drivers/usb/gadget/rndis.c
/rk3399_rockchip-uboot/drivers/usb/gadget/rndis.h
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-hcd.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/aspenite.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/dkb.h
/rk3399_rockchip-uboot/include/configs/eNET.h
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/mv-common.h
/rk3399_rockchip-uboot/include/configs/mx31pdk.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/tegra2-common.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/environment.h
/rk3399_rockchip-uboot/include/linux/netdevice.h
/rk3399_rockchip-uboot/include/linux/usb/cdc.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_ether.h
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/lib/strmhz.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/canyonlands/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/kilauea/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/davinci/da8xxevm/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8315erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8536ds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8569mds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8572ds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mx31pdk/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mx31pdk/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1_p2_rdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/Makefile
/rk3399_rockchip-uboot/nand_spl/board/samsung/smdk6400/Makefile
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/Makefile
/rk3399_rockchip-uboot/net/eth.c
fced09ae09-Feb-2011 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/pcie.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
asm/global_data.h
/rk3399_rockchip-uboot/arch/sh/config.mk
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh4.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7757.h
/rk3399_rockchip-uboot/board/gdsys/405ep/405ep.c
/rk3399_rockchip-uboot/board/gdsys/405ep/Makefile
/rk3399_rockchip-uboot/board/gdsys/405ep/dlvision-10g.c
/rk3399_rockchip-uboot/board/gdsys/405ep/io.c
/rk3399_rockchip-uboot/board/gdsys/405ep/iocon.c
/rk3399_rockchip-uboot/board/gdsys/common/Makefile
/rk3399_rockchip-uboot/board/gdsys/common/osd.c
/rk3399_rockchip-uboot/board/gdsys/common/osd.h
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/lowlevel_init.S
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/sh7757lcr.c
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/spi-boot.c
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/u-boot.lds
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/Makefile
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/doc/README.sh7757lcr
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/sh_spi.c
/rk3399_rockchip-uboot/drivers/spi/sh_spi.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/ap325rxa.h
/rk3399_rockchip-uboot/include/configs/dlvision-10g.h
/rk3399_rockchip-uboot/include/configs/espt.h
/rk3399_rockchip-uboot/include/configs/io.h
/rk3399_rockchip-uboot/include/configs/iocon.h
/rk3399_rockchip-uboot/include/configs/mpr2.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/ms7722se.h
/rk3399_rockchip-uboot/include/configs/ms7750se.h
/rk3399_rockchip-uboot/include/configs/r2dplus.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/rsk7203.h
/rk3399_rockchip-uboot/include/configs/sh7757lcr.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/configs/sh7785lcr.h
/rk3399_rockchip-uboot/include/configs/shmin.h
/rk3399_rockchip-uboot/include/gdsys_fpga.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/pci.h
2da0fc0d21-Jan-2011 Dirk Eibach <eibach@gdsys.de>

ppc4xx: Add DLVision-10G board support

Board support for the Guntermann & Drunck DLVision-10G.
Adds support for multiple FPGAs per board for gdsys 405ep
architecture.
Adds support for dual link osd

ppc4xx: Add DLVision-10G board support

Board support for the Guntermann & Drunck DLVision-10G.
Adds support for multiple FPGAs per board for gdsys 405ep
architecture.
Adds support for dual link osd hardware for gdsys 405ep.

Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Stefan Roese <sr@denx.de>

show more ...

9167191326-Jan-2011 York Sun <yorksun@freescale.com>

powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134

Workaround for the following errata:
DDR111 - MCKE signal may not function correctly at assertion of HRESET
DDR134 - The automatic

powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134

Workaround for the following errata:
DDR111 - MCKE signal may not function correctly at assertion of HRESET
DDR134 - The automatic CAS-to-Preamble feature of the DDR controller can
calibrate to incorrect values

These two workarounds must be implemented together because they touch
common registers.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

eb0aff7726-Jan-2011 York Sun <yorksun@freescale.com>

powerpc/85xx: Rename MPC8572 DDR erratum to DDR115

Use unique erratum number instead of platform number.
Enable command that reports errata on MPC8572DS.

Signed-off-by: York Sun <yorksun@freescale.

powerpc/85xx: Rename MPC8572 DDR erratum to DDR115

Use unique erratum number instead of platform number.
Enable command that reports errata on MPC8572DS.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

5103a03a29-Jan-2011 Kumar Gala <galak@kernel.crashing.org>

fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)

Data timeout counter (SYSCTL[DTOCV]) is not reliable for values of 4, 8,
and 12. Program one more than the desired value: 4 ->

fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)

Data timeout counter (SYSCTL[DTOCV]) is not reliable for values of 4, 8,
and 12. Program one more than the desired value: 4 -> 5, 8 -> 9, 12 -> 13.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

6e7f0bc026-Jan-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Enable ESDHC111 Erratum on P2010/P2020 SoCs

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

d1a24f0602-Feb-2011 Wolfgang Denk <wd@denx.de>

Minor Coding Style Cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/asm-offsets.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/iomux.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/omap24xx/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/et1011c.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/kirkwood/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mb86r0x/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/omap/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/versatile/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/iomux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5pc1xx/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5pc2xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5pc2xx/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5pc2xx/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/emac_defs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/sdmmc_defs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx31/mx31-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/crm_regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/mx35_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/asm-offsets.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/mx5x_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc1xx/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc1xx/uart.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/adc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/pwm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/uart.h
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-types.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/config.mk
/rk3399_rockchip-uboot/arch/i386/config.mk
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/microblaze/lib/board.c
/rk3399_rockchip-uboot/arch/nios2/config.mk
/rk3399_rockchip-uboot/arch/powerpc/config.mk
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
asm/config_mpc85xx.h
asm/config_mpc86xx.h
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sh/config.mk
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/config.mk
/rk3399_rockchip-uboot/arch/sh/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/lib/board.c
/rk3399_rockchip-uboot/board/cm_t35/Makefile
/rk3399_rockchip-uboot/board/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/davinci/common/misc.c
/rk3399_rockchip-uboot/board/davinci/dm355evm/dm355evm.c
/rk3399_rockchip-uboot/board/davinci/dm365evm/dm365evm.c
/rk3399_rockchip-uboot/board/davinci/dm6467evm/dm6467evm.c
/rk3399_rockchip-uboot/board/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/digsy_mtc/is45s16800a2.h
/rk3399_rockchip-uboot/board/efikamx/Makefile
/rk3399_rockchip-uboot/board/efikamx/config.mk
/rk3399_rockchip-uboot/board/efikamx/efikamx.c
/rk3399_rockchip-uboot/board/efikamx/imximage.cfg
/rk3399_rockchip-uboot/board/faraday/a320evb/a320evb.c
/rk3399_rockchip-uboot/board/freescale/mx35pdk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx35pdk/lowlevel_init.S
/rk3399_rockchip-uboot/board/freescale/mx35pdk/mx35pdk.c
/rk3399_rockchip-uboot/board/freescale/mx35pdk/mx35pdk.h
/rk3399_rockchip-uboot/board/freescale/mx51evk/mx51evk.c
/rk3399_rockchip-uboot/board/freescale/mx53evk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx53evk/config.mk
/rk3399_rockchip-uboot/board/freescale/mx53evk/imximage.cfg
/rk3399_rockchip-uboot/board/freescale/mx53evk/mx53evk.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/p1_p2_rdb.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/tlb.c
/rk3399_rockchip-uboot/board/mercury/mpq101/Makefile
/rk3399_rockchip-uboot/board/mercury/mpq101/law.c
/rk3399_rockchip-uboot/board/mercury/mpq101/mpq101.c
/rk3399_rockchip-uboot/board/mercury/mpq101/tlb.c
/rk3399_rockchip-uboot/board/mercury/mpq101/u-boot.lds
/rk3399_rockchip-uboot/board/samsung/universal_c210/Makefile
/rk3399_rockchip-uboot/board/samsung/universal_c210/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/universal_c210/onenand.c
/rk3399_rockchip-uboot/board/samsung/universal_c210/universal.c
/rk3399_rockchip-uboot/board/xes/xpedite517x/xpedite517x.c
/rk3399_rockchip-uboot/board/xes/xpedite520x/xpedite520x.c
/rk3399_rockchip-uboot/board/xes/xpedite537x/xpedite537x.c
/rk3399_rockchip-uboot/board/xes/xpedite550x/xpedite550x.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_version.c
/rk3399_rockchip-uboot/common/hwconfig.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/doc/README.cfi
/rk3399_rockchip-uboot/doc/README.fsl-ddr
/rk3399_rockchip-uboot/doc/README.imximage
/rk3399_rockchip-uboot/doc/README.mx35pdk
/rk3399_rockchip-uboot/doc/README.omap3
/rk3399_rockchip-uboot/doc/mkimage.1
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/mxc_ata.c
/rk3399_rockchip-uboot/drivers/gpio/mxc_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/soft_i2c.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/fsl_pmic.c
/rk3399_rockchip-uboot/drivers/misc/mc9sdz60.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/davinci_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mxc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/net/davinci_emac.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.h
/rk3399_rockchip-uboot/drivers/net/lan91c96.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/ftpmu010.c
/rk3399_rockchip-uboot/drivers/power/ftpmu010.h
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.h
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/rv3029.c
/rk3399_rockchip-uboot/drivers/serial/serial_mxc.c
/rk3399_rockchip-uboot/drivers/serial/serial_s5p.c
/rk3399_rockchip-uboot/drivers/spi/mxc_spi.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/a320evb.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/davinci_dm355evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dm365evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dm6467evm.h
/rk3399_rockchip-uboot/include/configs/davinci_sonata.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/efikamx.h
/rk3399_rockchip-uboot/include/configs/mpq101.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/mx51evk.h
/rk3399_rockchip-uboot/include/configs/mx53evk.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/shmin.h
/rk3399_rockchip-uboot/include/configs/vision2.h
/rk3399_rockchip-uboot/include/linux/crc7.h
/rk3399_rockchip-uboot/include/mc13892.h
/rk3399_rockchip-uboot/include/mc9sdz60.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/asm-offsets.c
/rk3399_rockchip-uboot/lib/crc7.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/20001122-1.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/20010114-2.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/20010226-1.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/980619-1.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/acc1.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/compare-fp-1.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/fpu.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/mul-subnormal-single-1.c
/rk3399_rockchip-uboot/tools/imximage.c
/rk3399_rockchip-uboot/tools/imximage.h
/rk3399_rockchip-uboot/tools/kwbimage.c
6b06d7dc10-Jan-2011 York Sun <yorksun@freescale.com>

corenet_ds: Extend board specific parameters

Extend board specific parameters to include cpo, write leveling override
Extend write leveling sample to 0xf
Adding rcw overrid for quad-rank RDIMMs

Sig

corenet_ds: Extend board specific parameters

Extend board specific parameters to include cpo, write leveling override
Extend write leveling sample to 0xf
Adding rcw overrid for quad-rank RDIMMs

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

fa8d23c010-Jan-2011 York Sun <yorksun@freescale.com>

mpc85xx: Implement workaround for erratum DDR-A003

Erratum DDR-A003 requires workaround to correctly set RCW10 for registered DIMM.
Also adding polling after enabling DDR controller to ensure comple

mpc85xx: Implement workaround for erratum DDR-A003

Erratum DDR-A003 requires workaround to correctly set RCW10 for registered DIMM.
Also adding polling after enabling DDR controller to ensure completion.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

e1fd16b610-Jan-2011 York Sun <yorksun@freescale.com>

mpc85xx: Enable unique mode registers and dynamic ODT for DDR3

Added fsl_ddr_get_version() function to for DDR3 to poll DDRC IP version
(major, minor, errata) to determine if unique mode registers a

mpc85xx: Enable unique mode registers and dynamic ODT for DDR3

Added fsl_ddr_get_version() function to for DDR3 to poll DDRC IP version
(major, minor, errata) to determine if unique mode registers are available.
If true, always use unique mode registers. Dynamic ODT is enabled if needed.
The table is documented in doc/README.fsl-ddr. This function may also need
to be extend for future other platforms if such a feature exists.

Enable address parity and RCW by default for RDIMMs.

Change default output driver impedance from 34 ohm to 40ohm. Make it 34ohm for
quad-rank RDIMMs.

Use a formula to calculate rodt_on for timing_cfg_5.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

d2a9568c10-Jan-2011 York Sun <yorksun@freescale.com>

mpc85xx: Adding more registers and options

This patch exposes more registers which can be used by the DDR drivers or
interactive debugging. U-boot doesn't use all the registers in DDRC.
When advance

mpc85xx: Adding more registers and options

This patch exposes more registers which can be used by the DDR drivers or
interactive debugging. U-boot doesn't use all the registers in DDRC.
When advanced tuning is required, writing to those registers is needed.

Add writing to cdr1, cdr2, err_disable, err_int_en and debug registers
Add options to override rcw, address parity to RDIMMs.
Use array for debug registers.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

243be8e219-Jan-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers

Add new headers that capture common defines for a given SoC/processor
rather than duplicating that information in board config.h and random
o

powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers

Add new headers that capture common defines for a given SoC/processor
rather than duplicating that information in board config.h and random
other places.

Eventually this should be handled by Kconfig & defconfigs

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Wolfgang Denk <wd@denx.de>

show more ...

f193e3da01-Jun-2010 Kumar Gala <galak@kernel.crashing.org>

powerpc/p2040: Add various p2040 specific information

Add P2040 SoC specific information:
* SERDES Table
* Added p2040 to cpu_type_list and SVR list
* Added number of LAWs for p2040
* Set CONFIG_MAX

powerpc/p2040: Add various p2040 specific information

Add P2040 SoC specific information:
* SERDES Table
* Added p2040 to cpu_type_list and SVR list
* Added number of LAWs for p2040
* Set CONFIG_MAX_CPUS to 4 for p2040

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

b5debec513-Jan-2011 Poonam Aggrwal <poonam.aggrwal@freescale.com>

powerpc/85xx: Add Support for Freescale P1014 Processor

The P1014 is similar to the P1010 processor with the following differences:

- 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC)
- no eCAN int

powerpc/85xx: Add Support for Freescale P1014 Processor

The P1014 is similar to the P1010 processor with the following differences:

- 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC)
- no eCAN interface. (P1010 has 2 eCAN interfaces)
- Two SGMII interface (P1010 has 3 SGMII)
- No secure boot

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

b8cdd01413-Jan-2011 Poonam Aggrwal <poonam.aggrwal@freescale.com>

powerpc/85xx: Add Support for Freescale P1010 Processor

Key Features include of the P1010:
* e500v2 core frequency operation of 500 to 800 MHz
* Power consumption less than 5.0 W at 800 MHz core spe

powerpc/85xx: Add Support for Freescale P1010 Processor

Key Features include of the P1010:
* e500v2 core frequency operation of 500 to 800 MHz
* Power consumption less than 5.0 W at 800 MHz core speed
* Dual SATA 3 Gbps controllers with integrated PHY
* Dual PCI Express controllers
* Three 10/100/1000 Mbps enhanced triple-speed Ethernet controllers (eTSECs)
* TCP/IP acceleration and classification capabilities
* IEEE 1588 support
* Lossless flow control
* RGMII, SGMII
* DDR3 with support for a 32-bit data interface (40 bits including ECC),
up to 800 MHz data rate 32/16-bit DDR3 memory controller
* Dedicated security engine featuring trusted boot
* TDM interface
* Dual controller area networks (FlexCAN) controller
* SD/MMC card controller supporting booting from Flash cards
* USB 2.0 host and device controller with an on-chip, high-speed PHY
* Integrated Flash controller (IFC)
* Power Management Controller (PMC)
* Four-channel, general-purpose DMA controller
* I2C controller
* Serial peripheral interface (SPI) controller with master and slave support
* System timers including a periodic interrupt timer, real-time clock,
software watchdog timer, and four general-purpose timers
* Dual DUARTs

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

17028be218-Jan-2011 Prabhakar <prabhakar@freescale.com>

Fix wrong CONFIG_SYS_MPC85xx_SERDES1_ADDR

CONFIG_SYS_MPC85xx_SERDES1_ADDR was defined wrong as
CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SERDES2_OFFSET.
It should be as
CONFIG_SYS_IMMR + CONFIG_SYS_MPC85

Fix wrong CONFIG_SYS_MPC85xx_SERDES1_ADDR

CONFIG_SYS_MPC85xx_SERDES1_ADDR was defined wrong as
CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SERDES2_OFFSET.
It should be as
CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SERDES1_OFFSET.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>

show more ...

1...<<21222324252627