Re: [GIT PULL] TI changes for next branch targeting v2020.07-rc1

2020-04-20 Thread Tom Rini
On Mon, Apr 20, 2020 at 08:22:54PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 
> Please find the pull request targeting v2020.07-rc1 tag containing
> TI specific changes.
> 
> Travis-CI:https://travis-ci.org/github/lokeshvutla/u-boot/builds/676839900
> 
> Thanks and regards,
> Lokesh
> 
> The following changes since commit 891483186052b259852f3f48926ff307763f4eb0:
> 
>   Merge branch 'next' (2020-04-13 11:27:00 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc1
> 
> for you to fetch changes up to e7510d443d30776248a2d5b8cc0e6b3161fb391b:
> 
>   arm: mach-k3: Use JTAD_ID register for device identification (2020-04-19 
> 16:20:53 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] TI changes for next branch targeting v2020.07-rc1

2020-04-20 Thread Lokesh Vutla
Hi Tom,

Please find the pull request targeting v2020.07-rc1 tag containing
TI specific changes.

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

Thanks and regards,
Lokesh

The following changes since commit 891483186052b259852f3f48926ff307763f4eb0:

  Merge branch 'next' (2020-04-13 11:27:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e7510d443d30776248a2d5b8cc0e6b3161fb391b:

  arm: mach-k3: Use JTAD_ID register for device identification (2020-04-19 
16:20:53 +0530)


Below are the major changes in this PR:
- Fix boot on am335x guardian board
- Increase OPSI speed on AM65x and J721E devices
- Use JTAD register for identifying K3 devices.
- Update TI entry in MAINTAINERS file.


Lokesh Vutla (2):
  MAINTAINERS: update entry for ARM TI
  arm: mach-k3: Use JTAD_ID register for device identification

Moses Christopher (5):
  am335x, guardian: fix spl usb-eth boot
  am335x, guardian: boot stage feedback in headless mode
  am335x, guardian: boot count is stored in AM3352 RTC block
  am335x, guardian: load env from NAND
  am335x, guardian: update boot mechanism

Vignesh Raghavendra (2):
  arm: dts: k3-am654: Increase OSPI default frequency to 50MHz
  arm: dts: k3-j721e: Increase OSPI default frequency to 50MHz

 MAINTAINERS   | 25 +++
 arch/arm/dts/am335x-guardian.dts  | 29 -
 arch/arm/dts/k3-am654-base-board.dts  |  2 +-
 arch/arm/dts/k3-am654-r5-base-board.dts   |  2 +-
 .../arm/dts/k3-j721e-r5-common-proc-board.dts |  2 +-
 arch/arm/dts/k3-j721e-som-p0.dtsi |  2 +-
 arch/arm/mach-k3/common.c |  8 ++--
 arch/arm/mach-k3/common.h |  4 +-
 arch/arm/mach-k3/include/mach/hardware.h  | 14 +-
 board/bosch/guardian/board.c  |  4 ++
 configs/am335x_guardian_defconfig | 20 +++--
 include/configs/am335x_guardian.h | 43 ---
 12 files changed, 121 insertions(+), 34 deletions(-)

-- 
2.23.0



Re: [GIT PULL] TI changes for next branch targeting v2020.07

2020-03-18 Thread Tom Rini
On Tue, Mar 17, 2020 at 01:39:45PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 
> Please find the pull request for next branch targeting v2020.07 merge window
> containing TI specific changes.
> 
> Gitlab build tests: 
> https://gitlab.denx.de/u-boot/custodians/u-boot-ti/pipelines/2444
> 
> Thanks and regards,
> Lokesh
> 
> The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:
> 
>   Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-next
> 
> for you to fetch changes up to 445b45042c63c79546124489362ba4e64b61bfdc:
> 
>   remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devices 
> (2020-03-16 12:33:19 +0530)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] TI changes for next branch targeting v2020.07

2020-03-17 Thread Lokesh Vutla
Hi Tom,

Please find the pull request for next branch targeting v2020.07 merge window
containing TI specific changes.

Gitlab build tests: 
https://gitlab.denx.de/u-boot/custodians/u-boot-ti/pipelines/2444

Thanks and regards,
Lokesh

The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:

  Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 445b45042c63c79546124489362ba4e64b61bfdc:

  remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devices 
(2020-03-16 12:33:19 +0530)


Below are major changes in this PR, segregated per SoC family:
K3 J721E:
* OSPI boot support
* Support for loading remote cores in R5 SPL
* PMIC ESM Support
* Minor fixes for R5F and C7x remoteproc drivers

K3 AM654:
* Update AVS class 0 voltages.
* Add I2C nodes

DRA7xx/AM57xx:
* Fixed Android boot on AM57xx

AM33/AM43/Davinci:
* switch to driver model for the net and mdio driver for baltos
* Add DM/DTS support for omap video driver
* Enable fastboot on am335x-evm


Andrew F. Davis (2):
  board: ti: README: Update OP-TEE binary name
  defconfigs: am65x_hs_evm: Sync HS and non-HS defconfigs

Dario Binacchi (13):
  video: omap: use BIT() and GENMASK() macros
  video: omap: add missing bitfield masks
  video: omap: fix coding style on use of spaces
  video: omap: fix bitfields order
  video: omap: rename LCD controller registers
  video: omap: fix debug message
  video: omap: add loop exit conditions to the dpll setup
  video: omap: create two routines to set the pixel clock rate
  video: omap: add support for DM/DTS
  arm: dts: am335x: add 'u-boot, dm-pre-reloc' to panel
  fdt: video: omap: add framebuffer and panel bindings
  video: omap: fix pixel-per-line bitfield setting
  board: brxre1: fix building errors

Keerthy (12):
  lib: elf: Move the generic elf loading/validating functions to lib
  arm: k3: Add support for loading non linux remote cores
  armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM
  armv7R: K3: Add support for jumping to firmware
  arm: dts: k3-j721e-r5-u-boot: Add fs_loader node
  arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL
  include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 &
main_r5fss0_core0
  configs: j721e_evm_r5: Enable R5F remoteproc support
  configs: j721e_evm_r5_defconfig: Remove saving ENV in eMMC
  arm: dts: k3-j721e: Enable ospi1/qspi
  arm: dts: k3-j721e-mcu-wakeup: Add assigned-clocks/rates properties
for ospi1/qspi
  arm: dts: k3-j721e-r5-common-proc-board: Add ospi1 flash node

Lokesh Vutla (5):
  ARM: mach-k3: sysfw-loader: Use SPI memmapped addr when loading SYSFW
  board: ti: k3: Update the sysfw image gen repository
  firmware: tisci: Drop all deprecated messages
  dma: ti: k3-udma: Mark flow id as valid parameter for RX channel
config
  arm: mach-k3: Add a separate function for printing sysfw version

Sam Protsenko (3):
  env: ti: boot: Fix Android boot on AM57x EVM
  configs: am335x_evm: Enable DFU over TFTP support
  configs: am335x_evm: Enable Fastboot

Suman Anna (6):
  remoteproc: k3-dsp: Fix unbalanced state machine in k3_dsp_start
  remoteproc: k3-dsp: Add a sanity check for DSP boot address alignment
  armv8: K3: j721e: Add DSP internal memory regions in MMU table
  remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPs
  remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0
  remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devices

Tero Kristo (8):
  power: pmic: tps65941: Add support for probing the child devices
  misc: k3_esm: Add support for Texas Instruments K3 ESM driver
  misc: pmic_esm: Add support for PMIC ESM driver
  arm: dts: k3-k721e: Add Main domain ESM support
  arm: dts: k3-j721e: Add ESM PMIC support for tps659413 based board
  board: ti: j721e: initialize ESM support
  configs: j721e_evm_r5_defconfig: Enable ESM modules
  power: mfd: k3_avs: update am65xx MPU_VDD voltage values

Vignesh Raghavendra (12):
  drivers: Descend to drivers/soc unconditionally
  ARM: mach-k3: arm64-mmu: map 64bit FSS MMIO space in A53 MMU
  ARM: dts: k3-am65: Add OSPI DT nodes
  ARM: dts: k3-j721e: Add OSPI DT nodes
  configs: am65x_evm: Setup mtdparts for OSPI
  configs: j721e_evm: Setup mtdparts for OSPI
  configs: j721e_evm_defconfig: Enable OSPI configs
  configs: am65x_evm_defconfig: Enable OSPI configs
  board: ti: Update AM65x and J721e READMEs for OSPI boot
  configs: ama65x_hs_evm: Enable OSPI related configs
  configs: j721e_hs_evm: Enable OSPI related configs
  arm: dts: k3-am654-base-board: Enable I2C nodes

Yegor Yefremov (1):
  arm: baltos: switch to driver model for the net and mdio driver

 arch/arm/dts/am335x-brppt1-mmc.dts|   2 +
 arch/arm/dts/am335x-brppt1-nand.dts   |