[U-Boot] Please pull u-boot-mpc85xx.git

are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Jon Loeliger (5): FSL DDR: Convert MPC8560ADS to new DDR code. FSL DDR: Convert MPC8555ADS to new DDR code. FSL DDR: Convert MPC8541CDS to new DDR code. FSL DDR: Convert MPC8548CDS to new DDR code. FSL DDR: Convert MPC8568MDS to new DDR code.
Kumar Gala (18): FSL DDR: Add e500 TLB helper for DDR code FSL DDR: Add 85xx specific register setting FSL DDR: Convert MPC8540ADS to new DDR code. FSL DDR: Convert MPC8544DS to new DDR code. FSL DDR: Convert socrates to new DDR code. FSL DDR: Convert atum8548 to new DDR code. FSL DDR: Convert sbc8548 to new DDR code. FSL DDR: Convert PM854 to new DDR code. FSL DDR: Convert PM856 to new DDR code. FSL DDR: Convert MPC8540EVAL to new DDR code. FSL DDR: Convert SBC8560 to new DDR code. FSL DDR: Convert STXGP3 to new DDR code. FSL DDR: Convert STXSSA to new DDR code. FSL DDR: Remove old SPD support from cpu/mpc85xx mpc85xx: Add support for the MPC8572DS reference board mpc85xx: Add support for the MPC8536 mpc85xx: Add support for the MPC8536DS reference board mpc85xx: remove redudant code with lib_ppc/interrupts.c
MAKEALL | 2 + Makefile | 6 + board/atum8548/Makefile | 9 +- board/atum8548/atum8548.c | 8 +- board/atum8548/ddr.c | 80 +++ board/freescale/mpc8536ds/Makefile | 54 ++ board/freescale/mpc8536ds/config.mk | 32 + board/freescale/mpc8536ds/ddr.c | 79 +++ board/freescale/mpc8536ds/law.c | 43 ++ board/freescale/mpc8536ds/mpc8536ds.c | 653 +++++++++++++++++ board/freescale/mpc8536ds/tlb.c | 71 ++ board/freescale/mpc8536ds/u-boot.lds | 145 ++++ board/freescale/mpc8540ads/Makefile | 13 +- board/freescale/mpc8540ads/ddr.c | 70 ++ board/freescale/mpc8540ads/mpc8540ads.c | 14 +- board/freescale/mpc8541cds/Makefile | 1 + board/freescale/mpc8541cds/ddr.c | 79 +++ board/freescale/mpc8541cds/mpc8541cds.c | 6 +- board/freescale/mpc8544ds/Makefile | 9 +- board/freescale/mpc8544ds/ddr.c | 80 +++ board/freescale/mpc8544ds/mpc8544ds.c | 11 +- board/freescale/mpc8548cds/Makefile | 1 + board/freescale/mpc8548cds/ddr.c | 80 +++ board/freescale/mpc8548cds/mpc8548cds.c | 8 +- board/freescale/mpc8555cds/Makefile | 1 + board/freescale/mpc8555cds/ddr.c | 79 +++ board/freescale/mpc8555cds/mpc8555cds.c | 8 +- board/freescale/mpc8560ads/Makefile | 13 +- board/freescale/mpc8560ads/ddr.c | 70 ++ board/freescale/mpc8560ads/mpc8560ads.c | 11 +- board/freescale/mpc8568mds/Makefile | 14 +- board/freescale/mpc8568mds/ddr.c | 81 +++ board/freescale/mpc8568mds/mpc8568mds.c | 8 +- board/freescale/mpc8572ds/Makefile | 54 ++ board/freescale/mpc8572ds/config.mk | 32 + board/freescale/mpc8572ds/ddr.c | 81 +++ board/freescale/mpc8572ds/law.c | 41 ++ board/freescale/mpc8572ds/mpc8572ds.c | 573 +++++++++++++++ board/freescale/mpc8572ds/tlb.c | 85 +++ board/freescale/mpc8572ds/u-boot.lds | 145 ++++ board/mpc8540eval/Makefile | 12 +- board/mpc8540eval/ddr.c | 70 ++ board/mpc8540eval/mpc8540eval.c | 6 +- board/pm854/Makefile | 9 +- board/pm854/ddr.c | 70 ++ board/pm854/pm854.c | 6 +- board/pm856/Makefile | 9 +- board/pm856/ddr.c | 70 ++ board/pm856/pm856.c | 6 +- board/sbc8548/Makefile | 9 +- board/sbc8548/ddr.c | 80 +++ board/sbc8548/sbc8548.c | 5 +- board/sbc8560/Makefile | 9 +- board/sbc8560/ddr.c | 70 ++ board/sbc8560/sbc8560.c | 6 +- board/sbc8560/u-boot.lds | 1 - board/socrates/Makefile | 13 +- board/socrates/ddr.c | 80 +++ board/socrates/sdram.c | 5 +- board/stxgp3/Makefile | 12 +- board/stxgp3/ddr.c | 70 ++ board/stxgp3/stxgp3.c | 6 +- board/stxgp3/u-boot.lds | 1 - board/stxssa/Makefile | 9 +- board/stxssa/ddr.c | 70 ++ board/stxssa/stxssa.c | 6 +- board/stxssa/u-boot.lds | 1 - cpu/mpc85xx/Makefile | 22 +- cpu/mpc85xx/cpu.c | 8 +- cpu/mpc85xx/cpu_init.c | 7 + cpu/mpc85xx/ddr-gen1.c | 120 ++++ cpu/mpc85xx/ddr-gen2.c | 74 ++ cpu/mpc85xx/ddr-gen3.c | 105 +++ cpu/mpc85xx/interrupts.c | 109 +--- cpu/mpc85xx/mpc8536_serdes.c | 180 +++++ cpu/mpc85xx/pci.c | 2 +- cpu/mpc85xx/spd_sdram.c | 1154 ------------------------------- cpu/mpc85xx/speed.c | 4 + cpu/mpc85xx/tlb.c | 64 ++ drivers/misc/fsl_law.c | 2 +- include/asm-ppc/global_data.h | 6 +- include/asm-ppc/immap_85xx.h | 11 + include/asm-ppc/mmu.h | 1 + include/asm-ppc/processor.h | 2 + include/configs/ATUM8548.h | 64 +- include/configs/MPC8536DS.h | 594 ++++++++++++++++ include/configs/MPC8540ADS.h | 53 +- include/configs/MPC8540EVAL.h | 26 +- include/configs/MPC8541CDS.h | 30 +- include/configs/MPC8544DS.h | 38 +- include/configs/MPC8548CDS.h | 37 +- include/configs/MPC8555CDS.h | 35 +- include/configs/MPC8560ADS.h | 52 +- include/configs/MPC8568MDS.h | 38 +- include/configs/MPC8572DS.h | 576 +++++++++++++++ include/configs/PM854.h | 58 +- include/configs/PM856.h | 58 +- include/configs/SBC8540.h | 22 +- include/configs/TQM85xx.h | 4 + include/configs/sbc8548.h | 31 +- include/configs/sbc8560.h | 28 +- include/configs/socrates.h | 29 +- include/configs/stxgp3.h | 30 +- include/configs/stxssa.h | 30 +- include/pci_ids.h | 2 + 105 files changed, 5626 insertions(+), 1641 deletions(-) create mode 100644 board/atum8548/ddr.c create mode 100644 board/freescale/mpc8536ds/Makefile create mode 100644 board/freescale/mpc8536ds/config.mk create mode 100644 board/freescale/mpc8536ds/ddr.c create mode 100644 board/freescale/mpc8536ds/law.c create mode 100644 board/freescale/mpc8536ds/mpc8536ds.c create mode 100644 board/freescale/mpc8536ds/tlb.c create mode 100644 board/freescale/mpc8536ds/u-boot.lds create mode 100644 board/freescale/mpc8540ads/ddr.c create mode 100644 board/freescale/mpc8541cds/ddr.c create mode 100644 board/freescale/mpc8544ds/ddr.c create mode 100644 board/freescale/mpc8548cds/ddr.c create mode 100644 board/freescale/mpc8555cds/ddr.c create mode 100644 board/freescale/mpc8560ads/ddr.c create mode 100644 board/freescale/mpc8568mds/ddr.c create mode 100644 board/freescale/mpc8572ds/Makefile create mode 100644 board/freescale/mpc8572ds/config.mk create mode 100644 board/freescale/mpc8572ds/ddr.c create mode 100644 board/freescale/mpc8572ds/law.c create mode 100644 board/freescale/mpc8572ds/mpc8572ds.c create mode 100644 board/freescale/mpc8572ds/tlb.c create mode 100644 board/freescale/mpc8572ds/u-boot.lds create mode 100644 board/mpc8540eval/ddr.c create mode 100644 board/pm854/ddr.c create mode 100644 board/pm856/ddr.c create mode 100644 board/sbc8548/ddr.c create mode 100644 board/sbc8560/ddr.c create mode 100644 board/socrates/ddr.c create mode 100644 board/stxgp3/ddr.c create mode 100644 board/stxssa/ddr.c create mode 100644 cpu/mpc85xx/ddr-gen1.c create mode 100644 cpu/mpc85xx/ddr-gen2.c create mode 100644 cpu/mpc85xx/ddr-gen3.c create mode 100644 cpu/mpc85xx/mpc8536_serdes.c delete mode 100644 cpu/mpc85xx/spd_sdram.c create mode 100644 include/configs/MPC8536DS.h create mode 100644 include/configs/MPC8572DS.h

Dear Andy Fleming,
In message 1219856103-8137-1-git-send-email-afleming@freescale.com you wrote:
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Jon Loeliger (5): FSL DDR: Convert MPC8560ADS to new DDR code. FSL DDR: Convert MPC8555ADS to new DDR code. FSL DDR: Convert MPC8541CDS to new DDR code. FSL DDR: Convert MPC8548CDS to new DDR code. FSL DDR: Convert MPC8568MDS to new DDR code.
Kumar Gala (18): FSL DDR: Add e500 TLB helper for DDR code FSL DDR: Add 85xx specific register setting FSL DDR: Convert MPC8540ADS to new DDR code. FSL DDR: Convert MPC8544DS to new DDR code. FSL DDR: Convert socrates to new DDR code. FSL DDR: Convert atum8548 to new DDR code. FSL DDR: Convert sbc8548 to new DDR code. FSL DDR: Convert PM854 to new DDR code. FSL DDR: Convert PM856 to new DDR code. FSL DDR: Convert MPC8540EVAL to new DDR code. FSL DDR: Convert SBC8560 to new DDR code. FSL DDR: Convert STXGP3 to new DDR code. FSL DDR: Convert STXSSA to new DDR code. FSL DDR: Remove old SPD support from cpu/mpc85xx mpc85xx: Add support for the MPC8572DS reference board mpc85xx: Add support for the MPC8536 mpc85xx: Add support for the MPC8536DS reference board mpc85xx: remove redudant code with lib_ppc/interrupts.c
Applied, thanks.
Best regards,
Wolfgang Denk

Hi Andy,
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
[...]
Kumar Gala (18):
[...]
FSL DDR: Convert socrates to new DDR code.
[...]
That's really nice that we get the socrates board converted to the new style DDR, but I wonder why the other patches for socrates([1]-[3]) are becoming neglected pets of myself instead of moving on. Can you please comment on them?
I just checked and they still apply on TOT.
Thanks Detlev
[1] http://bugs.denx.de/databases/u-boot/prs/22 [2] http://bugs.denx.de/databases/u-boot/prs/26 [3] http://bugs.denx.de/databases/u-boot/prs/27

On Mon, Sep 1, 2008 at 8:57 AM, Detlev Zundel dzu@denx.de wrote:
That's really nice that we get the socrates board converted to the new style DDR, but I wonder why the other patches for socrates([1]-[3]) are becoming neglected pets of myself instead of moving on. Can you please comment on them?
They're on my list, I'm just very behind. They will be applied today (barring any problems with the patches, themselves).
participants (4)
-
Andy Fleming
-
Andy Fleming
-
Detlev Zundel
-
Wolfgang Denk