* pull request of u-boot-fsl-qoriq for v2021.10
@ 2021-07-22 12:33 Priyanka Jain
2021-07-22 15:13 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Priyanka Jain @ 2021-07-22 12:33 UTC (permalink / raw)
To: Tom Rini, u-boot@lists.denx.de
Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master
https://github.com/u-boot/u-boot/pull/85
Summary
fsl-qoriq: Update mc firmware size, address in LS1088A, LS2088A, LX2
Updates on ls1043aqds, ls1043ardb
Refactor I2C MUX Code on fsl-qoriq platforms.
---
The following changes since commit dd3dfa50d88cffeb244485594a7bf18c58ae6d63:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-07-19 08:41:04 -0400)
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 93f8ee8a1be60f3d2bc7eb0a6561fb4463599609:
configs: ls2080ardb.h: Update mc size in env (2021-07-20 14:54:07 +0530)
----------------------------------------------------------------
Camelia Groza (2):
arm: dts: ls1043ardb: configure the RGMII ports with rgmii-id
configs: ls1046ardb: enable PHY_FIXED
Kuldeep Singh (1):
configs: ls1043aqds: Configure environment related configs
Priyanka Jain (4):
configs: ls1088aqds.h: Update mc size in env
configs: ls1088ardb.h: Update mc size in env
configs: ls2080aqds.h: Update mc size in env
configs: ls2080ardb.h: Update mc size in env
Stephen Carlson (8):
board: freescale: Refactor NXP common mux code
board: freescale: ls1021aqds: Update I2C mux config
board: freescale: ls1043aqds: Update I2C mux config
board: freescale: ls1046a: Update I2C mux config
board: freescale: ls1088a: Update I2C mux config
board: freescale: ls2080a, ls2088a: Update I2C mux config
board: freescale: lx2160a: Update I2C mux config
board: freescale: t2080qds: Update I2C mux config
Wasim Khan (4):
armv8: lx2160ardb: Add thermal node fixup for revc board
board: freescale: LX2160ARDB: Add MAINTAINER
board: freescale: LX2160AQDS: Add MAINTAINER
board: freescale: LX2162AQDS: Add MAINTAINER
arch/arm/dts/fsl-ls1043a-rdb.dts | 6 +-
board/freescale/common/Kconfig | 6 +
board/freescale/common/Makefile | 11 ++
board/freescale/common/i2c_common.c | 34 +++++
board/freescale/common/i2c_common.h | 30 ++++
board/freescale/common/i2c_mux.c | 40 ++++++
board/freescale/common/i2c_mux.h | 15 ++
board/freescale/common/vid.c | 58 ++------
board/freescale/ls1021aqds/dcu.c | 26 +---
board/freescale/ls1021aqds/ls1021aqds.c | 26 +---
board/freescale/ls1043aqds/ls1043aqds.c | 27 +---
board/freescale/ls1046afrwy/ls1046afrwy.c | 27 +---
board/freescale/ls1046aqds/ls1046aqds.c | 26 +---
board/freescale/ls1088a/ls1088a.c | 32 +----
board/freescale/ls2080aqds/ls2080aqds.c | 25 +---
board/freescale/ls2080ardb/ls2080ardb.c | 27 +---
board/freescale/lx2160a/MAINTAINERS | 3 +
board/freescale/lx2160a/lx2160a.c | 152 +++++++++++++++++----
board/freescale/t208xqds/t208xqds.c | 26 +---
configs/T2080QDS_NAND_defconfig | 1 +
configs/T2080QDS_SDCARD_defconfig | 1 +
configs/T2080QDS_SECURE_BOOT_defconfig | 1 +
configs/T2080QDS_SPIFLASH_defconfig | 1 +
configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 1 +
configs/T2080QDS_defconfig | 1 +
configs/ls1021aqds_ddr4_nor_defconfig | 1 +
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 +
configs/ls1021aqds_nand_defconfig | 1 +
configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 1 +
configs/ls1021aqds_nor_defconfig | 1 +
configs/ls1021aqds_nor_lpuart_defconfig | 1 +
configs/ls1021aqds_qspi_defconfig | 1 +
configs/ls1021aqds_sdcard_ifc_defconfig | 1 +
configs/ls1021aqds_sdcard_qspi_defconfig | 1 +
configs/ls1043aqds_defconfig | 1 +
configs/ls1043aqds_lpuart_defconfig | 1 +
configs/ls1043aqds_nand_defconfig | 1 +
configs/ls1043aqds_nor_ddr3_defconfig | 1 +
configs/ls1043aqds_qspi_defconfig | 2 +
configs/ls1043aqds_sdcard_ifc_defconfig | 1 +
configs/ls1043aqds_sdcard_qspi_defconfig | 1 +
configs/ls1043aqds_tfa_SECURE_BOOT_defconfig | 2 +
configs/ls1043aqds_tfa_defconfig | 2 +
configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1046afrwy_tfa_defconfig | 1 +
configs/ls1046aqds_SECURE_BOOT_defconfig | 1 +
configs/ls1046aqds_defconfig | 1 +
configs/ls1046aqds_lpuart_defconfig | 1 +
configs/ls1046aqds_nand_defconfig | 1 +
configs/ls1046aqds_qspi_defconfig | 1 +
configs/ls1046aqds_sdcard_ifc_defconfig | 1 +
configs/ls1046aqds_sdcard_qspi_defconfig | 1 +
configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1046aqds_tfa_defconfig | 1 +
configs/ls1046ardb_emmc_defconfig | 1 +
configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1046ardb_qspi_defconfig | 1 +
configs/ls1046ardb_qspi_spl_defconfig | 1 +
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 +
configs/ls1046ardb_sdcard_defconfig | 1 +
configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1046ardb_tfa_defconfig | 1 +
configs/ls1088aqds_defconfig | 1 +
configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1088aqds_qspi_defconfig | 1 +
configs/ls1088aqds_sdcard_ifc_defconfig | 1 +
configs/ls1088aqds_sdcard_qspi_defconfig | 1 +
configs/ls1088aqds_tfa_defconfig | 1 +
configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1088ardb_qspi_defconfig | 1 +
.../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1088ardb_sdcard_qspi_defconfig | 1 +
configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1088ardb_tfa_defconfig | 1 +
configs/ls2080aqds_SECURE_BOOT_defconfig | 1 +
configs/ls2080aqds_defconfig | 1 +
configs/ls2080aqds_nand_defconfig | 1 +
configs/ls2080aqds_qspi_defconfig | 1 +
configs/ls2080aqds_sdcard_defconfig | 1 +
configs/ls2080ardb_SECURE_BOOT_defconfig | 1 +
configs/ls2080ardb_defconfig | 1 +
configs/ls2080ardb_nand_defconfig | 1 +
configs/ls2081ardb_defconfig | 1 +
configs/ls2088aqds_tfa_defconfig | 1 +
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls2088ardb_qspi_defconfig | 1 +
configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls2088ardb_tfa_defconfig | 1 +
configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 +
configs/lx2160aqds_tfa_defconfig | 1 +
configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 1 +
configs/lx2160ardb_tfa_defconfig | 1 +
configs/lx2160ardb_tfa_stmm_defconfig | 1 +
configs/lx2162aqds_tfa_SECURE_BOOT_defconfig | 1 +
configs/lx2162aqds_tfa_defconfig | 1 +
configs/lx2162aqds_tfa_verified_boot_defconfig | 1 +
include/configs/ls1088aqds.h | 32 ++---
include/configs/ls1088ardb.h | 24 ++--
include/configs/ls2080aqds.h | 8 +-
include/configs/ls2080ardb.h | 12 +-
100 files changed, 415 insertions(+), 338 deletions(-)
create mode 100644 board/freescale/common/i2c_common.c
create mode 100644 board/freescale/common/i2c_common.h
create mode 100644 board/freescale/common/i2c_mux.c
create mode 100644 board/freescale/common/i2c_mux.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull request of u-boot-fsl-qoriq for v2021.10
2021-07-22 12:33 Priyanka Jain
@ 2021-07-22 15:13 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-07-22 15:13 UTC (permalink / raw)
To: Priyanka Jain; +Cc: u-boot@lists.denx.de
[-- Attachment #1: Type: text/plain, Size: 408 bytes --]
On Thu, Jul 22, 2021 at 12:33:27PM +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/85
>
> Summary
> fsl-qoriq: Update mc firmware size, address in LS1088A, LS2088A, LX2
> Updates on ls1043aqds, ls1043ardb
> Refactor I2C MUX Code on fsl-qoriq platforms.
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 v2021.10
@ 2021-08-23 8:22 Priyanka Jain
2021-08-23 16:37 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Priyanka Jain @ 2021-08-23 8:22 UTC (permalink / raw)
To: Tom Rini, u-boot@lists.denx.de
Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master
https://github.com/u-boot/u-boot/pull/90
Summary
fsl-qoriq: Fixes related to env, spi, usb, crypto, configs, distro-boot for Layerscape Boards like lx2, sl28, ls2088ardb.
powerpc: Fixes for t208xrdb revd board and cortina related configs update for T208xRDB, T4240RDB.
Regards
Priyanka
----------------
The following changes since commit 78e786decb6c8783568044c98891e64289cbf59c:
Merge https://source.denx.de/u-boot/custodians/u-boot-tegra (2021-08-17 09:39:22 -0400)
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 760ca92d554e2ff340c9299aa8a71ab101145a81:
configs: lx2160a: load device-tree in RAM for distro boot (2021-08-20 16:02:51 +0530)
----------------------------------------------------------------
Camelia Groza (1):
board: freescale: t208xrdb: enable Power-On Reset for rev D boards
Horia Geantă (1):
crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversion
Kshitiz Varshney (1):
board: fsl_validate: Fix resource leak issue
Kuldeep Singh (7):
lx2160a: Enable CONFIG_SPI_FLASH_MT35XU for lx2160a-rdb/qds
env: Kconfig: Add default option for PHY_CORTINA
configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to Kconfig
net: cortina: Add support for tfa boot in cortina firmware
board: ls2088ardb: Extend cs4340_get_fw_addr() functionality
board: t208x: Extend cs4340_get_fw_addr() functionality
board: T4240rdb: Extend cs4340_get_fw_addr() functionality
Michael Walle (2):
spi: nxp_fspi: Ensure width is respected in spi-mem operations
board: sl28: drop unneeded and outdated flash partitions
Priyanka Jain (1):
configs: lx2160a: load device-tree in RAM for distro boot
Tom Rini (1):
arm: Finish migration of HAS_FSL_XHCI_USB
Wasim Khan (1):
armv8: fsl : create bootcmd and mcinitcmd as per boot source
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 +-
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 9 ++-
arch/arm/dts/fsl-ls1028a-kontron-sl28.dts | 55 -------------------
board/freescale/common/fsl_validate.c | 36 +++++++++---
board/freescale/ls2080ardb/ls2080ardb.c | 38 +++++++++++++
board/freescale/t208xrdb/cpld.h | 4 ++
board/freescale/t208xrdb/t208xrdb.c | 27 +++++++++
board/freescale/t208xrdb/t208xrdb.h | 3 +
board/freescale/t4rdb/t4240rdb.c | 19 +++++++
board/freescale/t4rdb/t4rdb.h | 3 +
configs/T2080RDB_NAND_defconfig | 1 +
configs/T2080RDB_SDCARD_defconfig | 1 +
configs/T2080RDB_SPIFLASH_defconfig | 1 +
configs/T2080RDB_defconfig | 1 +
configs/T2080RDB_revD_NAND_defconfig | 1 +
configs/T2080RDB_revD_SDCARD_defconfig | 1 +
configs/T2080RDB_revD_SPIFLASH_defconfig | 1 +
configs/T2080RDB_revD_defconfig | 1 +
configs/T4240RDB_SDCARD_defconfig | 1 +
configs/T4240RDB_defconfig | 1 +
configs/ls2080ardb_SECURE_BOOT_defconfig | 1 +
configs/ls2080ardb_defconfig | 1 +
configs/ls2080ardb_nand_defconfig | 1 +
configs/ls2081ardb_defconfig | 1 +
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls2088ardb_qspi_defconfig | 1 +
configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 +
configs/lx2160aqds_tfa_defconfig | 1 +
configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 1 +
configs/lx2160ardb_tfa_defconfig | 1 +
configs/lx2160ardb_tfa_stmm_defconfig | 1 +
drivers/crypto/fsl/jobdesc.c | 2 +-
drivers/net/phy/Kconfig | 10 ++++
drivers/net/phy/cortina.c | 79 +++++++++++++++++++++++----
drivers/spi/nxp_fspi.c | 2 +-
env/Kconfig | 2 +-
include/configs/T208xRDB.h | 6 --
include/configs/T4240RDB.h | 2 -
include/configs/ls2080ardb.h | 10 ----
include/configs/lx2160a_common.h | 4 +-
scripts/config_whitelist.txt | 2 -
41 files changed, 237 insertions(+), 103 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull request of u-boot-fsl-qoriq for v2021.10
2021-08-23 8:22 pull request of u-boot-fsl-qoriq for v2021.10 Priyanka Jain
@ 2021-08-23 16:37 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-08-23 16:37 UTC (permalink / raw)
To: Priyanka Jain; +Cc: u-boot@lists.denx.de
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
On Mon, Aug 23, 2021 at 08:22:21AM +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/90
>
> Summary
> fsl-qoriq: Fixes related to env, spi, usb, crypto, configs, distro-boot for Layerscape Boards like lx2, sl28, ls2088ardb.
> powerpc: Fixes for t208xrdb revd board and cortina related configs update for T208xRDB, T4240RDB.
>
> 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
end of thread, other threads:[~2021-08-23 16:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 8:22 pull request of u-boot-fsl-qoriq for v2021.10 Priyanka Jain
2021-08-23 16:37 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2021-07-22 12:33 Priyanka Jain
2021-07-22 15:13 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox