mbox series

[GIT,PULL] TI changes for v2020.07-rc3

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

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc3

Message

Lokesh Vutla May 25, 2020, 5:07 p.m. UTC
Hi Tom,
	Please find the pull request for v2020.07-rc3 containing TI specific changes.

Travis-CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/690912492

Thanks and regards,
Lokesh

The following changes since commit ed9a3aa6452f57af65eb74f73bd2a54c3a2f4b03:

  Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-05-18 08:17:29 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc3

for you to fetch changes up to c02712a7484918648e5dd09c092035c7eeb7794a:

  arm: mach-k3: Enable dcache in SPL (2020-05-19 14:41:13 +0530)

----------------------------------------------------------------
Below are the major changes in this PR:
- Enable DM_ETH on omap3_logic board
- Enable Caches in SPL for K3 platforms
- Enable backup boot mode support for J721E
- Update the DDR timings for AM654 EVM
- Add automated tests for RX-51
----------------------------------------------------------------
Adam Ford (1):
      ARM: omap3_logic boards: Convert to DM_ETH

Andreas Dannenberg (1):
      arm: mach-k3: j721e_init: Add support for backup boot modes

Jan Kiszka (1):
      arm: mach-k3: Enable dcache in SPL

Pali Rohár (1):
      Nokia RX-51: Add automated test for running RX-51 build in qemu

Praneeth Bajjuri (1):
      ddr: k3-am654: EMIF Tool update to 2.02 for IO optimizations and fixes

 .azure-pipelines.yml                               |  13 +
 .gitlab-ci.yml                                     |   8 +
 .travis.yml                                        |   7 +
 arch/arm/dts/k3-am654-base-board-ddr4-1600MTs.dtsi |  28 +--
 .../arm/dts/logicpd-som-lv-35xx-devkit-u-boot.dtsi |  10 +
 .../arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi |  10 +
 .../dts/logicpd-torpedo-35xx-devkit-u-boot.dtsi    |  10 +
 .../dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi    |  12 +
 arch/arm/mach-k3/am6_init.c                        |   1 +
 arch/arm/mach-k3/common.c                          |  35 +++
 arch/arm/mach-k3/common.h                          |   1 +
 arch/arm/mach-k3/include/mach/j721e_hardware.h     |   2 +
 arch/arm/mach-k3/include/mach/j721e_spl.h          |  12 +
 arch/arm/mach-k3/j721e_init.c                      |  36 ++-
 board/logicpd/omap3som/omap3logic.c                |  36 ++-
 board/nokia/rx51/MAINTAINERS                       |   1 +
 board/ti/am65x/evm.c                               |   2 +
 configs/omap35_logic_defconfig                     |   2 +-
 configs/omap35_logic_somlv_defconfig               |   2 +-
 configs/omap3_logic_defconfig                      |   2 +-
 configs/omap3_logic_somlv_defconfig                |   2 +-
 test/nokia_rx51_test.sh                            | 262 +++++++++++++++++++++
 22 files changed, 455 insertions(+), 39 deletions(-)
 create mode 100755 test/nokia_rx51_test.sh

Comments

Tom Rini May 26, 2020, 12:30 a.m. UTC | #1
On Mon, May 25, 2020 at 10:37:33PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 	Please find the pull request for v2020.07-rc3 containing TI specific changes.
> 
> Travis-CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/690912492
> 
> Thanks and regards,
> Lokesh
> 
> The following changes since commit ed9a3aa6452f57af65eb74f73bd2a54c3a2f4b03:
> 
>   Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-05-18 08:17:29 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc3
> 
> for you to fetch changes up to c02712a7484918648e5dd09c092035c7eeb7794a:
> 
>   arm: mach-k3: Enable dcache in SPL (2020-05-19 14:41:13 +0530)
> 

Applied to u-boot/master, thanks!