[U-Boot] Pull request: u-boot-mpc85xx/master
York Sun
yorksun at freescale.com
Thu Oct 17 02:30:34 CEST 2013
Tom,
The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:
Prepare v2013.10 (2013-10-16 13:08:12 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a:
PCIe:change the method to get the address of a requested capability in
configuration space. (2013-10-16 16:15:17 -0700)
----------------------------------------------------------------
Po Liu (3):
powerpc: add CONFIG_SECURE_BOOT condition into fsl_secure_boot.h
powerpc:c29xpcie: make ifc timing parameter flexible
powerpc/c29xpcie: modify DDR parameter to make DDR more stable
Prabhakar Kushwaha (6):
powerpc/mpc85xx:Make L2 cache type independent of CHASSIS2
powerpc/mpc85xx:Update processor defines for T1040
powerpc/mpc85xx:Avoid fix clk groups for Cluster & HW accelerator
board/bsc9131rdb: Update IFC timings for NAND flash
powerpc/t1040qds: Add T1040QDS board
boards/c29xpcie: Update TLB and LAW size for IFC NAND, CPLD
Priyanka Jain (1):
powerpc: Fix CamelCase warnings in DDR related code
Shaohui Xie (3):
powerpc/t4240: updated rcw_cfg to align with default hardware
configuration
powerpc/B4860: enable PBL tool for B4860
powerpc/tool/pbl: fix pbl image compiling process
Shengzhou Liu (4):
powerpc/p1010rdb: remove unused cpld_show
powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM
board/p1010rdb: add pin mux and sdhc support in any boot
powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-pa
Ying Zhang (3):
powerpc: p1_p2_rdb_pc: Enable p1_p2_rdb_pc to boot from SD Card
with SPL
powerpc : p1_p2_rdb_pc : Enable p1_p2_rdb_pc to start from eSPI
with SPL
powerpc: p1_p2_rdb_pc: add TPL for p1_p2_rdb_pc nand boot
York Sun (1):
powerpc/mpc85xx: Add workaround for erratum A006379
Zhao Qiang (3):
Corenet/p5040/SGMII:fix the problem for SGMII5/6
SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode
PCIe:change the method to get the address of a requested
capability in configuration space.
ramneek mehresh (1):
powerpc/usb: Mention usb1 before usb2 inside default hwconfig string
Makefile | 1 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 5 +
arch/powerpc/cpu/mpc85xx/cpu_init.c | 13 +-
arch/powerpc/cpu/mpc85xx/fdt.c | 2 +-
arch/powerpc/cpu/mpc85xx/speed.c | 114 +--
arch/powerpc/cpu/mpc85xx/start.S | 2 +-
.../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h | 46 +-
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 76 +-
arch/powerpc/cpu/mpc8xxx/ddr/ddr.h | 2 +-
arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c | 52 +-
arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c | 52 +-
arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c | 54 +-
arch/powerpc/cpu/mpc8xxx/ddr/interactive.c | 312 ++++----
.../cpu/mpc8xxx/ddr/lc_common_dimm_params.c | 214 +++---
arch/powerpc/cpu/mpc8xxx/ddr/main.c | 6 +-
arch/powerpc/cpu/mpc8xxx/ddr/options.c | 34 +-
arch/powerpc/include/asm/config_mpc85xx.h | 35 +-
arch/powerpc/include/asm/fsl_ddr_dimm_params.h | 48 +-
arch/powerpc/include/asm/fsl_ddr_sdram.h | 28 +-
arch/powerpc/include/asm/fsl_errata.h | 25 +
arch/powerpc/include/asm/fsl_pci.h | 18 -
arch/powerpc/include/asm/fsl_secure_boot.h | 2 +
arch/powerpc/include/asm/immap_512x.h | 4 +-
arch/powerpc/include/asm/immap_85xx.h | 22 +-
board/exmeritus/hww1u1a/ddr.c | 2 +-
board/freescale/b4860qds/b4860qds_qixis.h | 5 +
board/freescale/b4860qds/b4_pbi.cfg | 27 +
board/freescale/b4860qds/b4_rcw.cfg | 7 +
board/freescale/b4860qds/ddr.c | 32 +-
board/freescale/b4860qds/eth_b4860qds.c | 18 +
board/freescale/bsc9131rdb/ddr.c | 26 +-
board/freescale/bsc9132qds/ddr.c | 26 +-
board/freescale/c29xpcie/ddr.c | 28 +-
board/freescale/c29xpcie/law.c | 4 +-
board/freescale/c29xpcie/tlb.c | 4 +-
board/freescale/common/qixis.h | 4 +-
board/freescale/common/sys_eeprom.c | 4 +
board/freescale/corenet_ds/ddr.c | 6 +-
board/freescale/corenet_ds/eth_hydra.c | 6 +
board/freescale/corenet_ds/eth_p4080.c | 12 +
board/freescale/corenet_ds/eth_superhydra.c | 72 +-
board/freescale/mpc8349emds/ddr.c | 8 +-
board/freescale/mpc8540ads/ddr.c | 2 +-
board/freescale/mpc8544ds/ddr.c | 2 +-
board/freescale/mpc8560ads/ddr.c | 2 +-
board/freescale/mpc8572ds/ddr.c | 6 +-
board/freescale/mpc8610hpcd/ddr.c | 2 +-
board/freescale/mpc8641hpcn/ddr.c | 2 +-
board/freescale/p1010rdb/ddr.c | 26 +-
board/freescale/p1010rdb/law.c | 2 -
board/freescale/p1010rdb/p1010rdb.c | 330 +++++++--
board/freescale/p1010rdb/tlb.c | 4 -
board/freescale/p1022ds/ddr.c | 6 +-
board/freescale/p1023rdb/ddr.c | 26 +-
board/freescale/p1_p2_rdb_pc/Makefile | 3 +
board/freescale/p1_p2_rdb_pc/ddr.c | 130 ++--
board/freescale/p1_p2_rdb_pc/spl.c | 122 ++++
board/freescale/p1_p2_rdb_pc/spl_minimal.c | 83 +--
board/freescale/p1_p2_rdb_pc/tlb.c | 27 +-
board/freescale/p2020ds/ddr.c | 6 +-
board/freescale/p2041rdb/ddr.c | 6 +-
board/freescale/t1040qds/Makefile | 37 +
board/freescale/t1040qds/README | 169 +++++
board/freescale/t1040qds/ddr.c | 117 +++
board/freescale/t1040qds/ddr.h | 50 ++
board/freescale/t1040qds/law.c | 32 +
board/freescale/t1040qds/pci.c | 23 +
board/freescale/t1040qds/t1040qds.c | 255 +++++++
board/freescale/t1040qds/t1040qds.h | 13 +
board/freescale/t1040qds/t1040qds_qixis.h | 36 +
board/freescale/t1040qds/tlb.c | 108 +++
board/freescale/t4qds/ddr.c | 4 +-
board/freescale/t4qds/ddr.h | 2 +-
board/freescale/t4qds/t4_rcw.cfg | 8 +-
board/stx/stxgp3/ddr.c | 2 +-
board/stx/stxssa/ddr.c | 2 +-
board/xes/xpedite550x/ddr.c | 2 +-
boards.cfg | 43 +-
doc/README.pblimage | 15 +-
drivers/net/fm/Makefile | 1 +
drivers/net/fm/fm.h | 1 +
drivers/net/fm/init.c | 44 ++
drivers/net/fm/t1040.c | 16 +
drivers/pci/fsl_pci_init.c | 44 +-
drivers/pci/pci.c | 65 ++
include/configs/B4860QDS.h | 4 +-
include/configs/BSC9131RDB.h | 16 +-
include/configs/C29XPCIE.h | 8 +-
include/configs/P1010RDB.h | 118 ++-
include/configs/P2041RDB.h | 2 -
include/configs/T1040QDS.h | 761
++++++++++++++++++++
include/configs/T4240QDS.h | 2 -
include/configs/corenet_ds.h | 6 +-
include/configs/p1_p2_rdb_pc.h | 176 +++--
include/ddr_spd.h | 48 +-
include/fm_eth.h | 4 +
include/pci.h | 10 +
97 files changed, 3437 insertions(+), 1052 deletions(-)
create mode 100644 arch/powerpc/include/asm/fsl_errata.h
create mode 100644 board/freescale/b4860qds/b4_pbi.cfg
create mode 100644 board/freescale/b4860qds/b4_rcw.cfg
create mode 100644 board/freescale/p1_p2_rdb_pc/spl.c
create mode 100644 board/freescale/t1040qds/Makefile
create mode 100644 board/freescale/t1040qds/README
create mode 100644 board/freescale/t1040qds/ddr.c
create mode 100644 board/freescale/t1040qds/ddr.h
create mode 100644 board/freescale/t1040qds/law.c
create mode 100644 board/freescale/t1040qds/pci.c
create mode 100644 board/freescale/t1040qds/t1040qds.c
create mode 100644 board/freescale/t1040qds/t1040qds.h
create mode 100644 board/freescale/t1040qds/t1040qds_qixis.h
create mode 100644 board/freescale/t1040qds/tlb.c
create mode 100644 drivers/net/fm/t1040.c
create mode 100644 include/configs/T1040QDS.h
Thanks.
York
More information about the U-Boot
mailing list