[PATCH] MAINTAINERS: Update ARM TI entry

2021-09-03 Thread Lokesh Vutla
Move TI maintainership to Tom. Updated with the following commands: find ./ -name MAINTAINERS | xargs sed -i s/"Lokesh Vutla "/"Tom Rini "/g Signed-off-by: Lokesh Vutla --- MAINTAINERS| 2 +- board/davinci/da8xxevm/MAINTAINERS | 2 +- board/t

Re: [PATCH] ARM: dts: Fix node status to "okay" on TI boards

2021-08-23 Thread Lokesh Vutla
Hi Roger, On 20/08/21 4:11 pm, Roger Quadros wrote: > As per Device Tree core schema [1], status parameter of nodes can be either > "okay" or "disabled". > > U-boot Driver Model does not recognize status="ok" and treats > the node as disabled. > Is Kernel DTS updated? The idea is to not

Re: [PATCH 05/16] am43xx: Drop non-DM_I2C code

2021-08-19 Thread Lokesh Vutla
On 19/08/21 8:42 am, Tom Rini wrote: > On this platform, we have DM_I2C and SPL_DM_I2C always enabled. > Remove legacy options. > > Cc: Lokesh Vutla > Signed-off-by: Tom Rini Acked-by: Lokesh Vutla Thanks and regards, Lokesh

Re: [PATCH 12/23] ti: Convert CONFIG_TI_EDMA3 to Kconfig

2021-08-11 Thread Lokesh Vutla
be7b9f0..fa4a8c7a24f 100644 > --- a/include/configs/ti_armv7_keystone2.h > +++ b/include/configs/ti_armv7_keystone2.h > @@ -155,7 +155,6 @@ > #define CONFIG_TIMESTAMP > > /* EDMA3 */ > -#define CONFIG_TI_EDMA3 Just a nit pick. Comment above should be dropped as well

Re: [PATCH 3/5] arm: mach-k3: Add note to auto-generated files

2021-08-10 Thread Lokesh Vutla
On 11/08/21 1:19 am, Dave Gerlach wrote: > Add a note to the automatically generated clk-data and dev-data files > for j721e and j7200 to indicate that they are in fact auto-generated and > should not be hand edited. > > Signed-off-by: Dave Gerlach Are there any guidelines/README to do this

Re: [PATCH] Nokia RX-51: Convert documentation to rst format

2021-08-02 Thread Lokesh Vutla
Hi Pali, On 01/08/21 4:18 pm, Pali Rohár wrote: > On Monday 26 July 2021 12:38:05 Lokesh Vutla wrote: >> On 22/07/21 2:55 am, Pali Rohár wrote: >>> Signed-off-by: Pali Rohár >>> --- >>> board/nokia/rx51/MAINTAINERS

[GIT PULL] TI changes for v2021.10-rc2

2021-07-29 Thread Lokesh Vutla
Hi Tom, Please find the PR for master branch targeted for v2021.10-rc2 tag. Details about the PR are updated in the tag message. Gitlab CI report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/8468 The following changes since commit

Re: [PATCH] board: ti: k2g: Program PadConfig_202 before locking RSTMUX8

2021-07-28 Thread Lokesh Vutla
On Mon, 26 Jul 2021 18:22:48 -0500, Suman Anna wrote: > The PADCONFIG_202 register (0x02621328) is affected by the locking > of the RSTMUX8 register (0x02620328), and so cannot be configured > in kernel. This has been confirmed as a hardware bug and affects > all K2G SoCs. > > Setup the pinmux

Re: [PATCH] arm: dts: k3-am65: Fix up MCU R5FSS cluster mode back to Split-mode

2021-07-28 Thread Lokesh Vutla
On Mon, 26 Jul 2021 11:22:13 -0500, Suman Anna wrote: > The default U-Boot environment variables and design are all set up to > have the MCU R5FSS cluster to be in Split-mode. This is the setting > in v2021.01 U-Boot and the dt nodes are synched with the kernel binding > property names in commit

Re: [PATCH 0/5] Cleanup MAIN R5F boot from R5 SPL

2021-07-28 Thread Lokesh Vutla
On Mon, 26 Jul 2021 16:13:06 -0500, Suman Anna wrote: > The following series cleans up the code related to booting of Main > R5FSS0 Core0 from R5 SPL, and moves it to A72 U-Boot on J721E SoCs. > This is no longer supported after the R5 SPL re-architecture that > splits the System Firmware

Re: [PATCH v2 0/6] AM64: Add support for higher speed modes and boot mode in eMMC

2021-07-28 Thread Lokesh Vutla
On Mon, 26 Jul 2021 20:58:01 +0530, Aswath Govindraju wrote: > The following series of patches add support for, > - HS200/HS400 speed modes > - eMMC boot mode > - gpt and FDT library overlay > > This series of patches, > - dependent on >

Re: [PATCH v5 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver

2021-07-28 Thread Lokesh Vutla
On Wed, 21 Jul 2021 21:28:29 +0530, Kishon Vijay Abraham I wrote: > Patch series adds Sierra and Torrent SERDES driver for the SERDES > used in TI's K3 platforms. This SERDES is used by USB3, PCIe and > Ethernet. This series is mostly an adaptation of drivers added in > upstream Linux kernel. > >

Re: [PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode

2021-07-28 Thread Lokesh Vutla
On Mon, 5 Apr 2021 20:14:28 +0530, Aswath Govindraju wrote: > Enable HS400 speed mode by writing to HOST_CONTROL2 register. Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks! [1/1] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode

Re: [PATCH] configs: am64x_evm_r5_defconfig: Fix CONFIG_SPL_TEXT_BASE to 0x70000000

2021-07-28 Thread Lokesh Vutla
On Mon, 26 Jul 2021 20:28:39 +0530, Aswath Govindraju wrote: > CONFIG_SPL_TEXT_BASE was set to 0x7000 in the commit, > "26f32c32b250 configs: am64x_evm_*_defconfig: Rearrange the components in > SRAM to satisfy the limitations for USB DFU boot mode". This change seems > to have been dropped

Re: [PATCH 0/6] AM64: Add support for higher speed modes and boot mode in eMMC

2021-07-28 Thread Lokesh Vutla
On Thu, 3 Jun 2021 14:34:22 +0530, Aswath Govindraju wrote: > The following series of patches add support for, > - HS200/HS400 speed modes > - eMMC boot mode > - gpt and FDT library overlay > > This series of patches, > - dependent on >

Re: [PATCH 0/3] J7200: Add support for HS400 speed mode

2021-07-28 Thread Lokesh Vutla
On Tue, 25 May 2021 15:08:22 +0530, Aswath Govindraju wrote: > The following series of patches add support for HS400 speed mode on J7200 > SoC. > > For HS400 support to work, the following series of patches depend on, >

Re: [PATCH v2 5/5] configs: am335x_evm: Fix BeagleBone Green DTB selection

2021-07-26 Thread Lokesh Vutla
On 21/07/21 12:10 pm, Paul Barker wrote: > On Wed, 21 Jul 2021 11:29:04 +0530 > Lokesh Vutla wrote: > >> On 20/07/21 1:49 pm, Paul Barker wrote: >>> On Tue, 13 Jul 2021 11:59:06 +0530 >>> Lokesh Vutla wrote: >>> >>>> On 13/

Re: [PATCH] Nokia RX-51: Convert documentation to rst format

2021-07-26 Thread Lokesh Vutla
On 22/07/21 2:55 am, Pali Rohár wrote: > Signed-off-by: Pali Rohár > --- > board/nokia/rx51/MAINTAINERS | 2 +- > doc/board/index.rst | 1 + > doc/board/nokia/index.rst | 7 + > .../nokia/rx51.rst}

Re: [PATCH v2 5/5] configs: am335x_evm: Fix BeagleBone Green DTB selection

2021-07-20 Thread Lokesh Vutla
On 20/07/21 1:49 pm, Paul Barker wrote: > On Tue, 13 Jul 2021 11:59:06 +0530 > Lokesh Vutla wrote: > >> On 13/07/21 1:44 am, Paul Barker wrote: >>> The function board_is_bone_lt() returns true for the BeagleBone Green, >>> the BeagleBone Enhanced and the

Re: [PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode

2021-07-19 Thread Lokesh Vutla
On 20/07/21 10:51 am, Jaehoon Chung wrote: > Hi Lokesh, > > On 7/20/21 1:10 PM, Lokesh Vutla wrote: >> +Tom >> >> On 20/07/21 3:45 am, Jaehoon Chung wrote: >>> Hi Aswath, >>> >>> On 7/19/21 3:48 PM, Aswath Govindraju wrote: >>>&g

Re: [PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode

2021-07-19 Thread Lokesh Vutla
+Tom On 20/07/21 3:45 am, Jaehoon Chung wrote: > Hi Aswath, > > On 7/19/21 3:48 PM, Aswath Govindraju wrote: >> Hi Peng, >> >> On 09/06/21 8:56 pm, Aswath Govindraju wrote: >>> Hi Peng, >>> >>> On 10/05/21 7:18 pm, Aswath Govindraju wrote: Hi Peng, On 07/04/21 3:52 am, Jaehoon

Re: [PATCH] Nokia RX-51: Update documentation about flashing

2021-07-18 Thread Lokesh Vutla
Hi, On 18/06/21 6:59 pm, Pali Rohár wrote: > This change contains update for doc/README.nokia_rx51 documentation file > with information how to load U-Boot image to device RAM without need to > flash it and also how to flash it into OneNAND via 0x flasher. > > Signed-off-by: Pali Rohár Can

[GIT PULL] TI changes for v2021.10-rc1

2021-07-18 Thread Lokesh Vutla
for various PRU cores on K3 AM65x SoCs Lokesh Vutla (3): arm: dts: k3-am654-base-board: Add r5 specific u-boot dtsi arm: dts: ti: k3-am65-main: Add ICSSG nodes configs: am65x_evm_a53: Enable PRUSS remoteproc Moses Christopher (3): am335x, guardian: mem: Add board dependent mem values am335x

Re: [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script

2021-07-15 Thread Lokesh Vutla
On Fri, 18 Jun 2021 15:31:08 +0200, Pali Rohár wrote: > Unfortunately for testing is required qflasher which works only in 32-bit > x86 mode. Apparently 64-bit x86 Azure CI has no problems as it has > preinstalled 32-bit libraries and can execute also 32-bit x86 executables. > > This change just

Re: [PATCH 1/2] Nokia RX-51: Add support for booting kernel in zImage format

2021-07-15 Thread Lokesh Vutla
On Fri, 18 Jun 2021 15:27:03 +0200, Pali Rohár wrote: > Enable U-Boot bootz command and update env scripts to try loading also > zImage file and to try booting via bootz command. > > Update also lowlevel_init.S code for checking validity of zImage magic to > correctly relocate kernel in zImage

Re: [PATCH v3 0/5] Add PMIC node for J7200

2021-07-15 Thread Lokesh Vutla
On Wed, 14 Jul 2021 15:52:55 -0500, Gowtham Tammana wrote: > The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset > adds dt nodes, compatible string, and configs to enable the > corresponding driver. > > v3: > - rebased to resolve minor conflicts against master > > [...]

Re: [PATCH v2 0/5] arm: dts: Add PMIC node for J7200

2021-07-15 Thread Lokesh Vutla
On Wed, 23 Jun 2021 16:14:49 -0500, Gowtham Tammana wrote: > The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset > adds dt nodes, compatible string, and configs to enable the > corresponding driver. > > v2: > - rebased the changes are reordered patches 3/4 > > [...] Applied

Re: [PATCH v3 0/5] Add SIMATIC IOT2050 board support

2021-07-15 Thread Lokesh Vutla
Hi Jan, On 14/07/21 3:09 pm, Jan Kiszka wrote: > On 14.07.21 11:29, Lokesh Vutla wrote: >> Hi Jan, >> >> On 12/06/21 1:12 am, Jan Kiszka wrote: >>> This is the baseline support for the SIMATIC IOT2050 devices. >>> >>> Changes in v3: >>>

Re: [PATCH v3 0/5] Add SIMATIC IOT2050 board support

2021-07-14 Thread Lokesh Vutla
On 14/07/21 3:09 pm, Jan Kiszka wrote: > On 14.07.21 11:29, Lokesh Vutla wrote: >> Hi Jan, >> >> On 12/06/21 1:12 am, Jan Kiszka wrote: >>> This is the baseline support for the SIMATIC IOT2050 devices. >>> >>> Changes in v3: >>>

Re: [PATCH v3 0/5] Add SIMATIC IOT2050 board support

2021-07-14 Thread Lokesh Vutla
Hi Jan, On 12/06/21 1:12 am, Jan Kiszka wrote: > This is the baseline support for the SIMATIC IOT2050 devices. > > Changes in v3: > - rebased > - addressed several checkpatch warnings > - a few #ifdef -> IS_ENABLED conversions > - comment marker for SPDK identifier in .S file > -

Re: [PATCH] arm: omap4: Disable USB_TTY and related options

2021-07-14 Thread Lokesh Vutla
On Wed, 7 Jul 2021 21:43:48 -0400, Tom Rini wrote: > The usbtty functionality is not currently used on these two platforms, > disable it. Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks! [1/1] arm: omap4: Disable USB_TTY and related options

Re: [PATCHv2] configs: am65x_evm: Switch envboot out for distro_bootcmd

2021-07-14 Thread Lokesh Vutla
On Tue, 13 Jul 2021 10:11:39 -0400, Tom Rini wrote: > Swap out the TI-centric "envboot" logic for the generic distro_bootcmd > logic for the bootcmd we run before trying to do something more complex > involving additional firmware, etc. Applied to

Re: [PATCH] ti: am335x_evm: Switch to DISTRO_BOOT only

2021-07-14 Thread Lokesh Vutla
On Thu, 10 Jun 2021 19:01:47 -0400, Tom Rini wrote: > Remove the environment support for various legacy boot methods. With > this, we will now default to booting any distribution that follows the > generic distro boot framework and no longer attempt to boot various > legacy (to this SoC)

Re: [PATCH] configs: j721e_evm: Switch envboot out for distro_bootcmd

2021-07-14 Thread Lokesh Vutla
On Thu, 1 Jul 2021 10:27:43 -0400, Tom Rini wrote: > Swap out the TI-centric "envboot" logic for the generic distro_bootcmd > logic for the bootcmd we run before trying to do something more complex > involving additional firmware, etc. Applied to

Re: [PATCH 1/3] ti: am43xx_evm: Switch to DISTRO_BOOT only

2021-07-14 Thread Lokesh Vutla
On Thu, 1 Jul 2021 09:26:10 -0400, Tom Rini wrote: > Remove the environment support for various legacy boot methods. With > this, we will now default to booting any distribution that follows the > generic distro boot framework and no longer attempt to boot various > legacy (to this SoC)

Re: [PATCH v4 00/18] am335x, guardian: update board specific changes

2021-07-14 Thread Lokesh Vutla
On Fri, 11 Jun 2021 16:13:32 +, gireesh.hirem...@in.bosch.com wrote: > address the v3 review comments > > >There are some build errors with this series, can you take a look?: >

Re: [PATCH v2 0/5] remoteproc: pru: Add remoteproc support for AM65 PRUSS

2021-07-14 Thread Lokesh Vutla
On Tue, 22 Jun 2021 12:04:26 +0530, Lokesh Vutla wrote: > This series adds support for remoteproc driver for PRUSS in AM65 SoCs. > > Changes since v1: > - Fixed checkpatch warnings > > Keerthy (2): > soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs > remo

Re: [PATCH] arm: mach-k3: am642_init: Add missing ddr guard

2021-07-14 Thread Lokesh Vutla
On Thu, 24 Jun 2021 12:16:14 -0500, Gowtham Tammana wrote: > The `struct udevice *` reference is needed for either of the > K3_LOAD_SYSFW, K3_AM64_DDRSS config guards. Adding the missing > K3_AM64_DDRSS guard. Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks!

Re: [PATCH V2 0/3] Make omap3 board functions static

2021-07-14 Thread Lokesh Vutla
On Fri, 25 Jun 2021 14:23:05 -0500, Adam Ford wrote: > Several functions in omap3/board.c are only used in that file, and > two of them are only called when certain conditions are true in an > ifdef. Rearange these functions to also be inside the ifdef and > make them static. > > Before: > >

Re: [PATCH v2 0/2] AM64: Update the locations of various elements in SRAM

2021-07-14 Thread Lokesh Vutla
On Wed, 16 Jun 2021 22:08:19 +0530, Aswath Govindraju wrote: > The following series of patches, > - Update the location of TF-A > - Indicate reserved locations for DMSC code and secure proxy > > changes since v1: > - Moved the load address of TF-A to 0x701c to account for future >

Re: [PATCH] configs: am3517_evm: Fix boot hang

2021-07-14 Thread Lokesh Vutla
On Sat, 26 Jun 2021 08:42:58 -0500, Adam Ford wrote: > SPL is really tight on space, so decrease a little memory that we > allocate in order to fix boot hang. Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks! [1/1] configs: am3517_evm: Fix boot hang

Re: [PATCH] configs: omap3x_logic: Fix boot hang by reducing SYS_MALLOC_F_LEN

2021-07-14 Thread Lokesh Vutla
On Fri, 25 Jun 2021 13:57:17 -0500, Adam Ford wrote: > The AM3517 uses SYS_MALLOC_F_LEN of size 0x3000, but the rest of > the OMAP3 boards from LogicPD / BeaconEmbedded use 0x4000, but > they don't boot SPL. > > Reduce the malloc size to restore booting. Applied to

Re: [PATCH] configs: am65x_evm: Switch envboot out for distro_bootcmd

2021-07-13 Thread Lokesh Vutla
On 02/07/21 1:34 am, Tom Rini wrote: > Swap out the TI-centric "envboot" logic for the generic distro_bootcmd > logic for the bootcmd we run before trying to do something more complex > involving additional firmware, etc. > > Cc: Lokesh Vutla > Signed-off-by: Tom

Re: [PATCH] configs: omap3x_logic: Enable LTO on more LogicPD OMAP3 boards

2021-07-13 Thread Lokesh Vutla
On 26/06/21 4:51 pm, Adam Ford wrote: > There are five omap3 based boards from LogicPD. Two of them > have added LTO support. Add the remaining three to use LTO. > > Signed-off-by: Adam Ford There are many merge conflicts with this patch. Can you rebase on top of latest master and repost?

Re: [PATCH v2 0/5] arm: dts: Add PMIC node for J7200

2021-07-13 Thread Lokesh Vutla
On 24/06/21 2:44 am, Gowtham Tammana wrote: > The J7200 EVM has PMIC LP876441 for supporting CPU AVS. This patchset > adds dt nodes, compatible string, and configs to enable the > corresponding driver. > > v2: > - rebased the changes are reordered patches 3/4 There are minor conflicts with

Re: [PATCH v2 5/5] configs: am335x_evm: Fix BeagleBone Green DTB selection

2021-07-13 Thread Lokesh Vutla
On 13/07/21 1:44 am, Paul Barker wrote: > The function board_is_bone_lt() returns true for the BeagleBone Green, > the BeagleBone Enhanced and the BeagleBone Black. Therefore when > selecting which devicetree to use we must ensure that the more specific > functions board_is_bbg1() and

Re: [PATCH 1/4] arm: dts: am335x-boneblack: Extract common config

2021-07-12 Thread Lokesh Vutla
On 12/07/21 9:53 pm, Paul Barker wrote: > On Thu, 17 Jun 2021 12:27:55 + > Tom Rini wrote: > >> On Thu, Jun 17, 2021 at 11:31:56AM +0100, Paul Barker wrote: >>> On Thu, 17 Jun 2021 11:05:46 +0100 >>> Peter Robinson wrote: >>> On Thu, Jun 17, 2021 at 10:03 AM Paul Barker wrote:

[PATCH v2 5/5] configs: am65x_evm_a53: Enable PRUSS remoteproc

2021-06-22 Thread Lokesh Vutla
Enable PRUSS remoteproc driver for AM65 Signed-off-by: Lokesh Vutla --- configs/am65x_evm_a53_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index 01e027f607..512849f983 100644 --- a/configs

[PATCH v2 4/5] arm: dts: ti: k3-am65-main: Add ICSSG nodes

2021-06-22 Thread Lokesh Vutla
by a PRUSS subsystem node. These nodes are enabled by default. DT nodes are fetch from Linux 5.13 Kernel. Signed-off-by: Lokesh Vutla --- arch/arm/dts/k3-am65-main.dtsi | 463 +++ arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 72 +++ 2 files changed, 535

[PATCH v2 3/5] arm: dts: k3-am654-base-board: Add r5 specific u-boot dtsi

2021-06-22 Thread Lokesh Vutla
So far all the u-boot specific properties for both r5 and a53 are placed in k3-am654-base-board-u-boot.dtsi. But there are few a53 nodes that should be updated but doesn't belong to r5. So create a separate r5 specific u-boot dtsi. Signed-off-by: Lokesh Vutla --- arch/arm/dts/k3-am654-base

[PATCH v2 2/5] remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs

2021-06-22 Thread Lokesh Vutla
to support two different context thread executions. The driver currently supports the AM65xx SoC Signed-off-by: Keerthy Signed-off-by: Suman Anna Signed-off-by: Murali Karicheri Signed-off-by: Roger Quadros Signed-off-by: Lokesh Vutla --- MAINTAINERS| 1 + drivers

[PATCH v2 1/5] soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs

2021-06-22 Thread Lokesh Vutla
handling. Add support for pruss driver. Currently am654x family is supported. Signed-off-by: Keerthy Signed-off-by: Roger Quadros Signed-off-by: Lokesh Vutla --- MAINTAINERS | 1 + drivers/soc/ti/Kconfig | 11 ++ drivers/soc/ti/Makefile | 1 + drivers/soc/ti

[PATCH v2 0/5] remoteproc: pru: Add remoteproc support for AM65 PRUSS

2021-06-22 Thread Lokesh Vutla
This series adds support for remoteproc driver for PRUSS in AM65 SoCs. Changes since v1: - Fixed checkpatch warnings Keerthy (2): soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs Lokesh Vutla (3): arm: dts: k3

Re: [PATCH -next] ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warnings

2021-06-21 Thread Lokesh Vutla
+Tom On 14/06/21 2:12 pm, Vignesh Raghavendra wrote: > Fix following dtc warning by explicitly setting up #size-cells > and #address-cells when overriding node in -u-boot.dtsi > > arch/arm/dts/k3-j7200-common-proc-board.dtb: Warning (reg_format): >

[GIT PULL v2] TI changes for v2021.10 next

2021-06-11 Thread Lokesh Vutla
probe of clk-k3 driver configs: j7200_evm_r5: Enable raw access power management features Kevin Scholz (1): arm: dts: k3-j7200: ddr: Update to 0.5.0 version of DDR for LPDDR 2666MTs Lokesh Vutla (1): common: fit: Update board_fit_image_post_process() to pass fit and node_offset

Re: [PATCH v2 0/5] Add SIMATIC IOT2050 board support

2021-06-11 Thread Lokesh Vutla
On 02/06/21 3:07 pm, Jan Kiszka wrote: > This is the baseline support for the SIMATIC IOT2050 devices. > > Changes in v2: > - rebased > - sync with upstream-accepted DT > - add boot switch > - include watchdog support > > Allows to boot mainline 5.10 kernels, but not the original

Re: [PATCH v2 4/5] watchdog: rti_wdt: Add support for loading firmware

2021-06-11 Thread Lokesh Vutla
Hi Tom, On 09/06/21 6:47 pm, Jan Kiszka wrote: > On 07.06.21 13:44, Jan Kiszka wrote: >> On 07.06.21 13:40, Tom Rini wrote: >>> On Mon, Jun 07, 2021 at 03:33:52PM +0530, Lokesh Vutla wrote: >>>> +Tom, >>>> >>>> Hi Tom, >>>>

Re: [PATCHv6 00/26] HSM rearch series for TI K3 devices

2021-06-11 Thread Lokesh Vutla
Tom, On 11/06/21 4:48 pm, Tero Kristo wrote: > On 11/06/2021 14:08, Lokesh Vutla wrote: >> Hi Tero, >> >> On 11/06/21 2:15 pm, Tero Kristo wrote: >>> Hello, >>> >>> One more post, this time with the #ifdef hackery converted to use the >>>

Re: [PATCHv6 00/26] HSM rearch series for TI K3 devices

2021-06-11 Thread Lokesh Vutla
Hi Tero, On 11/06/21 2:15 pm, Tero Kristo wrote: > Hello, > > One more post, this time with the #ifdef hackery converted to use the > IS_ENABLED / CONFIG_IS_ENABLED macros, and also removed the "common.h" > include from k3-clk.h header. This version also contains fixes to any > build issues

Re: [GIT PULL] TI changes for v2021.10 next

2021-06-10 Thread Lokesh Vutla
+Tero, On 10/06/21 8:55 pm, Tom Rini wrote: > On Thu, Jun 10, 2021 at 12:16:50PM +0530, Lokesh Vutla wrote: > >> Hi Tom, >> Please find the PR for master branch targeted for v2021.10-next branch. >> Details about the PR are updated in the tag message. >>

[GIT PULL] TI changes for v2021.10 next

2021-06-10 Thread Lokesh Vutla
(1): arm: dts: k3-j7200: ddr: Update to 0.5.0 version of DDR for LPDDR 2666MTs Lokesh Vutla (1): common: fit: Update board_fit_image_post_process() to pass fit and node_offset Pali Rohár (1): Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning Tero Kristo (21): lib

Re: [PATCHv5 00/26] Re-base / re-post of TI-K3 HSM rearch series

2021-06-09 Thread Lokesh Vutla
On 03/06/21 12:02 pm, Tero Kristo wrote: > Hi, > > As requested, this is just a rebase to the latest u-boot tip. > > Boot tested on j721e to make sure nothing got broken. Applied to u-boot-ti for-next. Thanks and regards, Lokesh > > -Tero > >

Re: [PATCH v2 0/8] rtc: davinci: add driver model support

2021-06-09 Thread Lokesh Vutla
On Wed, 2 Jun 2021 22:37:57 +0200, Dario Binacchi wrote: > The series adds driver model support for omap RTC plus some fixes. > > Changes in v2: > - Separated from Kconfig patch > - Use consistent naming (omap_rtc_. > - Remove non-DM support. It's no more used. > > [...] Applied to

Re: [PATCH v2 0/7] J72xx: R5 SPL DMA support post HSM Rearch

2021-06-09 Thread Lokesh Vutla
On Mon, 7 Jun 2021 19:47:46 +0530, Vignesh Raghavendra wrote: > This series add DMA support for R5 SPL on J721e/J7200 SoCs post HSM > Rearch. > > Depends on Tero's base HSM rearch support series. > > v2: > Use IS_ENABLED() consistentially instead of #ifdef > Reword commit msg for 5/7 as

Re: [PATCH] arm: dts: k3-j7200: ddr: Update to 0.5.0 version of DDR for LPDDR 2666MTs

2021-06-09 Thread Lokesh Vutla
On Thu, 3 Jun 2021 08:14:53 -0500, prane...@ti.com wrote: > Update the ddr settings to use the DDR reg config tool rev 0.5.0. > This enables 2666MTs LPDDR configuration on J7200. Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git master, thanks! [1/1] arm: dts: k3-j7200: ddr:

Re: [PATCH v2] Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning

2021-06-09 Thread Lokesh Vutla
On Tue, 9 Mar 2021 21:19:15 +0100, Pali Rohár wrote: > Also convert CONFIG_HW_WATCHDOG to CONFIG_WATCHDOG. Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git master, thanks! [1/1] Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning

Re: [PATCH v3 00/10] AM642-EVM: Add USB support

2021-06-09 Thread Lokesh Vutla
On Fri, 4 Jun 2021 22:00:30 +0530, Aswath Govindraju wrote: > The following series of patches add support for the following > - Kconfig symbol for giving the load address for ATF > - USB Mass storage boot mode in AM642-EVM > - DFU boot mode in AM642-EVM > - Host and peripheral modes for AM642-EVM

[PATCH 4/5] arm: dts: ti: k3-am65-main: Add ICSSG nodes

2021-06-09 Thread Lokesh Vutla
by a PRUSS subsystem node. These nodes are enabled by default. DT nodes are fetch from Linux 5.13 Kernel. Signed-off-by: Lokesh Vutla --- arch/arm/dts/k3-am65-main.dtsi | 463 +++ arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 72 +++ 2 files changed, 535

[PATCH 5/5] configs: am65x_evm_a53: Enable PRUSS remoteproc

2021-06-09 Thread Lokesh Vutla
Enable PRUSS remoteproc driver for AM65 Signed-off-by: Lokesh Vutla --- configs/am65x_evm_a53_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index 01e027f607..512849f983 100644 --- a/configs

[PATCH 3/5] arm: dts: k3-am654-base-board: Add r5 specific u-boot dtsi

2021-06-09 Thread Lokesh Vutla
So far all the u-boot specific properties for both r5 and a53 are placed in k3-am654-base-board-u-boot.dtsi. But there are few a53 nodes that should be updated but doesn't belong to r5. So create a separate r5 specific u-boot dtsi. Signed-off-by: Lokesh Vutla --- arch/arm/dts/k3-am654-base

[PATCH 2/5] remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs

2021-06-09 Thread Lokesh Vutla
to support two different context thread executions. The driver currently supports the AM65xx SoC Signed-off-by: Keerthy Signed-off-by: Suman Anna Signed-off-by: Murali Karicheri Signed-off-by: Roger Quadros Signed-off-by: Lokesh Vutla --- drivers/remoteproc/Kconfig | 11 + drivers

[PATCH 1/5] soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs

2021-06-09 Thread Lokesh Vutla
handling. Add support for pruss driver. Currently am654x family is supported. Signed-off-by: Keerthy Signed-off-by: Roger Quadros Signed-off-by: Lokesh Vutla --- drivers/soc/ti/Kconfig | 11 ++ drivers/soc/ti/Makefile | 1 + drivers/soc/ti/pruss.c | 217

[PATCH 0/5] remoteproc: pru: Add remoteproc support for AM65 PRUSS

2021-06-09 Thread Lokesh Vutla
This series adds support for remoteproc driver for PRUSS in AM65 SoCs. Keerthy (2): soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs Lokesh Vutla (3): arm: dts: k3-am654-base-board: Add r5 specific u-boot dtsi

Re: [PATCH v2 0/7] J72xx: R5 SPL DMA support post HSM Rearch

2021-06-08 Thread Lokesh Vutla
On 07/06/21 7:47 pm, Vignesh Raghavendra wrote: > This series add DMA support for R5 SPL on J721e/J7200 SoCs post HSM > Rearch. > > Depends on Tero's base HSM rearch support series. > > v2: > Use IS_ENABLED() consistentially instead of #ifdef > Reword commit msg for 5/7 as suggested by Lokesh

Re: [PATCHv5 00/26] Re-base / re-post of TI-K3 HSM rearch series

2021-06-08 Thread Lokesh Vutla
On 08/06/21 11:57 am, Tero Kristo wrote: > On 07/06/2021 14:22, Lokesh Vutla wrote: >> >> >> On 03/06/21 12:02 pm, Tero Kristo wrote: >>> Hi, >>> >>> As requested, this is just a rebase to the latest u-boot tip. >>> >>> Boot tes

Re: [PATCH v3 00/19] am335x, guardian: update board specific changes

2021-06-07 Thread Lokesh Vutla
On 28/05/21 3:00 pm, gireesh.hirem...@in.bosch.com wrote: > From: Gireesh Hiremath > > address the v2 review comments > >> Hi Gireesh, >> >> On 22/04/21 7:01 pm, gireesh.hirem...@in.bosch.com wrote: >>> From: Gireesh Hiremath >>> >>> add support for updated TI clock driver, backlight,

Re: [PATCHv5 00/26] Re-base / re-post of TI-K3 HSM rearch series

2021-06-07 Thread Lokesh Vutla
On 03/06/21 12:02 pm, Tero Kristo wrote: > Hi, > > As requested, this is just a rebase to the latest u-boot tip. > > Boot tested on j721e to make sure nothing got broken. There are some build errors. Can you take a look? https://source.denx.de/u-boot/custodians/u-boot-ti/-/jobs/275511

Re: [PATCH v2 4/5] watchdog: rti_wdt: Add support for loading firmware

2021-06-07 Thread Lokesh Vutla
+Tom, Hi Tom, On 02/06/21 3:07 pm, Jan Kiszka wrote: > From: Jan Kiszka > > To avoid the need of extra boot scripting on AM65x for loading a > watchdog firmware, add the required rproc init and loading logic for the > first R5F core to the watchdog start handler. In case the R5F cluster is >

Re: [PATCH v2] Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning

2021-06-07 Thread Lokesh Vutla
On 10/03/21 1:49 am, Pali Rohár wrote: > Also convert CONFIG_HW_WATCHDOG to CONFIG_WATCHDOG. > > Signed-off-by: Pali Rohár > --- > This patch increase u-boot.bin binary size above maximal limit. So this > patch cannot be applied yet. But it can be applied on top of the LTO > patches. So

Re: [PATCH 0/3] J7200: Add support for HS400 speed mode

2021-06-02 Thread Lokesh Vutla
On 25/05/21 3:08 pm, Aswath Govindraju wrote: > The following series of patches add support for HS400 speed mode on J7200 > SoC. > > For HS400 support to work, the following series of patches depend on, >

Re: [PATCH 00/10] AM642-EVM: Add USB support

2021-06-02 Thread Lokesh Vutla
On 01/06/21 9:43 pm, Aswath Govindraju wrote: > Hi all, > > On 01/06/21 8:43 pm, Aswath Govindraju wrote: >> The following series of patches add support for the following >> - Kconfig symbol for giving the load address for ATF >> - USB Mass storrage boot mode in AM642-EVM >> - DFU boot mode in

Re: [PATCH 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol

2021-06-02 Thread Lokesh Vutla
On 01/06/21 8:43 pm, Aswath Govindraju wrote: > Add support for providing ATF load address with a Kconfig symbol. > > Signed-off-by: Aswath Govindraju > --- > arch/arm/mach-k3/Kconfig | 7 +++ > arch/arm/mach-k3/config.mk | 1 + > tools/k3_fit_atf.sh| 9 ++--- > 3 files

Re: [PATCHv4 00/26] J72xx: HSM rearch support series

2021-06-02 Thread Lokesh Vutla
Hi Tero, On 11/05/21 2:00 pm, Tero Kristo wrote: > Hello, > > Couple of small changes in v4: > - re-worked patch #14 to include review comments from Jaehoon Chung > * changed code to use iopoll version instead of hand crafted loops > for timeout handling > * other mostly cosmetic changes

[GIT PULL] TI changes for v2021.07 rc4

2021-05-27 Thread Lokesh Vutla
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

Re: [PATCH] configs: am64x_evm_a53_defconfig: Enable DP83867 PHY driver

2021-05-27 Thread Lokesh Vutla
On Wed, 12 May 2021 20:08:25 +0530, Vignesh Raghavendra wrote: > AM64x GP and SK EVM have DP83867 PHY connected to CPSW external port0. > Enable the driver in order to use ethernet at U-Boot prompt. > CONFIG_PHY_TI is selected by CONFIG_PHY_TI_DP83867 and thus can be dropped. Applied to

Re: [PATCH v2] arm: dts: k3-j721e: Fix up MAIN R5FSS cluster mode back to Split-mode

2021-05-27 Thread Lokesh Vutla
On Tue, 18 May 2021 16:38:25 -0500, Suman Anna wrote: > The default U-Boot environment variables and design are all set up for > both the MAIN R5FSS clusters to be in Split-mode. This is the setting > in v2021.01 U-Boot and the dt nodes are synched with the kernel binding > property names in

Re: [PATCH 0/3] Fix 'reset' for TI K3 AM64x and J721E/J7200 boards

2021-05-27 Thread Lokesh Vutla
On Thu, 13 May 2021 20:10:54 -0500, Suman Anna wrote: > The following patches fix the 'reset' command functionality for various > TI K3 SoCs. Patches are based on the latest master that includes the > AM64x board support, commit ea184cbff99e ("Merge tag 'ti-v2021.07-rc3' > of

Re: [PATCH] ARM: ti: Increase the allocated size for MLO.raw

2021-05-27 Thread Lokesh Vutla
On Mon, 19 Apr 2021 12:20:27 +0530, Aswath Govindraju wrote: > MLO has increased to a size greater than the allocated > 128 kB in dfu_alt_info_emmc and _mmc. > > Therefore, double the allocated size for MLO.raw in > the default environment. Applied to

Re: [PATCH 6/7] rtc: davinci: add driver model support

2021-05-27 Thread Lokesh Vutla
On 07/05/21 9:45 am, Dario Binacchi wrote: > Update the driver to support the device tree and the driver model. > The read / write helpers in rtc_ops allow access to scratch registers > only. The offset parameter is added to the address of the scratch0 > register. > > Signed-off-by: Dario

Re: [PATCH 1/7] rtc: davinci: enable compilation for omap architectures

2021-05-27 Thread Lokesh Vutla
On 07/05/21 9:45 am, Dario Binacchi wrote: > The Davinci's onchip RTC is also present on TI OMAP1, AM33XX, AM43XX and > DRA7XX SOCs. So, let's enable compilation for these architectures too. > > Signed-off-by: Dario Binacchi > --- > > drivers/rtc/Kconfig | 7 +++ >

Re: [PATCH v2 00/18] am335x, guardian: update board specific changes

2021-05-27 Thread Lokesh Vutla
Hi Gireesh, On 22/04/21 7:01 pm, gireesh.hirem...@in.bosch.com wrote: > From: Gireesh Hiremath > > add support for updated TI clock driver, backlight, splash screen, > swi logic, add ubi fastmap support, update pinmux, code clean up > > address the v1 review comments like: > split board

[GIT PULL] TI changes for v2021.07 rc3

2021-05-12 Thread Lokesh Vutla
for boot device detection armv8: mach-k3: am642: Add custom MMU support Lokesh Vutla (19): ram: k3-ddrss: Enable vtt regulator if present soc: ti: k3-socinfo: Add entry for AM64X SoC family board: ti: am64x: Add support for reading eeprom data board: ti: am64x: Enable support for reading

Re: [PATCH] board: ti: am64x: Parse MAC address from board EEPROM

2021-05-12 Thread Lokesh Vutla
On 10/05/21 11:44 pm, Vignesh Raghavendra wrote: > Parse MAC addresses from EEPROM and set them in the env. This is needed > to get MAC address for additional ethernet ports on the EVM. > > Signed-off-by: Vignesh Raghavendra Applied to u-boot-ti/for-rc Thanks and regards, Lokesh

Re: [PATCH 00/12] AM64x: DMA and ethernet support

2021-05-12 Thread Lokesh Vutla
On 10/05/21 8:06 pm, Vignesh Raghavendra wrote: > This series add ethernet and DMA support for AM64x SoC. Applied to u-boot-ti/for-rc Thanks and regards, Lokesh

Re: [PATCH 00/18] arm: k3-am64: Add initial support for AM64 SK

2021-05-12 Thread Lokesh Vutla
On 06/05/21 4:44 pm, Lokesh Vutla wrote: > AM642 StarterKit (SK) board is a low cost, small form factor board > designed for TI’s AM642 SoC. It supports the following interfaces: > * 2 GB LPDDR4 RAM > * x2 Gigabit Ethernet interfaces capable of working in switch and MAC mode > *

Re: [PATCH 00/17] arm: mach-k3: Initial Support for Texas Instruments AM642 Platform

2021-05-12 Thread Lokesh Vutla
On 23/04/21 9:57 pm, Dave Gerlach wrote: > Hi, > > This series adds initial support for the latest new SoC, AM642, > from Texas Instruments. > > Additional detail can be found in the patch descriptions, also > see AM64X Technical Reference Manual (SPRUIM2, Revised Jan 2021) > for further

Re: [PATCH 0/5] arm: mach-k3: k3-am64: Add DDR configuration and enable

2021-05-12 Thread Lokesh Vutla
On 05/05/21 4:30 am, Dave Gerlach wrote: > This series adds the required configuration needed to use the new common > k3-ddrss driver on am64 and also adds the required dts data needed to > enable DDR usage on the k3-am642-evm platform. > > This series depends on the AM64 base support series

Re: [PATCH v2 00/15] ram: k3-ddrss: Convert k3-j721e to common driver with k3-am64 support

2021-05-12 Thread Lokesh Vutla
On 11/05/21 8:51 pm, Dave Gerlach wrote: > This is v2 of the series to update the existing k3-j721e driver to a > common driver to support both j721e and the new am642 SoC. It renames > drivers/ram/k3-j721e to drivers/ram/k3-ddrss and then introduces a > refactored common driver with the

Re: [PATCH v2 0/5] Revert "fdt: translate address if #size-cells = <0>"

2021-05-12 Thread Lokesh Vutla
On 01/05/21 8:35 pm, Dario Binacchi wrote: > > As pointed by [1] and [2] the d64b9cdcd4 ("fdt: translate address if > #size-cells = <0>") > commit was wrong. The series reverts the patch and fixes the issue with > platform code, adding custom routines to access the clocks registers. > The

Re: [PATCH 5/7] ARM: dts: k3: Add cfg register space for ringacc and udmap

2021-05-12 Thread Lokesh Vutla
On 12/05/21 11:50 am, Vignesh Raghavendra wrote: > > > On 5/12/21 11:40 AM, Lokesh Vutla wrote: >> >> >> On 11/05/21 11:34 am, Vignesh Raghavendra wrote: >>> >>> >>> On 5/11/21 10:21 AM, Lokesh Vutla wrote: >>>> >>>

  1   2   3   4   5   6   7   8   9   10   >