* [U-Boot] Pull request: u-boot-mpc85xx/master
@ 2013-10-17 0:30 York Sun
2013-10-24 1:21 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: York Sun @ 2013-10-17 0:30 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Pull request: u-boot-mpc85xx/master
2013-10-17 0:30 [U-Boot] Pull request: u-boot-mpc85xx/master York Sun
@ 2013-10-24 1:21 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2013-10-24 1:21 UTC (permalink / raw)
To: u-boot
On Wed, Oct 16, 2013 at 05:30:34PM -0700, York Sun wrote:
> 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
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131023/67ee594b/attachment.pgp>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] pull request: u-boot-mpc85xx/master
@ 2019-06-20 9:44 Prabhakar Kushwaha
2019-06-21 1:53 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Prabhakar Kushwaha @ 2019-06-20 9:44 UTC (permalink / raw)
To: u-boot
Dear Tom,
Please find my pull request for u-boot-mpc85xx/master
Summary:
- PCIe driver change to support DM model
- T2080QDS migrated to use PCIe DM model
Travis-CI: https://travis-ci.org/prabhukush/u-boot/builds/548042921
--pk (prabhakar: prabhu_kush)
--------------------------------------------------------------------------------------------------------------------------------------------
The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:
Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi (2019-06-15 13:03:00 -0400)
are available in the git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD
for you to fetch changes up to 70833d530e3b9a776c5127487c7d3c1a1bb238cc:
configs: T2080QDS: Enable PCIe driver (2019-06-20 10:55:22 +0530)
----------------------------------------------------------------
Hou Zhiqiang (8):
powerpc: mpc85xx: Move CONFIG_FSL_PCIE_DISABLE_ASPM to Kconfig
powerpc: mpc85xx: Move CONFIG_FSL_PCIE_RESET to Kconfig
powerpc: mpc85xx: Update the condition to compile PCI routines
powerpc: T208xQDS: Compile the legacy PCIe routines conditionally
t2080: dts: Added PCIe DT nodes
dm: pci: add Freescale PowerPC PCIe driver
powerpc: T208xQDS: Disable legacy PCIe driver when DM_PCI is enabled
configs: T2080QDS: Enable PCIe driver
arch/powerpc/cpu/mpc85xx/Kconfig | 29 ++
arch/powerpc/cpu/mpc85xx/pci.c | 2 +-
arch/powerpc/dts/t2080.dtsi | 48 +++
arch/powerpc/include/asm/config_mpc85xx.h | 5 -
board/freescale/t208xqds/pci.c | 2 +
configs/T2080QDS_NAND_defconfig | 3 +
configs/T2080QDS_SDCARD_defconfig | 3 +
configs/T2080QDS_SECURE_BOOT_defconfig | 3 +
configs/T2080QDS_SPIFLASH_defconfig | 3 +
configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 3 +
configs/T2080QDS_defconfig | 3 +
drivers/pci/Kconfig | 8 +
drivers/pci/Makefile | 1 +
drivers/pci/pcie_fsl.c | 610 ++++++++++++++++++++++++++++++
drivers/pci/pcie_fsl.h | 56 +++
drivers/pci/pcie_fsl_fixup.c | 50 +++
include/configs/BSC9132QDS.h | 1 -
include/configs/C29XPCIE.h | 1 -
include/configs/MPC8536DS.h | 1 -
include/configs/MPC8544DS.h | 1 -
include/configs/MPC8548CDS.h | 1 -
include/configs/MPC8568MDS.h | 1 -
include/configs/MPC8569MDS.h | 1 -
include/configs/MPC8572DS.h | 1 -
include/configs/P1010RDB.h | 1 -
include/configs/P1022DS.h | 1 -
include/configs/P1023RDB.h | 1 -
include/configs/T208xQDS.h | 37 +-
include/configs/T208xRDB.h | 1 -
include/configs/UCP1020.h | 1 -
include/configs/controlcenterd.h | 1 -
include/configs/p1_p2_rdb_pc.h | 1 -
include/configs/p1_twr.h | 1 -
include/configs/sbc8548.h | 1 -
include/configs/xpedite537x.h | 1 -
include/configs/xpedite550x.h | 1 -
36 files changed, 842 insertions(+), 43 deletions(-)
create mode 100644 drivers/pci/pcie_fsl.c
create mode 100644 drivers/pci/pcie_fsl.h
create mode 100644 drivers/pci/pcie_fsl_fixup.c
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] pull request: u-boot-mpc85xx/master
2019-06-20 9:44 [U-Boot] pull " Prabhakar Kushwaha
@ 2019-06-21 1:53 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2019-06-21 1:53 UTC (permalink / raw)
To: u-boot
On Thu, Jun 20, 2019 at 09:44:32AM +0000, Prabhakar Kushwaha wrote:
> Dear Tom,
>
> Please find my pull request for u-boot-mpc85xx/master
>
> Summary:
> - PCIe driver change to support DM model
> - T2080QDS migrated to use PCIe DM model
>
> Travis-CI: https://travis-ci.org/prabhukush/u-boot/builds/548042921
>
>
> --pk (prabhakar: prabhu_kush)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190620/3e28f010/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] pull request: u-boot-mpc85xx/master
@ 2019-08-27 11:01 Prabhakar Kushwaha
2019-08-27 17:19 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Prabhakar Kushwaha @ 2019-08-27 11:01 UTC (permalink / raw)
To: u-boot
Dear Tom,
Please find my pull request for u-boot-mpc85xx/master
Summary:
Support of device tree model for T2080RDB, T4240RDB, T1024RDB, T1042D4RDB,
P1020RDB, P2020RDB, P2041RDB, P3041DS, P4080DS, P5040DS and MPC8548CDS. Also
support of i2c dm model.
Travis-CI: https://travis-ci.org/prabhukush/u-boot/builds/576892818
--pk (prabhakar: prabhu_kush)
---------------------------------------------------------------------------------------------------------------------------------------
The following changes since commit 1ee774d20914fb89ad1b236aedb4178912f77c77:
Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig (2019-08-25 20:59:00 -0400)
are available in the git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD
for you to fetch changes up to f83c7788a71eb3a67571f80a7917f2404156df70:
powerpc: Enable device tree support for MPC8548CDS (2019-08-26 21:33:46 +0530)
----------------------------------------------------------------
Heiko Schocher (1):
ddr, fsl: add DM_I2C support
Hou Zhiqiang (14):
powerpc: mpc85xx: Add device tree support option for PBL boot image
powerpc: Enable device tree support for T2080RDB
powerpc: Enable device tree support for T4240RDB
powerpc: Enable device tree support for T1024RDB
powerpc: Enable device tree support for T1042D4RDB
powerpc: Enable device tree support for P1020RDB
powerpc: Enable device tree support for P2020RDB
powerpc: Enable device tree support for P2041RDB
powerpc: Enable device tree support for P3041DS
powerpc: Enable device tree support for P4080DS
powerpc: Enable device tree support for P5040DS
powerpc: dts: add default definition of CONFIG_RESET_VECTOR_ADDRESS
powerpc: mpc8548cds: extend the reserved length for monitor
powerpc: Enable device tree support for MPC8548CDS
Makefile | 8 +-
arch/powerpc/dts/Makefile | 12 +++
arch/powerpc/dts/e500mc_power_isa.dtsi | 33 ++++++++
arch/powerpc/dts/e500v2_power_isa.dtsi | 26 ++++++
arch/powerpc/dts/e5500_power_isa.dtsi | 34 ++++++++
arch/powerpc/dts/mpc8548-post.dtsi | 27 ++++++
arch/powerpc/dts/mpc8548.dtsi | 27 ++++++
arch/powerpc/dts/mpc8548cds.dts | 23 ++++++
arch/powerpc/dts/mpc8548cds_36b.dts | 23 ++++++
arch/powerpc/dts/p1020-post.dtsi | 27 ++++++
arch/powerpc/dts/p1020.dtsi | 31 +++++++
arch/powerpc/dts/p1020rdb-pc.dts | 23 ++++++
arch/powerpc/dts/p1020rdb-pc_36b.dts | 23 ++++++
arch/powerpc/dts/p1020rdb-pd.dts | 23 ++++++
arch/powerpc/dts/p2020-post.dtsi | 27 ++++++
arch/powerpc/dts/p2020.dtsi | 31 +++++++
arch/powerpc/dts/p2020rdb-pc.dts | 23 ++++++
arch/powerpc/dts/p2020rdb-pc_36b.dts | 23 ++++++
arch/powerpc/dts/p2041.dtsi | 63 ++++++++++++++
arch/powerpc/dts/p2041rdb.dts | 18 ++++
arch/powerpc/dts/p3041.dtsi | 63 ++++++++++++++
arch/powerpc/dts/p3041ds.dts | 18 ++++
arch/powerpc/dts/p4080.dtsi | 83 +++++++++++++++++++
arch/powerpc/dts/p4080ds.dts | 18 ++++
arch/powerpc/dts/p5040.dtsi | 62 ++++++++++++++
arch/powerpc/dts/p5040ds.dts | 18 ++++
arch/powerpc/dts/t1024rdb.dts | 17 ++++
arch/powerpc/dts/t102x.dtsi | 52 ++++++++++++
arch/powerpc/dts/t1042d4rdb.dts | 17 ++++
arch/powerpc/dts/t104x.dtsi | 62 ++++++++++++++
arch/powerpc/dts/t2080rdb.dts | 17 ++++
arch/powerpc/dts/t4240.dtsi | 102 +++++++++++++++++++++++
arch/powerpc/dts/t4240rdb.dts | 17 ++++
arch/powerpc/dts/u-boot.dtsi | 3 +
board/freescale/p1_p2_rdb_pc/README | 19 +++++
board/freescale/p2041rdb/README | 18 ++++
board/freescale/t102xrdb/README | 19 +++++
board/freescale/t104xrdb/README | 19 +++++
board/freescale/t208xrdb/README | 19 +++++
configs/MPC8548CDS_36BIT_defconfig | 3 +
configs/MPC8548CDS_defconfig | 3 +
configs/MPC8548CDS_legacy_defconfig | 3 +
configs/P1020RDB-PC_36BIT_NAND_defconfig | 3 +-
configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 3 +-
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 3 +-
configs/P1020RDB-PC_36BIT_defconfig | 4 +-
configs/P1020RDB-PC_NAND_defconfig | 3 +-
configs/P1020RDB-PC_SDCARD_defconfig | 3 +-
configs/P1020RDB-PC_SPIFLASH_defconfig | 3 +-
configs/P1020RDB-PC_defconfig | 4 +-
configs/P1020RDB-PD_NAND_defconfig | 3 +-
configs/P1020RDB-PD_SDCARD_defconfig | 3 +-
configs/P1020RDB-PD_SPIFLASH_defconfig | 3 +-
configs/P1020RDB-PD_defconfig | 4 +-
configs/P2020RDB-PC_36BIT_NAND_defconfig | 3 +-
configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 3 +-
configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 3 +-
configs/P2020RDB-PC_36BIT_defconfig | 4 +-
configs/P2020RDB-PC_NAND_defconfig | 3 +-
configs/P2020RDB-PC_SDCARD_defconfig | 3 +-
configs/P2020RDB-PC_SPIFLASH_defconfig | 3 +-
configs/P2020RDB-PC_defconfig | 4 +-
configs/P2041RDB_NAND_defconfig | 4 +-
configs/P2041RDB_SDCARD_defconfig | 4 +-
configs/P2041RDB_SPIFLASH_defconfig | 4 +-
configs/P2041RDB_defconfig | 4 +-
configs/P3041DS_NAND_defconfig | 4 +-
configs/P3041DS_SDCARD_defconfig | 4 +-
configs/P3041DS_SPIFLASH_defconfig | 4 +-
configs/P3041DS_defconfig | 4 +-
configs/P4080DS_SDCARD_defconfig | 4 +-
configs/P4080DS_SPIFLASH_defconfig | 4 +-
configs/P4080DS_defconfig | 4 +-
configs/P5040DS_NAND_defconfig | 4 +-
configs/P5040DS_SDCARD_defconfig | 4 +-
configs/P5040DS_SPIFLASH_defconfig | 4 +-
configs/P5040DS_defconfig | 4 +-
configs/T1024RDB_NAND_defconfig | 3 +-
configs/T1024RDB_SDCARD_defconfig | 3 +-
configs/T1024RDB_SPIFLASH_defconfig | 3 +-
configs/T1024RDB_defconfig | 4 +-
configs/T1042D4RDB_NAND_defconfig | 3 +-
configs/T1042D4RDB_SDCARD_defconfig | 3 +-
configs/T1042D4RDB_SPIFLASH_defconfig | 3 +-
configs/T1042D4RDB_defconfig | 4 +-
configs/T2080RDB_NAND_defconfig | 3 +-
configs/T2080RDB_SDCARD_defconfig | 3 +-
configs/T2080RDB_SPIFLASH_defconfig | 3 +-
configs/T2080RDB_defconfig | 4 +-
configs/T4240RDB_SDCARD_defconfig | 3 +-
configs/T4240RDB_defconfig | 4 +-
drivers/ddr/fsl/main.c | 119 +++++++++++++++++----------
include/configs/MPC8548CDS.h | 2 +-
93 files changed, 1375 insertions(+), 94 deletions(-)
create mode 100644 arch/powerpc/dts/e500mc_power_isa.dtsi
create mode 100644 arch/powerpc/dts/e500v2_power_isa.dtsi
create mode 100644 arch/powerpc/dts/e5500_power_isa.dtsi
create mode 100644 arch/powerpc/dts/mpc8548-post.dtsi
create mode 100644 arch/powerpc/dts/mpc8548.dtsi
create mode 100644 arch/powerpc/dts/mpc8548cds.dts
create mode 100644 arch/powerpc/dts/mpc8548cds_36b.dts
create mode 100644 arch/powerpc/dts/p1020-post.dtsi
create mode 100644 arch/powerpc/dts/p1020.dtsi
create mode 100644 arch/powerpc/dts/p1020rdb-pc.dts
create mode 100644 arch/powerpc/dts/p1020rdb-pc_36b.dts
create mode 100644 arch/powerpc/dts/p1020rdb-pd.dts
create mode 100644 arch/powerpc/dts/p2020-post.dtsi
create mode 100644 arch/powerpc/dts/p2020.dtsi
create mode 100644 arch/powerpc/dts/p2020rdb-pc.dts
create mode 100644 arch/powerpc/dts/p2020rdb-pc_36b.dts
create mode 100644 arch/powerpc/dts/p2041.dtsi
create mode 100644 arch/powerpc/dts/p2041rdb.dts
create mode 100644 arch/powerpc/dts/p3041.dtsi
create mode 100644 arch/powerpc/dts/p3041ds.dts
create mode 100644 arch/powerpc/dts/p4080.dtsi
create mode 100644 arch/powerpc/dts/p4080ds.dts
create mode 100644 arch/powerpc/dts/p5040.dtsi
create mode 100644 arch/powerpc/dts/p5040ds.dts
create mode 100644 arch/powerpc/dts/t1024rdb.dts
create mode 100644 arch/powerpc/dts/t102x.dtsi
create mode 100644 arch/powerpc/dts/t1042d4rdb.dts
create mode 100644 arch/powerpc/dts/t104x.dtsi
create mode 100644 arch/powerpc/dts/t2080rdb.dts
create mode 100644 arch/powerpc/dts/t4240.dtsi
create mode 100644 arch/powerpc/dts/t4240rdb.dts
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] pull request: u-boot-mpc85xx/master
2019-08-27 11:01 Prabhakar Kushwaha
@ 2019-08-27 17:19 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2019-08-27 17:19 UTC (permalink / raw)
To: u-boot
On Tue, Aug 27, 2019 at 11:01:42AM +0000, Prabhakar Kushwaha wrote:
> Dear Tom,
>
> Please find my pull request for u-boot-mpc85xx/master
>
> Summary:
> Support of device tree model for T2080RDB, T4240RDB, T1024RDB, T1042D4RDB,
> P1020RDB, P2020RDB, P2041RDB, P3041DS, P4080DS, P5040DS and MPC8548CDS. Also
> support of i2c dm model.
>
> Travis-CI: https://travis-ci.org/prabhukush/u-boot/builds/576892818
>
> --pk (prabhakar: prabhu_kush)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190827/3d2d1d83/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] pull request: u-boot-mpc85xx/master
@ 2019-08-29 5:22 Prabhakar Kushwaha
2019-08-30 1:36 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Prabhakar Kushwaha @ 2019-08-29 5:22 UTC (permalink / raw)
To: u-boot
Dear Tom,
Please find my pull request for u-boot-mpc85xx/master
Summary:
Enable DM PCI for T2080RDB, T4240RDB, T1024RDB, T1042D4RDB, P1020RDB,
P2020RDB, P2041RDB, P3041DS, P4080DS, and MPC8548CDS
Travis-CI: https://travis-ci.org/prabhukush/u-boot/builds/577733313
--pk (prabhakar: prabhu_kush)
-------------------------------------------------------------------------------------------------------------------------------------
The following changes since commit e4b8dd9b34021241cd05d5cc9d24b4ae34657830:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx (2019-08-27 07:11:37 -0400)
are available in the git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD
for you to fetch changes up to 43e881e38b505835dd3d20ab35b5845bc20a1aae:
configs: MPC8548CDS: Enable PCIe driver (2019-08-28 13:47:47 +0530)
----------------------------------------------------------------
Hou Zhiqiang (50):
dm: pcie_fsl: Convert IS_ENABLED() run-time checking to #ifdef
dm: pcie_fsl: Fix the Class Code fixup function
dm: pcie_fsl: Fix the calculation of controller index
powerpc: T208xRDB: Compile legacy PCIe routines conditionally
powerpc: T208xRDB: Disable legacy PCIe driver when DM_PCI is enabled
configs: T2080RDB: Enable PCIe driver
powerpc: T4RDB: Compile legacy PCIe routines conditionally
dm: pcie_fsl: Add T4240 PCIe support
t4240: dts: Added PCIe DT nodes
powerpc: T4240RDB: Disable legacy PCIe driver when DM_PCI is enabled
configs: T4240RDB: Enable PCIe driver
powerpc: T102xRDB: Compile legacy PCIe routines conditionally
dm: pcie_fsl: Add T102x PCIe support
t102x: dts: Added PCIe DT nodes
powerpc: T102xRDB: Remove the useless macro CONFIG_ARCH_T1040
powerpc: T102xRDB: Disable legacy PCIe driver when DM_PCI is enabled
configs: T1024RDB: Enable PCIe driver
powerpc: T104xRDB: Compile legacy PCIe routines conditionally
dm: pcie_fsl: Add T104x PCIe support
t104x: dts: Added PCIe DT nodes
powerpc: T104xRDB: Disable legacy PCIe driver when DM_PCI is enabled
configs: T1042D4RDB: Enable PCIe driver
powerpc: p1_p2_rdb: Compile legacy PCIe routines conditionally
dm: pcie_fsl: Add PCIe support for P1 and P2 series SoCs
P1020: dts: Added PCIe DT nodes
powerpc: p1_p2_rdb: Disable legacy PCIe driver when DM_PCI is enabled
configs: P1020RDB: Enable PCIe driver
P2020: dts: Added PCIe DT nodes
configs: P2020RDB: Enable PCIe driver
powerpc: p_corenet: Compile legacy PCIe routines conditionally
dm: pcie_fsl: Add P2041 PCIe support
P2041: dts: Added PCIe DT nodes
powerpc: P2041RDB: Disable legacy PCIe driver when DM_PCI is enabled
configs: P2041RDB: Enable PCIe driver
dm: pcie_fsl: Add P3041 PCIe support
P3041: dts: Added PCIe DT nodes
powerpc: corenet_ds: Disable legacy PCIe driver when DM_PCI is enabled
configs: P3041DS: Enable PCIe driver
dm: pcie_fsl: Add P4080 PCIe support
P4080: dts: Added PCIe DT nodes
configs: P4080DS: Enable PCIe driver
dm: pcie_fsl: Add P5040 PCIe support
P5040: dts: Added PCIe DT nodes
configs: P5040DS: Enable PCIe driver
powerpc: MPC8548CDS: Compile legacy PCIe routines conditionally
powerpc: MPC85xxCDS: Disable legacy PCI fixup when DM_PCI is selected
dm: pcie_fsl: Add MPC8548 PCIe support
MPC8548: dts: Added PCIe DT node
powerpc: MPC8548CDS: Disable legacy PCIe driver when DM_PCI is enabled
configs: MPC8548CDS: Enable PCIe driver
arch/powerpc/dts/mpc8548-post.dtsi | 9 ++
arch/powerpc/dts/mpc8548cds.dts | 6 ++
arch/powerpc/dts/mpc8548cds_36b.dts | 6 ++
arch/powerpc/dts/p1020-post.dtsi | 20 +++++
arch/powerpc/dts/p1020rdb-pc.dts | 12 +++
arch/powerpc/dts/p1020rdb-pc_36b.dts | 12 +++
arch/powerpc/dts/p1020rdb-pd.dts | 12 +++
arch/powerpc/dts/p2020-post.dtsi | 30 +++++++
arch/powerpc/dts/p2020rdb-pc.dts | 17 ++++
arch/powerpc/dts/p2020rdb-pc_36b.dts | 17 ++++
arch/powerpc/dts/p2041.dtsi | 36 ++++++++
arch/powerpc/dts/p3041.dtsi | 48 +++++++++++
arch/powerpc/dts/p4080.dtsi | 36 ++++++++
arch/powerpc/dts/p5040.dtsi | 36 ++++++++
arch/powerpc/dts/t102x.dtsi | 36 ++++++++
arch/powerpc/dts/t104x.dtsi | 48 +++++++++++
arch/powerpc/dts/t4240.dtsi | 48 +++++++++++
board/freescale/common/cds_pci_ft.c | 4 +-
board/freescale/common/p_corenet/pci.c | 2 +
board/freescale/mpc8548cds/mpc8548cds.c | 6 +-
board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c | 4 +-
board/freescale/t102xrdb/pci.c | 2 +
board/freescale/t104xrdb/pci.c | 2 +
board/freescale/t208xrdb/pci.c | 2 +
board/freescale/t4rdb/pci.c | 2 +
configs/MPC8548CDS_36BIT_defconfig | 4 +
configs/MPC8548CDS_defconfig | 4 +
configs/MPC8548CDS_legacy_defconfig | 4 +
configs/P1020RDB-PC_36BIT_NAND_defconfig | 4 +
configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 4 +
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 4 +
configs/P1020RDB-PC_36BIT_defconfig | 4 +
configs/P1020RDB-PC_NAND_defconfig | 4 +
configs/P1020RDB-PC_SDCARD_defconfig | 4 +
configs/P1020RDB-PC_SPIFLASH_defconfig | 4 +
configs/P1020RDB-PC_defconfig | 4 +
configs/P1020RDB-PD_NAND_defconfig | 4 +
configs/P1020RDB-PD_SDCARD_defconfig | 4 +
configs/P1020RDB-PD_SPIFLASH_defconfig | 4 +
configs/P1020RDB-PD_defconfig | 4 +
configs/P2020RDB-PC_36BIT_NAND_defconfig | 4 +
configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 4 +
configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 4 +
configs/P2020RDB-PC_36BIT_defconfig | 4 +
configs/P2020RDB-PC_NAND_defconfig | 4 +
configs/P2020RDB-PC_SDCARD_defconfig | 4 +
configs/P2020RDB-PC_SPIFLASH_defconfig | 4 +
configs/P2020RDB-PC_defconfig | 4 +
configs/P2041RDB_NAND_defconfig | 4 +
configs/P2041RDB_SDCARD_defconfig | 4 +
configs/P2041RDB_SPIFLASH_defconfig | 4 +
configs/P2041RDB_defconfig | 4 +
configs/P3041DS_NAND_defconfig | 4 +
configs/P3041DS_SDCARD_defconfig | 4 +
configs/P3041DS_SPIFLASH_defconfig | 4 +
configs/P3041DS_defconfig | 4 +
configs/P4080DS_SDCARD_defconfig | 4 +
configs/P4080DS_SPIFLASH_defconfig | 4 +
configs/P4080DS_defconfig | 4 +
configs/P5040DS_NAND_defconfig | 4 +
configs/P5040DS_SDCARD_defconfig | 4 +
configs/P5040DS_SPIFLASH_defconfig | 4 +
configs/P5040DS_defconfig | 4 +
configs/T1024RDB_NAND_defconfig | 4 +
configs/T1024RDB_SDCARD_defconfig | 4 +
configs/T1024RDB_SPIFLASH_defconfig | 4 +
configs/T1024RDB_defconfig | 4 +
configs/T1042D4RDB_NAND_defconfig | 4 +
configs/T1042D4RDB_SDCARD_defconfig | 4 +
configs/T1042D4RDB_SPIFLASH_defconfig | 4 +
configs/T1042D4RDB_defconfig | 4 +
configs/T2080RDB_NAND_defconfig | 4 +
configs/T2080RDB_SDCARD_defconfig | 4 +
configs/T2080RDB_SPIFLASH_defconfig | 4 +
configs/T2080RDB_defconfig | 4 +
configs/T4240RDB_SDCARD_defconfig | 4 +
configs/T4240RDB_defconfig | 4 +
drivers/pci/pcie_fsl.c | 121 ++++++++++++++++++---------
drivers/pci/pcie_fsl.h | 10 +++
include/configs/MPC8548CDS.h | 22 +++--
include/configs/P2041RDB.h | 55 ++++--------
include/configs/T102xRDB.h | 78 ++++-------------
include/configs/T104xRDB.h | 38 +++++----
include/configs/T208xRDB.h | 36 ++++----
include/configs/T4240RDB.h | 35 ++++----
include/configs/corenet_ds.h | 63 +++++---------
include/configs/p1_p2_rdb_pc.h | 36 +++++---
87 files changed, 893 insertions(+), 262 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] pull request: u-boot-mpc85xx/master
2019-08-29 5:22 Prabhakar Kushwaha
@ 2019-08-30 1:36 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2019-08-30 1:36 UTC (permalink / raw)
To: u-boot
On Thu, Aug 29, 2019 at 05:22:58AM +0000, Prabhakar Kushwaha wrote:
> Dear Tom,
>
> Please find my pull request for u-boot-mpc85xx/master
>
> Summary:
> Enable DM PCI for T2080RDB, T4240RDB, T1024RDB, T1042D4RDB, P1020RDB,
> P2020RDB, P2041RDB, P3041DS, P4080DS, and MPC8548CDS
>
> Travis-CI: https://travis-ci.org/prabhukush/u-boot/builds/577733313
>
> --pk (prabhakar: prabhu_kush)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190829/ee9ab71a/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-08-30 1:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 0:30 [U-Boot] Pull request: u-boot-mpc85xx/master York Sun
2013-10-24 1:21 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2019-06-20 9:44 [U-Boot] pull " Prabhakar Kushwaha
2019-06-21 1:53 ` Tom Rini
2019-08-27 11:01 Prabhakar Kushwaha
2019-08-27 17:19 ` Tom Rini
2019-08-29 5:22 Prabhakar Kushwaha
2019-08-30 1:36 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox