pull request u-boot-mpc85xx to next branch
Priyanka Jain
priyanka.jain at nxp.com
Tue Dec 24 11:17:57 CET 2019
Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master
https://travis-ci.org/p-priyanka-jain/u-boot/builds/628982496
Summary
enable DM driver on ppc/km boards
enable DM_USB for some of NXP powerpc platforms: P5040, T4240, T208x, T104x, P4080, P2041, P2020, P1020, P3041
Some updates in mpc85xx-ddr driver, km boards
priyankajain
---------------
The following changes since commit c0912f9bbfb26dd03d189953678691b799d35b6e:
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next (2019-12-18 07:20:19 -0500)
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 4466b99703197c6258aded7728eed7c292343a43:
ppc/km: enable DM driver support in all defconfigs (2019-12-23 14:08:27 +0530)
----------------------------------------------------------------
Holger Brunck (5):
ppc/km/tegr1: support second localbus clock signal
ppc/km: convert KM_DEF_NETDEV to Kconfig
board/km: remove CONFIG_KM_BOARD_NAME
ppc/kmeter1: remove unused define
ppc/km: enable DM driver support in all defconfigs
Joakim Tjernlund (1):
mpc85xx: ddr: Always start DDR RAM in Self Refresh mode
Ran Wang (19):
arch: powerpc: add usb node in p3041 dts
configs: p3041ds: enable CONFIG_DM_USB support
arch: powerpc: add usb nodes to P1020 dts
configs: p1020: enable CONFIG_DM_USB support
arch: powerpc: add usb node to p2020 dts
configs: P2020: enable CONFIG_DM_USB support
arch: powerpc: add usb node to p2041 dts
configs: P2041: enable CONFIG_DM_USB support
arch: powerpc: add usb nodes to P4080 dts
configs: P4080: enable CONFIG_DM_USB support
powerpc: add usb nodes to T102x dts
configs: T102x: enable CONFIG_DM_USB support
arch: powerpc: add usb nodes to T104x dts
configs: T104x: enable CONFIG_DM_USB support
configs: T208x: enable CONFIG_DM_USB support
arch: powerpc: add usb nodes to T4240 dts
configs: T4240: enable CONFIG_DM_USB support
arch: powerpc: add usb nodes to P5040 dts
configs: P5040: enable CONFIG_DM_USB support
arch/powerpc/dts/p1020-post.dtsi | 13 +++++++++++++
arch/powerpc/dts/p2020-post.dtsi | 6 ++++++
arch/powerpc/dts/p2041.dtsi | 12 ++++++++++++
arch/powerpc/dts/p3041.dtsi | 12 ++++++++++++
arch/powerpc/dts/p4080.dtsi | 12 ++++++++++++
arch/powerpc/dts/p5040.dtsi | 12 ++++++++++++
arch/powerpc/dts/t102x.dtsi | 12 ++++++++++++
arch/powerpc/dts/t104x.dtsi | 12 ++++++++++++
arch/powerpc/dts/t4240.dtsi | 12 ++++++++++++
board/keymile/Kconfig | 6 ++++++
board/keymile/km83xx/km83xx.c | 2 +-
board/keymile/kmp204x/kmp204x.c | 2 +-
configs/P1020MBG-PC_36BIT_SDCARD_defconfig | 1 +
configs/P1020MBG-PC_36BIT_defconfig | 1 +
configs/P1020MBG-PC_SDCARD_defconfig | 1 +
configs/P1020MBG-PC_defconfig | 1 +
configs/P1020RDB-PC_36BIT_NAND_defconfig | 1 +
configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 1 +
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 1 +
configs/P1020RDB-PC_36BIT_defconfig | 1 +
configs/P1020RDB-PC_NAND_defconfig | 1 +
configs/P1020RDB-PC_SDCARD_defconfig | 1 +
configs/P1020RDB-PC_SPIFLASH_defconfig | 1 +
configs/P1020RDB-PC_defconfig | 1 +
configs/P1020RDB-PD_NAND_defconfig | 1 +
configs/P1020RDB-PD_SDCARD_defconfig | 1 +
configs/P1020RDB-PD_SPIFLASH_defconfig | 1 +
configs/P1020RDB-PD_defconfig | 1 +
configs/P1020UTM-PC_36BIT_SDCARD_defconfig | 1 +
configs/P1020UTM-PC_36BIT_defconfig | 1 +
configs/P1020UTM-PC_SDCARD_defconfig | 1 +
configs/P1020UTM-PC_defconfig | 1 +
configs/P2020RDB-PC_36BIT_NAND_defconfig | 1 +
configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 1 +
configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 1 +
configs/P2020RDB-PC_36BIT_defconfig | 1 +
configs/P2020RDB-PC_NAND_defconfig | 1 +
configs/P2020RDB-PC_SDCARD_defconfig | 1 +
configs/P2020RDB-PC_SPIFLASH_defconfig | 1 +
configs/P2020RDB-PC_defconfig | 1 +
configs/P2041RDB_NAND_defconfig | 1 +
configs/P2041RDB_SDCARD_defconfig | 1 +
configs/P2041RDB_SPIFLASH_defconfig | 1 +
configs/P2041RDB_SRIO_PCIE_BOOT_defconfig | 1 +
configs/P2041RDB_defconfig | 1 +
configs/P3041DS_NAND_defconfig | 1 +
configs/P3041DS_SDCARD_defconfig | 1 +
configs/P3041DS_SPIFLASH_defconfig | 1 +
configs/P3041DS_SRIO_PCIE_BOOT_defconfig | 1 +
configs/P3041DS_defconfig | 1 +
configs/P4080DS_SDCARD_defconfig | 1 +
configs/P4080DS_SPIFLASH_defconfig | 1 +
configs/P4080DS_SRIO_PCIE_BOOT_defconfig | 1 +
configs/P4080DS_defconfig | 1 +
configs/P5040DS_NAND_defconfig | 1 +
configs/P5040DS_SDCARD_defconfig | 1 +
configs/P5040DS_SPIFLASH_defconfig | 1 +
configs/P5040DS_defconfig | 1 +
configs/T1023RDB_NAND_defconfig | 1 +
configs/T1023RDB_SDCARD_defconfig | 1 +
configs/T1023RDB_SPIFLASH_defconfig | 1 +
configs/T1023RDB_defconfig | 1 +
configs/T1024QDS_DDR4_defconfig | 1 +
configs/T1024QDS_NAND_defconfig | 1 +
configs/T1024QDS_SDCARD_defconfig | 1 +
configs/T1024QDS_SPIFLASH_defconfig | 1 +
configs/T1024QDS_defconfig | 1 +
configs/T1024RDB_NAND_defconfig | 1 +
configs/T1024RDB_SDCARD_defconfig | 1 +
configs/T1024RDB_SPIFLASH_defconfig | 1 +
configs/T1024RDB_defconfig | 1 +
configs/T1040D4RDB_NAND_defconfig | 1 +
configs/T1040D4RDB_SDCARD_defconfig | 1 +
configs/T1040D4RDB_SPIFLASH_defconfig | 1 +
configs/T1040D4RDB_defconfig | 1 +
configs/T1040QDS_DDR4_defconfig | 1 +
configs/T1040QDS_defconfig | 1 +
configs/T1040RDB_NAND_defconfig | 1 +
configs/T1040RDB_SDCARD_defconfig | 1 +
configs/T1040RDB_SPIFLASH_defconfig | 1 +
configs/T1040RDB_defconfig | 1 +
configs/T1042D4RDB_NAND_defconfig | 1 +
configs/T1042D4RDB_SDCARD_defconfig | 1 +
configs/T1042D4RDB_SPIFLASH_defconfig | 1 +
configs/T1042D4RDB_defconfig | 1 +
configs/T1042RDB_PI_NAND_defconfig | 1 +
configs/T1042RDB_PI_SDCARD_defconfig | 1 +
configs/T1042RDB_PI_SPIFLASH_defconfig | 1 +
configs/T1042RDB_PI_defconfig | 1 +
configs/T1042RDB_defconfig | 1 +
configs/T2080RDB_NAND_defconfig | 1 +
configs/T2080RDB_SDCARD_defconfig | 1 +
configs/T2080RDB_SPIFLASH_defconfig | 1 +
configs/T2080RDB_SRIO_PCIE_BOOT_defconfig | 1 +
configs/T2080RDB_defconfig | 1 +
configs/T2081QDS_NAND_defconfig | 1 +
configs/T2081QDS_SDCARD_defconfig | 1 +
configs/T2081QDS_SPIFLASH_defconfig | 1 +
configs/T2081QDS_SRIO_PCIE_BOOT_defconfig | 1 +
configs/T2081QDS_defconfig | 1 +
configs/T4240QDS_NAND_defconfig | 1 +
configs/T4240QDS_SDCARD_defconfig | 1 +
configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | 1 +
configs/T4240QDS_defconfig | 1 +
configs/T4240RDB_SDCARD_defconfig | 1 +
configs/T4240RDB_defconfig | 1 +
configs/kmcoge4_defconfig | 2 ++
configs/kmcoge5ne_defconfig | 3 +++
configs/kmeter1_defconfig | 3 +++
configs/kmopti2_defconfig | 2 ++
configs/kmsupx5_defconfig | 2 ++
configs/kmtegr1_defconfig | 3 +++
configs/kmtepr2_defconfig | 2 ++
configs/suvd3_defconfig | 2 ++
configs/tuge1_defconfig | 2 ++
configs/tuxx1_defconfig | 2 ++
drivers/ddr/fsl/mpc85xx_ddr_gen3.c | 13 ++++++-------
include/configs/km/keymile-common.h | 7 +------
include/configs/km/km-mpc8309.h | 2 ++
include/configs/kmcoge5ne.h | 2 --
include/configs/kmeter1.h | 7 -------
include/configs/kmopti2.h | 1 -
include/configs/kmp204x.h | 3 ---
include/configs/kmsupx5.h | 1 -
include/configs/kmtegr1.h | 18 +++++++++++++++++-
include/configs/kmtepr2.h | 1 -
include/configs/suvd3.h | 1 -
include/configs/tuge1.h | 1 -
include/configs/tuxx1.h | 1 -
scripts/config_whitelist.txt | 2 --
130 files changed, 254 insertions(+), 36 deletions(-)
More information about the U-Boot
mailing list