mbox series

[00/13] *** Various fixes & improvements for phycore-AM6* SoMs ***

Message ID 20240610133352.2473414-1-w.egorov@phytec.de
Headers show
Series *** Various fixes & improvements for phycore-AM6* SoMs *** | expand

Message

Wadim Egorov June 10, 2024, 1:33 p.m. UTC
This patch set is for u-boot/next.
It includes various fixes and improvements for phyCORE-AM62x and
phyCORE-AM64x SoMs. Notable is the last patch which prepares for use
with future ECC memory fixups.

Nathan Morrisson (2):
  arch: arm: dts: k3-am625-phyboard-lyra: Add fixed partitions
  arch: arm: dts: k3-am642-phyboard-electra: Add fixed partitions

Wadim Egorov (11):
  board: phytec: common: k3: Copy fixed partitions to OS device tree
  board: phytec: phycore-am62x: Fix CONFIG_SPL_BOARD_INIT
  configs: phycore_am62x: Update environment location
  configs: phycore_am64x: Update environment location
  arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot
  configs: phycore_am62x_a53_defconfig: Enable DFU boot
  board: phytec: phycore-am62x: Pull in k3_dfu.env
  configs: phycore_am6xx: Update MTD & SPI configs
  doc: board: phytec: phycore-am62x: Add USB DFU switch config
  doc: board: phytec: phycore-am6: Use mtd commands
  board: phytec: phycore-am62x: Use memory nodes in higher boot stages

 .../k3-am625-phyboard-lyra-rdk-u-boot.dtsi    | 35 +++++++++++++++++
 .../k3-am642-phyboard-electra-rdk-u-boot.dtsi | 26 +++++++++++++
 board/phytec/common/k3/board.c                | 10 +++++
 board/phytec/phycore_am62x/phycore-am62x.c    | 31 ++++++++++++++-
 board/phytec/phycore_am62x/phycore_am62x.env  |  2 +
 configs/phycore_am62x_a53_defconfig           | 38 +++++++++++++++++--
 configs/phycore_am62x_r5_defconfig            |  1 -
 configs/phycore_am64x_a53_defconfig           |  8 ++--
 configs/phycore_am64x_r5_defconfig            |  1 -
 doc/board/phytec/phycore-am62x.rst            | 12 ++++--
 doc/board/phytec/phycore-am64x.rst            |  8 ++--
 11 files changed, 155 insertions(+), 17 deletions(-)

Comments

Daniel Schultz June 12, 2024, 4 p.m. UTC | #1
For all 13 patches,

Reviewed-by: Daniel Schultz <d.schultz@phytec.de>

On 10.06.24 15:33, Wadim Egorov wrote:
> This patch set is for u-boot/next.
> It includes various fixes and improvements for phyCORE-AM62x and
> phyCORE-AM64x SoMs. Notable is the last patch which prepares for use
> with future ECC memory fixups.
>
> Nathan Morrisson (2):
>    arch: arm: dts: k3-am625-phyboard-lyra: Add fixed partitions
>    arch: arm: dts: k3-am642-phyboard-electra: Add fixed partitions
>
> Wadim Egorov (11):
>    board: phytec: common: k3: Copy fixed partitions to OS device tree
>    board: phytec: phycore-am62x: Fix CONFIG_SPL_BOARD_INIT
>    configs: phycore_am62x: Update environment location
>    configs: phycore_am64x: Update environment location
>    arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot
>    configs: phycore_am62x_a53_defconfig: Enable DFU boot
>    board: phytec: phycore-am62x: Pull in k3_dfu.env
>    configs: phycore_am6xx: Update MTD & SPI configs
>    doc: board: phytec: phycore-am62x: Add USB DFU switch config
>    doc: board: phytec: phycore-am6: Use mtd commands
>    board: phytec: phycore-am62x: Use memory nodes in higher boot stages
>
>   .../k3-am625-phyboard-lyra-rdk-u-boot.dtsi    | 35 +++++++++++++++++
>   .../k3-am642-phyboard-electra-rdk-u-boot.dtsi | 26 +++++++++++++
>   board/phytec/common/k3/board.c                | 10 +++++
>   board/phytec/phycore_am62x/phycore-am62x.c    | 31 ++++++++++++++-
>   board/phytec/phycore_am62x/phycore_am62x.env  |  2 +
>   configs/phycore_am62x_a53_defconfig           | 38 +++++++++++++++++--
>   configs/phycore_am62x_r5_defconfig            |  1 -
>   configs/phycore_am64x_a53_defconfig           |  8 ++--
>   configs/phycore_am64x_r5_defconfig            |  1 -
>   doc/board/phytec/phycore-am62x.rst            | 12 ++++--
>   doc/board/phytec/phycore-am64x.rst            |  8 ++--
>   11 files changed, 155 insertions(+), 17 deletions(-)
>
Tom Rini June 18, 2024, 6:57 p.m. UTC | #2
On Mon, 10 Jun 2024 15:33:39 +0200, Wadim Egorov wrote:

> This patch set is for u-boot/next.
> It includes various fixes and improvements for phyCORE-AM62x and
> phyCORE-AM64x SoMs. Notable is the last patch which prepares for use
> with future ECC memory fixups.
> 
> Nathan Morrisson (2):
>   arch: arm: dts: k3-am625-phyboard-lyra: Add fixed partitions
>   arch: arm: dts: k3-am642-phyboard-electra: Add fixed partitions
> 
> [...]

Applied to u-boot/next, thanks!