mbox series

[GIT,PULL] TI changes for v2021.07 rc4

Message ID 20210527113458.32168-1-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] TI changes for v2021.07 rc4 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.07-rc4

Message

Lokesh Vutla May 27, 2021, 11:34 a.m. UTC
Hi Tom,
	Please find the PR for master branch targeted for v2021.07-rc4 release.
Details about the PR are updated in the tag message.

Gitlab CI report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/7645

The following changes since commit e1bf0336a58cfe873a34c36ff53e5e3806f2d263:

  Prepare v2021.07-rc3 (2021-05-24 20:53:13 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.07-rc4

for you to fetch changes up to fed603f868469a0d8f2548bdac137feead333c6b:

  ARM: ti: Increase the allocated size for MLO.raw (2021-05-27 14:56:42 +0530)

----------------------------------------------------------------
- Fix reset for AM64 platforms
- Enable networking PHY driver for AM64
- Fix default R5F cluster setting in J7

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

Dave Gerlach (1):
  firmware: ti_sci: Update ti_sci_msg_req_reboot to include domain

Faiz Abbas (1):
  ARM: ti: Increase the allocated size for MLO.raw

Suman Anna (3):
  arm: dts: k3-j721e: Fix up MAIN R5FSS cluster mode back to Split-mode
  arm: dts: k3-am642-evm: Add sysreset controller node
  arm: dts: k3-am642-sk: Add sysreset controller node

Vignesh Raghavendra (1):
  configs: am64x_evm_a53_defconfig: Enable DP83867 PHY driver

 arch/arm/dts/k3-am642-evm-u-boot.dtsi               | 4 ++++
 arch/arm/dts/k3-am642-sk-u-boot.dtsi                | 4 ++++
 arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi | 8 ++++++++
 configs/am64x_evm_a53_defconfig                     | 1 +
 drivers/firmware/ti_sci.c                           | 1 +
 drivers/firmware/ti_sci.h                           | 2 ++
 include/environment/ti/dfu.h                        | 4 ++--
 7 files changed, 22 insertions(+), 2 deletions(-)

Comments

Tom Rini May 27, 2021, 3 p.m. UTC | #1
On Thu, May 27, 2021 at 05:04:58PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 	Please find the PR for master branch targeted for v2021.07-rc4 release.
> Details about the PR are updated in the tag message.
> 
> Gitlab CI report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/7645
> 
> The following changes since commit e1bf0336a58cfe873a34c36ff53e5e3806f2d263:
> 
>   Prepare v2021.07-rc3 (2021-05-24 20:53:13 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.07-rc4
> 
> for you to fetch changes up to fed603f868469a0d8f2548bdac137feead333c6b:
> 
>   ARM: ti: Increase the allocated size for MLO.raw (2021-05-27 14:56:42 +0530)
> 

Applied to u-boot/master, thanks!