[U-Boot] Please pull u-boot-mpc85xx.git
Wolfgang Denk
wd at denx.de
Fri Mar 27 20:21:05 CET 2009
Dear Andy Fleming,
In message <1238108026-16107-1-git-send-email-afleming at freescale.com> you wrote:
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git master
>
> Dave Liu (2):
> fsl-ddr: Fix two bugs in the ddr infrastructure
> fsl-ddr: add the DDR3 SPD infrastructure
>
> Haiying Wang (3):
> MPC85xx: Load and enable QE microcode patch in IRAM
> MPC85xx: Add MPC8569MDS board support
> MPC85xx: Add MPC8569 CPU support
>
> Kumar Gala (4):
> Add LSDMR (SDRAM Mode Register) definition on localbus
> 85xx: Use common LSDMR defines from asm/fsl_lbc.h
> 83xx: Use common LSDMR defines from asm/fsl_lbc.h
> 85xx: Add support for additional e500mc features
>
> MAKEALL | 1 +
> Makefile | 3 +
> board/freescale/mpc8541cds/mpc8541cds.c | 14 +-
> board/freescale/mpc8548cds/mpc8548cds.c | 10 +-
> board/freescale/mpc8555cds/mpc8555cds.c | 14 +-
> board/freescale/mpc8560ads/mpc8560ads.c | 1 +
> board/freescale/mpc8568mds/mpc8568mds.c | 10 +-
> board/freescale/mpc8569mds/Makefile | 55 ++++
> board/freescale/mpc8569mds/bcsr.c | 49 ++++
> board/freescale/mpc8569mds/bcsr.h | 82 ++++++
> board/freescale/mpc8569mds/config.mk | 30 ++
> board/freescale/mpc8569mds/ddr.c | 86 ++++++
> board/freescale/mpc8569mds/law.c | 59 ++++
> board/freescale/mpc8569mds/mpc8569mds.c | 325 ++++++++++++++++++++++
> board/freescale/mpc8569mds/tlb.c | 100 +++++++
> board/freescale/mpc8569mds/u-boot.lds | 143 ++++++++++
> board/sbc8548/sbc8548.c | 10 +-
> common/ddr_spd.c | 53 ++++
> cpu/mpc85xx/Makefile | 1 +
> cpu/mpc85xx/cpu.c | 2 +
> cpu/mpc85xx/cpu_init.c | 13 +
> cpu/mpc85xx/ddr-gen3.c | 6 +-
> cpu/mpc85xx/fdt.c | 64 +++++-
> cpu/mpc85xx/release.S | 16 +
> cpu/mpc85xx/start.S | 49 ++++
> cpu/mpc8xxx/ddr/Makefile | 4 +
> cpu/mpc8xxx/ddr/ctrl_regs.c | 383 +++++++++++++++++++++++---
> cpu/mpc8xxx/ddr/ddr3_dimm_params.c | 314 +++++++++++++++++++++
> cpu/mpc8xxx/ddr/lc_common_dimm_params.c | 74 +++++-
> cpu/mpc8xxx/ddr/options.c | 28 ++-
> drivers/misc/fsl_law.c | 2 +-
> drivers/qe/qe.c | 9 +
> drivers/qe/qe.h | 1 +
> include/asm-ppc/fsl_ddr_dimm_params.h | 7 +
> include/asm-ppc/fsl_ddr_sdram.h | 31 ++-
> include/asm-ppc/fsl_lbc.h | 27 ++
> include/asm-ppc/immap_85xx.h | 9 +-
> include/asm-ppc/immap_qe.h | 8 +-
> include/asm-ppc/processor.h | 2 +
> include/configs/MPC8323ERDB.h | 26 --
> include/configs/MPC832XEMDS.h | 26 --
> include/configs/MPC8349EMDS.h | 62 +----
> include/configs/MPC8360EMDS.h | 27 +--
> include/configs/MPC8540ADS.h | 59 +---
> include/configs/MPC8541CDS.h | 37 +--
> include/configs/MPC8548CDS.h | 37 +--
> include/configs/MPC8555CDS.h | 37 +--
> include/configs/MPC8560ADS.h | 59 +---
> include/configs/MPC8568MDS.h | 37 +--
> include/configs/MPC8569MDS.h | 455 +++++++++++++++++++++++++++++++
> include/configs/sbc8349.h | 62 +----
> include/configs/sbc8548.h | 37 +--
> include/ddr_spd.h | 13 +-
> 53 files changed, 2570 insertions(+), 499 deletions(-)
> create mode 100644 board/freescale/mpc8569mds/Makefile
> create mode 100644 board/freescale/mpc8569mds/bcsr.c
> create mode 100644 board/freescale/mpc8569mds/bcsr.h
> create mode 100644 board/freescale/mpc8569mds/config.mk
> create mode 100644 board/freescale/mpc8569mds/ddr.c
> create mode 100644 board/freescale/mpc8569mds/law.c
> create mode 100644 board/freescale/mpc8569mds/mpc8569mds.c
> create mode 100644 board/freescale/mpc8569mds/tlb.c
> create mode 100644 board/freescale/mpc8569mds/u-boot.lds
> create mode 100644 cpu/mpc8xxx/ddr/ddr3_dimm_params.c
> create mode 100644 include/configs/MPC8569MDS.h
Sorry, but NAK. I have some review comments to some of the patches
that should be solved first.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Artificial Intelligence is no match for natural stupidity.
More information about the U-Boot
mailing list