[U-Boot] pull request u-boot-mpc85xx

Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/608129628
Summary mpc85xx,socrates: Add dts, enable DM support, fix warnings, disable video
priyankajain
-------------------------------------------------- The following changes since commit 14d39c9e1dc9397febd58399a70f32e7481bbc27:
travis: Rework how we write the ~/.buildman file (2019-11-05 10:44:16 -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 2a51fe01be0985f5214aac98866c9a26906f3fba:
mpc85xx, socrates: add DM PCI support (2019-11-06 16:30:19 +0530)
---------------------------------------------------------------- Heiko Schocher (10): pci: add DM based mpc85xx driver mpc85xx, socrates: suppress unknown flash warning mpc85xx: add socrates dts from linux mpc85xx, dts, socrates: add u-boot specific dtsi mpc85xx, socrates: add DM support mpc85xx, socrates: get rid of DM_USB warning mpc85xx, socrates: disable VIDEO mpc85xx, socrates: enable DM I2C mpc85xx, socrates: enable DM serial mpc85xx, socrates: add DM PCI support
MAINTAINERS | 5 + arch/powerpc/dts/Makefile | 1 + arch/powerpc/dts/socrates-u-boot.dtsi | 40 ++++ arch/powerpc/dts/socrates.dts | 349 ++++++++++++++++++++++++++++++++++ board/socrates/MAINTAINERS | 4 +- board/socrates/law.c | 2 - board/socrates/socrates.c | 222 ++------------------- configs/socrates_defconfig | 24 ++- drivers/pci/Kconfig | 7 + drivers/pci/Makefile | 1 + drivers/pci/pci_mpc85xx.c | 158 +++++++++++++++ include/configs/socrates.h | 68 +------ 12 files changed, 610 insertions(+), 271 deletions(-) create mode 100644 arch/powerpc/dts/socrates-u-boot.dtsi create mode 100644 arch/powerpc/dts/socrates.dts create mode 100644 drivers/pci/pci_mpc85xx.c

On Thu, Nov 07, 2019 at 04:01:45AM +0000, Priyanka Jain wrote:
Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/608129628
Summary mpc85xx,socrates: Add dts, enable DM support, fix warnings, disable video
priyankajain
Applied to u-boot/master, thanks!

Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/613898130
Summary powerpc: Fix CONFIG_AHCI related build warning for P2041, P3041, P5040, T102x, T104x, T4240 platforms
priyankajain ------------------------------------------------- The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:
Prepare v2020.01-rc3 (2019-11-18 21:31:49 -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 037e1084d970e704434c58a09cb507ff1e326705:
powerpc: t4240: dts: Add Sata DT nodes (2019-11-19 14:11:44 +0530)
---------------------------------------------------------------- Peng Ma (8): ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver ata: sata_sil: Add DM support for Silicon sata driver powerpc: p2041: dts: Add Sata DT nodes powerpc: p3041: dts: Add Sata DT nodes powerpc: p5040: dts: Add Sata DT nodes powerpc: t102x: dts: Add Sata DT nodes powerpc: t104x: dts: Add Sata DT nodes powerpc: t4240: dts: Add Sata DT nodes
arch/powerpc/cpu/mpc85xx/cpu_init.c | 10 - arch/powerpc/dts/p2041.dtsi | 9 + arch/powerpc/dts/p3041.dtsi | 9 + arch/powerpc/dts/p5040.dtsi | 9 + arch/powerpc/dts/t102x.dtsi | 9 + arch/powerpc/dts/t104x.dtsi | 9 + arch/powerpc/dts/t4240.dtsi | 9 + drivers/ata/Kconfig | 2 + drivers/ata/fsl_sata.c | 307 +++++++++++++++------ drivers/ata/fsl_sata.h | 13 +- drivers/ata/sata_sil.c | 535 +++++++++++++++++++++++------------- drivers/ata/sata_sil.h | 10 + 12 files changed, 640 insertions(+), 291 deletions(-)

On Wed, Nov 20, 2019 at 05:45:21AM +0000, Priyanka Jain wrote:
Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/613898130
Summary powerpc: Fix CONFIG_AHCI related build warning for P2041, P3041, P5040, T102x, T104x, T4240 platforms
priyankajain
Applied to u-boot/master, thanks!

Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/616526169
Summary powerpc: Fix DM_MMC related build warnings by adding eSDHC device module support for T4240RDB, T2080RDB, T1042D4RDB, T1024RDB, P5040DS, P4080DS, P3041DS, P2041RDB, P2020RDB, P1020RDB platforms
priyankajain ------------------------ The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0:
Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23 20:50:11 -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 3fca56ee429f1188a44113ec35d426a85068a9d2:
configs: enable eSDHC device module for T4240RDB board (2019-11-25 11:54:28 +0530)
---------------------------------------------------------------- Yinbo Zhu (20): arch: powerpc: add eSDHC node to p1020 dts arch: powerpc: add eSDHC node to p2020 dts arch: powerpc: add eSDHC node to p2041 dts arch: powerpc: add eSDHC node to p3041 dts arch: powerpc: add eSDHC node to p4080 dts arch: powerpc: add eSDHC node to p5040 dts arch: powerpc: add eSDHC node to t102x dts arch: powerpc: add eSDHC node to t104x dts arch: powerpc: add eSDHC node to t4240 dts board: sdhc: Use block layer to read from mmc configs: enable eSDHC device module for P1020RDB board configs: enable eSDHC device module for P2020RDB board configs: enable eSDHC device module for P2041RDB board configs: enable eSDHC device module for P3041DS board configs: enable eSDHC device module for P4080DS board configs: enable eSDHC device module for P5040DS board configs: enable eSDHC device module for T1024RDB board configs: enable eSDHC device module for T1042D4RDB board configs: enable eSDHC device module for T2080RDB board configs: enable eSDHC device module for T4240RDB board
arch/powerpc/dts/p1020-post.dtsi | 7 +++++++ arch/powerpc/dts/p2020-post.dtsi | 7 +++++++ arch/powerpc/dts/p2041.dtsi | 6 ++++++ arch/powerpc/dts/p3041.dtsi | 6 ++++++ arch/powerpc/dts/p4080.dtsi | 6 ++++++ arch/powerpc/dts/p5040.dtsi | 6 ++++++ arch/powerpc/dts/t102x.dtsi | 6 ++++++ arch/powerpc/dts/t104x.dtsi | 6 ++++++ arch/powerpc/dts/t4240.dtsi | 6 ++++++ board/freescale/common/sdhc_boot.c | 4 ++++ 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/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_defconfig | 1 + configs/P3041DS_NAND_defconfig | 1 + configs/P3041DS_SDCARD_defconfig | 1 + configs/P3041DS_SPIFLASH_defconfig | 1 + configs/P3041DS_defconfig | 1 + configs/P4080DS_SDCARD_defconfig | 1 + configs/P4080DS_SPIFLASH_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/T1024RDB_NAND_defconfig | 1 + configs/T1024RDB_SDCARD_defconfig | 1 + configs/T1024RDB_SPIFLASH_defconfig | 1 + configs/T1024RDB_defconfig | 1 + configs/T1042D4RDB_NAND_defconfig | 1 + configs/T1042D4RDB_SDCARD_defconfig | 1 + configs/T1042D4RDB_SPIFLASH_defconfig | 1 + configs/T1042D4RDB_defconfig | 1 + configs/T2080RDB_NAND_defconfig | 1 + configs/T2080RDB_SDCARD_defconfig | 1 + configs/T2080RDB_SPIFLASH_defconfig | 1 + configs/T2080RDB_defconfig | 1 + configs/T4240RDB_SDCARD_defconfig | 1 + configs/T4240RDB_defconfig | 1 + 59 files changed, 109 insertions(+)

On Tue, Nov 26, 2019 at 04:49:39AM +0000, Priyanka Jain wrote:
Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/616526169
Summary powerpc: Fix DM_MMC related build warnings by adding eSDHC device module support for T4240RDB, T2080RDB, T1042D4RDB, T1024RDB, P5040DS, P4080DS, P3041DS, P2041RDB, P2020RDB, P1020RDB platforms
priyankajain
Applied to u-boot/master, thanks!
participants (2)
-
Priyanka Jain
-
Tom Rini