u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* pull request of u-boot-fsl-qoriq for v2022.04
@ 2022-02-02  6:02 Priyanka Jain
  2022-02-03  3:02 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Priyanka Jain @ 2022-02-02  6:02 UTC (permalink / raw)
  To: Tom Rini, u-boot

Dear Tom,

Please find my pull-request for u-boot-fsl-qoriq/master
https://github.com/u-boot/u-boot/pull/107

Summary
Update and fixes for ls1088a, FMAN, ls1046ardb, ls1043ardb
sync ls1028ardb u-boot and Linux device-tree

Regards
Priyanka

------------

The following changes since commit df887a045a1d726bbd654ef266e5cbe8cc0c2db3:

  Prepare v2022.04-rc1 (2022-01-31 17:57:32 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git HEAD

for you to fetch changes up to 522f70463c854e69933e46a8670b4571d0be1349:

  board: ls1046ardb: force PCI device enumeration (2022-02-01 15:08:07 +0530)

----------------------------------------------------------------
Aleksandar Gerasimovski (18):
      arm: ls1021a: limit debug eth phy speed to 100Mbps
      km: qrio: add function to read SLFTEST pin status
      km/ls102xa: use qrio selftest_pin for reading selftest
      km: qrio: add function to read PGY_PRES pin status
      km/ls102xa: dbg phy prst depends on piggy presence
      km: qrio: add access functions for ebootcount
      km: common: implement field fail-safe u-boot update
      km/ls102xa: add support for field fail-safe u-boot update
      configs/seli8: enable field fail-safe u-boot update
      configs/seli8: add u-boot update defconfig
      km/ls102xa: fix device disable configuration
      configs: seli8: enable ver envvar for version_string
      configs: expu1: enable ver envvar for version_string
      configs/expu1: enable field fail-safe u-boot update
      configs/expu1: add u-boot update defconfig
      arm/expu1/seli8: adapt dts NOR partition table to the latest used
      configs/expu1/seli8: limit autoboot stop to space key
      km/ls102xa: use unused scratchrw4 address for post word

Camelia Groza (1):
      configs: fsl: add missing FMAN/QE_FW_ADDR defines

Hou Zhiqiang (1):
      pci: layerscape: update the searching compatible of LX2160A PCIe

Jianpeng Bu (1):
      board: ls1088a: update ifc node name to be memory-controller

Martin Schiller (2):
      board: ls1043ardb: force PCI device enumeration
      board: ls1046ardb: force PCI device enumeration

Mathew McBride (2):
      board: traverse: add Ten64 board controller driver
      board: traverse: add initial Ten64 support

Vladimir Oltean (16):
      i2c: muxes: pca954x: add PCA9847 variant
      rtc: pcf2127: sync with Linux compatible strings
      arm: dts: ls1088a-qds: use Linux compatible string for RTC
      arm: dts: ls1088a-rdb: use Linux compatible string for RTC
      arm: dts: lx2160a-qds: use Linux compatible string for RTC
      arm: dts: ls1028a-qds: use Linux compatible string for RTC
      arm: dts: ls1028a-rdb: use Linux compatible string for RTC
      arm: dts: lx2160a-rdb: use Linux compatible string for RTC
      rtc: pcf2127: remove U-Boot specific compatible string
      arm: dts: ls1028a-rdb: sort nodes alphabetically
      arm: dts: ls1028a-rdb: sync Ethernet device tree nodes with Linux
      arm: dts: ls1028a-rdb: disable DSPI nodes
      arm: dts: ls1028a-rdb: disable I2C buses 1 through 7
      arm: dts: ls1028a-rdb: enable PCIe controllers from U-Boot dtsi
      arm: dts: ls1028a-rdb: sync device tree with Linux
      arm: dts: ls1028a-qds: declare in-band autoneg for Ethernet ports

 arch/arm/Kconfig                                   |  16 +
 arch/arm/dts/Makefile                              |   2 +
 arch/arm/dts/fsl-ls1028a-qds-1xxx-sch-30842.dtsi   |   1 +
 arch/arm/dts/fsl-ls1028a-qds-8xxx-sch-24801.dtsi   |   1 +
 .../dts/fsl-ls1028a-qds-9999-sch-24801-LBRW.dtsi   |   4 +
 arch/arm/dts/fsl-ls1028a-qds-9999-sch-24801.dtsi   |   4 +
 .../dts/fsl-ls1028a-qds-x3xx-sch-30841-LBRW.dtsi   |   4 +
 .../dts/fsl-ls1028a-qds-x5xx-sch-28021-LBRW.dtsi   |   4 +
 arch/arm/dts/fsl-ls1028a-qds.dtsi                  |   2 +-
 arch/arm/dts/fsl-ls1028a-rdb-u-boot.dtsi           |  15 +
 arch/arm/dts/fsl-ls1028a-rdb.dts                   | 294 +++++++++-----
 arch/arm/dts/fsl-ls1088a-qds.dtsi                  |   2 +-
 arch/arm/dts/fsl-ls1088a-rdb.dts                   |   2 +-
 arch/arm/dts/fsl-ls1088a-ten64.dts                 | 377 ++++++++++++++++++
 arch/arm/dts/fsl-lx2160a-qds.dtsi                  |   2 +-
 arch/arm/dts/fsl-lx2160a-rdb.dts                   |   2 +-
 arch/arm/dts/ls1021a-pg-wcom-expu1.dts             |  15 +-
 arch/arm/dts/ls1021a-pg-wcom-seli8.dts             |  15 +-
 board/freescale/ls1043ardb/ls1043ardb.c            |   4 +
 board/freescale/ls1046ardb/ls1046ardb.c            |   4 +
 board/freescale/ls1088a/ls1088a.c                  |  10 +-
 board/keymile/Kconfig                              |  32 ++
 board/keymile/README                               |  18 +
 board/keymile/common/common.c                      |  53 +++
 board/keymile/common/common.h                      |   4 +
 board/keymile/common/qrio.c                        |  64 +++
 board/keymile/common/qrio.h                        |   2 +
 board/keymile/pg-wcom-ls102xa/MAINTAINERS          |   2 +
 board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c    |  30 +-
 board/traverse/common/Kconfig                      |   6 +
 board/traverse/common/Makefile                     |   1 +
 board/traverse/common/ten64-controller.h           |  28 ++
 board/traverse/common/ten64_controller.c           | 240 +++++++++++
 board/traverse/ten64/Kconfig                       |  17 +
 board/traverse/ten64/MAINTAINERS                   |   8 +
 board/traverse/ten64/Makefile                      |   6 +
 board/traverse/ten64/eth_ten64.c                   |  47 +++
 board/traverse/ten64/ten64.c                       | 438 +++++++++++++++++++++
 configs/T1024RDB_NAND_defconfig                    |   1 +
 configs/T1042D4RDB_SDCARD_defconfig                |   1 +
 configs/T2080RDB_defconfig                         |   1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig    |   1 +
 configs/pg_wcom_expu1_defconfig                    |   9 +-
 configs/pg_wcom_expu1_update_defconfig             |  83 ++++
 configs/pg_wcom_seli8_defconfig                    |   9 +-
 configs/pg_wcom_seli8_update_defconfig             |  83 ++++
 configs/ten64_tfa_defconfig                        | 119 ++++++
 drivers/i2c/muxes/pca954x.c                        |   9 +-
 drivers/pci/Kconfig                                |   4 +-
 drivers/pci/pcie_layerscape_fixup.c                |   9 +-
 drivers/rtc/pcf2127.c                              |   4 +-
 include/configs/km/pg-wcom-ls102xa.h               |   2 +
 include/configs/ten64.h                            |  55 +++
 53 files changed, 2028 insertions(+), 138 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1028a-rdb-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1088a-ten64.dts
 create mode 100644 board/keymile/README
 create mode 100644 board/traverse/common/Kconfig
 create mode 100644 board/traverse/common/Makefile
 create mode 100644 board/traverse/common/ten64-controller.h
 create mode 100644 board/traverse/common/ten64_controller.c
 create mode 100644 board/traverse/ten64/Kconfig
 create mode 100644 board/traverse/ten64/MAINTAINERS
 create mode 100644 board/traverse/ten64/Makefile
 create mode 100644 board/traverse/ten64/eth_ten64.c
 create mode 100644 board/traverse/ten64/ten64.c
 create mode 100644 configs/pg_wcom_expu1_update_defconfig
 create mode 100644 configs/pg_wcom_seli8_update_defconfig
 create mode 100644 configs/ten64_tfa_defconfig
 create mode 100644 include/configs/ten64.h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull request of u-boot-fsl-qoriq for v2022.04
  2022-02-02  6:02 pull request of u-boot-fsl-qoriq for v2022.04 Priyanka Jain
@ 2022-02-03  3:02 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-02-03  3:02 UTC (permalink / raw)
  To: Priyanka Jain; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

On Wed, Feb 02, 2022 at 06:02:50AM +0000, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://github.com/u-boot/u-boot/pull/107
> 
> Summary
> Update and fixes for ls1088a, FMAN, ls1046ardb, ls1043ardb
> sync ls1028ardb u-boot and Linux device-tree
> 
> Regards
> Priyanka
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull request of u-boot-fsl-qoriq for v2022.04
  2022-03-03  6:05 Priyanka Jain
@ 2022-03-03 18:45 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-03-03 18:45 UTC (permalink / raw)
  To: Priyanka Jain; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

On Thu, Mar 03, 2022 at 06:05:47AM +0000, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://github.com/u-boot/u-boot/pull/132
> 
> Summary
> 
> Update and fixes for sl28, lx2, pblimage generation for some powerpc products
> 
> Regards
> Priyanka

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* pull request of u-boot-fsl-qoriq for v2022.04
@ 2022-03-03  6:05 Priyanka Jain
  2022-03-03 18:45 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Priyanka Jain @ 2022-03-03  6:05 UTC (permalink / raw)
  To: Tom Rini, u-boot

Dear Tom,

Please find my pull-request for u-boot-fsl-qoriq/master
https://github.com/u-boot/u-boot/pull/132

Summary

Update and fixes for sl28, lx2, pblimage generation for some powerpc products

Regards
Priyanka
---
The following changes since commit a900c7f8161b74fc66ec715e68e7244b53f04298:

  Merge tag 'efi-2022-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-02-26 10:21:39 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git HEAD

for you to fetch changes up to 2058967d2fe8f93142d774bc47241d80894027d5:

  tools: pblimage: fix image header verification function (2022-02-28 12:01:02 +0530)

----------------------------------------------------------------
Daniel Klauer (1):
      lx2160a: Fix distroboot device list for configs without USB/SCSI/etc

Hou Zhiqiang (1):
      tools: pblimage: fix image header verification function

Michael Walle (11):
      misc: add sl28cpld base driver
      watchdog: add sl28cpld watchdog driver
      gpio: add sl28cpld driver
      board: sl28: fix DRAM pretty print
      board: sl28: print CPLD version on bootup
      board: sl28: enable sl28cpld support
      board: sl28: enable SoC watchdog support
      board: sl28: disable recovery watchdog
      board: sl28: remove "Useful I2C tricks" section from docs
      board: sl28: disable random MAC address generation
      board: sl28: use fit image generator

 MAINTAINERS                                       |   7 +
 Makefile                                          |   2 +-
 arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi | 128 ++---------------
 board/kontron/sl28/sl28.c                         |  59 +++++++-
 configs/kontron_sl28_defconfig                    |  13 +-
 doc/board/kontron/sl28.rst                        |  66 +++++----
 drivers/gpio/Kconfig                              |   6 +
 drivers/gpio/Makefile                             |   1 +
 drivers/gpio/sl28cpld-gpio.c                      | 165 ++++++++++++++++++++++
 drivers/misc/Kconfig                              |   8 ++
 drivers/misc/Makefile                             |   1 +
 drivers/misc/sl28cpld.c                           | 105 ++++++++++++++
 drivers/watchdog/Kconfig                          |   7 +
 drivers/watchdog/Makefile                         |   1 +
 drivers/watchdog/sl28cpld-wdt.c                   | 109 ++++++++++++++
 include/configs/lx2160a_common.h                  |  34 ++++-
 include/sl28cpld.h                                |  16 +++
 tools/pblimage.c                                  |  10 +-
 tools/pblimage.h                                  |   3 +-
 19 files changed, 577 insertions(+), 164 deletions(-)
 create mode 100644 drivers/gpio/sl28cpld-gpio.c
 create mode 100644 drivers/misc/sl28cpld.c
 create mode 100644 drivers/watchdog/sl28cpld-wdt.c
 create mode 100644 include/sl28cpld.h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-03 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02  6:02 pull request of u-boot-fsl-qoriq for v2022.04 Priyanka Jain
2022-02-03  3:02 ` Tom Rini
2022-03-03  6:05 Priyanka Jain
2022-03-03 18:45 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).