[try and get this right this time, actually drop the p4080 immap changes] The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-nios
are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Becky Bruce (8): powerpc: Update configs to properly set FSL_ELBC 83xx/85xx/86xx: LBC register cleanup mpc85xx: tlb.c cleanups mpc85xx: Add print_tlbcam() function drivers/misc/fsl_law.c: Rearrange code to avoid duplication fsl_law.c: Add print_laws() for FSL_CORENET platforms. mpc85xx: Add reginfo command powerpc 83xx/85xx: Merge lbc upmconfig code Kim Phillips (3): fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c powerpc/8xxx: Distinguish between incompatible SEC h/w types powerpc/8xxx: Add base support for the SEC4 Kumar Gala (10): mpc8xxx: Remove cpu-handles for cpus we delete powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb ppc/85xx: Add a structure defn for PIXIS registers Move ICS CLK chip frequency calculation code into a common board library powerpc/85xx: Add recognition of e5500 core powerpc/85xx: Add support for link stack & STAC on e5500 powerpc/85xx: Add command to report errata workarounds ppc/85xx: Convert MPC8572DS to using board common ICS307 code ppc/85xx: Convert MPC8536DS to using board common ICS307 code powerpc/85xx: Move p1022ds slot code into board file Poonam Aggrwal (2): 85xx/p1_p2_rdb: enable hwconfig 85xx/p1_p2_rdb: PCIe E1000 card support added. Timur Tabi (2): fsl: add LAW target to fsl_pci_info structure powerpc: add support for the Freescale P1022DS reference board MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 1 + arch/powerpc/cpu/mpc83xx/cpu.c | 66 ---- arch/powerpc/cpu/mpc83xx/cpu_init.c | 53 +--- arch/powerpc/cpu/mpc83xx/nand_init.c | 4 +- arch/powerpc/cpu/mpc83xx/speed.c | 2 +- arch/powerpc/cpu/mpc85xx/Makefile | 2 + arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51 +++ arch/powerpc/cpu/mpc85xx/cpu.c | 106 ++---- arch/powerpc/cpu/mpc85xx/cpu_init.c | 58 +--- arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 6 +- arch/powerpc/cpu/mpc85xx/fdt.c | 4 +- arch/powerpc/cpu/mpc85xx/mp.c | 23 ++ arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 98 +++++ arch/powerpc/cpu/mpc85xx/speed.c | 5 +- arch/powerpc/cpu/mpc85xx/tlb.c | 70 +++-- arch/powerpc/cpu/mpc86xx/cpu.c | 15 +- arch/powerpc/cpu/mpc86xx/cpu_init.c | 55 +--- arch/powerpc/cpu/mpc86xx/fdt.c | 5 +- arch/powerpc/cpu/mpc86xx/mp.c | 17 + arch/powerpc/cpu/mpc86xx/speed.c | 5 +- arch/powerpc/cpu/mpc8xxx/Makefile | 8 +- arch/powerpc/cpu/mpc8xxx/fdt.c | 178 +++++++++- arch/powerpc/cpu/mpc8xxx/fsl_lbc.c | 134 +++++++ arch/powerpc/include/asm/config.h | 15 + arch/powerpc/include/asm/fsl_law.h | 1 + arch/powerpc/include/asm/fsl_lbc.h | 112 ++++--- arch/powerpc/include/asm/fsl_pci.h | 19 +- arch/powerpc/include/asm/immap_83xx.h | 13 +- arch/powerpc/include/asm/immap_85xx.h | 84 ++--- arch/powerpc/include/asm/immap_86xx.h | 49 +--- arch/powerpc/include/asm/mmu.h | 2 + arch/powerpc/include/asm/mp.h | 3 +- arch/powerpc/include/asm/processor.h | 4 +- board/atum8548/atum8548.c | 2 +- board/esd/vme8349/vme8349.c | 2 +- board/freescale/common/Makefile | 4 + board/freescale/common/ics307_clk.c | 88 +++++ board/freescale/common/ics307_clk.h | 30 ++ board/freescale/common/ngpixis.h | 2 +- board/freescale/common/pixis.h | 182 +++++++++ board/freescale/mpc8313erdb/sdram.c | 2 +- board/freescale/mpc8349emds/mpc8349emds.c | 2 +- board/freescale/mpc8349itx/mpc8349itx.c | 7 +- board/freescale/mpc8360emds/mpc8360emds.c | 6 +- board/freescale/mpc8360erdk/nand.c | 6 +- board/freescale/mpc8536ds/mpc8536ds.c | 148 -------- board/freescale/mpc8540ads/mpc8540ads.c | 8 +- board/freescale/mpc8541cds/mpc8541cds.c | 13 +- board/freescale/mpc8544ds/mpc8544ds.c | 2 +- board/freescale/mpc8548cds/mpc8548cds.c | 13 +- board/freescale/mpc8555cds/mpc8555cds.c | 12 +- board/freescale/mpc8560ads/mpc8560ads.c | 8 +- board/freescale/mpc8568mds/mpc8568mds.c | 11 +- board/freescale/mpc8569mds/mpc8569mds.c | 2 +- board/freescale/mpc8572ds/mpc8572ds.c | 145 +-------- board/freescale/p1022ds/Makefile | 39 ++ board/freescale/p1022ds/config.mk | 14 + board/freescale/p1022ds/ddr.c | 106 ++++++ board/freescale/p1022ds/law.c | 21 + board/freescale/p1022ds/p1022ds.c | 354 ++++++++++++++++++ board/freescale/p1022ds/tlb.c | 76 ++++ board/freescale/p2020ds/p2020ds.c | 149 -------- board/mpc8540eval/mpc8540eval.c | 6 +- board/pm854/pm854.c | 2 +- board/pm856/pm856.c | 2 +- board/sbc8349/sbc8349.c | 2 +- board/sbc8548/sbc8548.c | 20 +- board/sbc8560/sbc8560.c | 6 +- board/sheldon/simpc8313/sdram.c | 2 +- board/sheldon/simpc8313/simpc8313.c | 2 +- board/socrates/socrates.c | 31 +- board/tqc/tqm834x/tqm834x.c | 8 +- board/tqc/tqm85xx/nand.c | 12 +- board/tqc/tqm85xx/tqm85xx.c | 35 +- board/xes/xpedite5170/xpedite5170.c | 10 +- board/xes/xpedite5200/xpedite5200.c | 11 +- board/xes/xpedite5370/xpedite5370.c | 9 +- boards.cfg | 1 + common/cmd_reginfo.c | 5 + common/fdt_support.c | 129 ------- drivers/misc/fsl_law.c | 131 +++---- drivers/mtd/nand/fsl_elbc_nand.c | 18 +- include/configs/MPC8313ERDB.h | 1 + include/configs/MPC8315ERDB.h | 1 + include/configs/MPC837XEMDS.h | 1 + include/configs/MPC837XERDB.h | 1 + include/configs/MPC8536DS.h | 15 +- include/configs/MPC8540EVAL.h | 1 + include/configs/MPC8541CDS.h | 1 + include/configs/MPC8544DS.h | 1 + include/configs/MPC8548CDS.h | 1 + include/configs/MPC8555CDS.h | 1 + include/configs/MPC8560ADS.h | 1 + include/configs/MPC8568MDS.h | 1 + include/configs/MPC8569MDS.h | 1 + include/configs/MPC8572DS.h | 15 +- include/configs/P1022DS.h | 470 ++++++++++++++++++++++++ include/configs/P1_P2_RDB.h | 4 + include/configs/P2020DS.h | 17 +- include/configs/PM854.h | 1 + include/configs/PM856.h | 1 + include/configs/SBC8540.h | 1 + include/configs/SIMPC8313.h | 1 + include/configs/TQM85xx.h | 1 + include/configs/XPEDITE5200.h | 1 + include/configs/XPEDITE5370.h | 2 + include/configs/sbc8548.h | 1 + include/configs/sbc8560.h | 1 + include/configs/socrates.h | 1 + include/configs/stxgp3.h | 1 + include/configs/stxssa.h | 1 + include/fdt_support.h | 2 +- include/mpc85xx.h | 2 - nand_spl/board/freescale/mpc8536ds/nand_boot.c | 5 +- nand_spl/nand_boot_fsl_elbc.c | 4 +- 117 files changed, 2370 insertions(+), 1355 deletions(-) create mode 100644 arch/powerpc/cpu/mpc85xx/cmd_errata.c create mode 100644 arch/powerpc/cpu/mpc85xx/p1022_serdes.c create mode 100644 arch/powerpc/cpu/mpc8xxx/fsl_lbc.c create mode 100644 board/freescale/common/ics307_clk.c create mode 100644 board/freescale/common/ics307_clk.h create mode 100644 board/freescale/common/pixis.h create mode 100644 board/freescale/p1022ds/Makefile create mode 100644 board/freescale/p1022ds/config.mk create mode 100644 board/freescale/p1022ds/ddr.c create mode 100644 board/freescale/p1022ds/law.c create mode 100644 board/freescale/p1022ds/p1022ds.c create mode 100644 board/freescale/p1022ds/tlb.c create mode 100644 include/configs/P1022DS.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot