[U-Boot] Please pull u-boot-mpc85xx - master branch

The following changes since commit 0052a051f60a043f1730b3a46f23b3c7b0eb7820: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-i2c
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Anton Vorontsov (1): fsl: sys_eeprom: Fix 'may be used uninitialized' warning
Dipen Dudhat (2): ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
Kumar Gala (7): ppc/8xxx: relocate cpu pointer in global data ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist 85xx: Add support for setting IVORs to fixed offset defaults ppc/85xx: Add a simple function to search the TLB ppc/85xx: Fix bug in setup_mp code ppc/85xx: Cleanup makefile and related optional files ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
Poonam Aggrwal (3): ppc/85xx,86xx: Handling Unknown SOC version ppc/85xx/86xx: Device tree fixup for number of cores ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
Timur Tabi (1): fsl: add register read-back to set_law()
board/atum8548/atum8548.c | 6 +- board/freescale/common/sys_eeprom.c | 3 +- board/freescale/mpc8536ds/mpc8536ds.c | 15 +- board/freescale/mpc8544ds/mpc8544ds.c | 14 +- board/freescale/mpc8548cds/mpc8548cds.c | 6 +- board/freescale/mpc8568mds/mpc8568mds.c | 4 +- board/freescale/mpc8569mds/mpc8569mds.c | 4 +- board/freescale/mpc8572ds/mpc8572ds.c | 17 +-- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 12 +- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 5 +- board/freescale/p1_p2_rdb/ddr.c | 5 - board/freescale/p1_p2_rdb/pci.c | 10 +- board/freescale/p2020ds/p2020ds.c | 14 +- board/sbc8548/sbc8548.c | 6 +- board/tqc/tqm85xx/tqm85xx.c | 8 +- cpu/mpc85xx/Makefile | 23 +++- cpu/mpc85xx/commproc.c | 3 - cpu/mpc85xx/cpu.c | 14 +- cpu/mpc85xx/cpu_init.c | 7 + cpu/mpc85xx/ddr-gen3.c | 1 - cpu/mpc85xx/ether_fcc.c | 4 - cpu/mpc85xx/fdt.c | 9 ++ cpu/mpc85xx/fixed_ivor.S | 79 ++++++++++ cpu/mpc85xx/mp.c | 32 ++++- cpu/mpc85xx/pci.c | 4 +- cpu/mpc85xx/release.S | 3 + cpu/mpc85xx/serial_scc.c | 3 - cpu/mpc85xx/speed.c | 2 +- cpu/mpc85xx/start.S | 6 + cpu/mpc85xx/tlb.c | 27 ++++ cpu/mpc86xx/cpu.c | 11 +- cpu/mpc86xx/fdt.c | 3 + cpu/mpc8xxx/Makefile | 2 + cpu/mpc8xxx/cpu.c | 11 +- cpu/mpc8xxx/ddr/ctrl_regs.c | 23 --- cpu/mpc8xxx/fdt.c | 55 +++++++ cpu/mpc8xxx/pci_cfg.c | 225 +++++++++++++++++++++++++++++ drivers/misc/fsl_law.c | 3 +- include/asm-ppc/fsl_ddr_sdram.h | 1 - include/asm-ppc/fsl_pci.h | 5 + include/asm-ppc/immap_85xx.h | 2 +- include/asm-ppc/mmu.h | 7 +- include/asm-ppc/processor.h | 14 ++ lib_ppc/board.c | 4 + 44 files changed, 568 insertions(+), 144 deletions(-) create mode 100644 cpu/mpc85xx/fixed_ivor.S create mode 100644 cpu/mpc8xxx/fdt.c create mode 100644 cpu/mpc8xxx/pci_cfg.c

Dear Kumar Gala,
In message Pine.LNX.4.64.0909080919540.2124@localhost.localdomain you wrote:
The following changes since commit 0052a051f60a043f1730b3a46f23b3c7b0eb7820: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-i2c
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Anton Vorontsov (1): fsl: sys_eeprom: Fix 'may be used uninitialized' warning
Dipen Dudhat (2): ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
Kumar Gala (7): ppc/8xxx: relocate cpu pointer in global data ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist 85xx: Add support for setting IVORs to fixed offset defaults ppc/85xx: Add a simple function to search the TLB ppc/85xx: Fix bug in setup_mp code ppc/85xx: Cleanup makefile and related optional files ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
Poonam Aggrwal (3): ppc/85xx,86xx: Handling Unknown SOC version ppc/85xx/86xx: Device tree fixup for number of cores ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
Timur Tabi (1): fsl: add register read-back to set_law()
board/atum8548/atum8548.c | 6 +- board/freescale/common/sys_eeprom.c | 3 +- board/freescale/mpc8536ds/mpc8536ds.c | 15 +- board/freescale/mpc8544ds/mpc8544ds.c | 14 +- board/freescale/mpc8548cds/mpc8548cds.c | 6 +- board/freescale/mpc8568mds/mpc8568mds.c | 4 +- board/freescale/mpc8569mds/mpc8569mds.c | 4 +- board/freescale/mpc8572ds/mpc8572ds.c | 17 +-- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 12 +- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 5 +- board/freescale/p1_p2_rdb/ddr.c | 5 - board/freescale/p1_p2_rdb/pci.c | 10 +- board/freescale/p2020ds/p2020ds.c | 14 +- board/sbc8548/sbc8548.c | 6 +- board/tqc/tqm85xx/tqm85xx.c | 8 +- cpu/mpc85xx/Makefile | 23 +++- cpu/mpc85xx/commproc.c | 3 - cpu/mpc85xx/cpu.c | 14 +- cpu/mpc85xx/cpu_init.c | 7 + cpu/mpc85xx/ddr-gen3.c | 1 - cpu/mpc85xx/ether_fcc.c | 4 - cpu/mpc85xx/fdt.c | 9 ++ cpu/mpc85xx/fixed_ivor.S | 79 ++++++++++ cpu/mpc85xx/mp.c | 32 ++++- cpu/mpc85xx/pci.c | 4 +- cpu/mpc85xx/release.S | 3 + cpu/mpc85xx/serial_scc.c | 3 - cpu/mpc85xx/speed.c | 2 +- cpu/mpc85xx/start.S | 6 + cpu/mpc85xx/tlb.c | 27 ++++ cpu/mpc86xx/cpu.c | 11 +- cpu/mpc86xx/fdt.c | 3 + cpu/mpc8xxx/Makefile | 2 + cpu/mpc8xxx/cpu.c | 11 +- cpu/mpc8xxx/ddr/ctrl_regs.c | 23 --- cpu/mpc8xxx/fdt.c | 55 +++++++ cpu/mpc8xxx/pci_cfg.c | 225 +++++++++++++++++++++++++++++ drivers/misc/fsl_law.c | 3 +- include/asm-ppc/fsl_ddr_sdram.h | 1 - include/asm-ppc/fsl_pci.h | 5 + include/asm-ppc/immap_85xx.h | 2 +- include/asm-ppc/mmu.h | 7 +- include/asm-ppc/processor.h | 14 ++ lib_ppc/board.c | 4 + 44 files changed, 568 insertions(+), 144 deletions(-) create mode 100644 cpu/mpc85xx/fixed_ivor.S create mode 100644 cpu/mpc8xxx/fdt.c create mode 100644 cpu/mpc8xxx/pci_cfg.c
Done, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Kumar Gala
-
Wolfgang Denk