Re: [PATCH v2] driver: spi: add bcm iproc qspi support.

2021-10-19 Thread Rayagonda Kokatanur
On Wed, Oct 20, 2021 at 4:31 AM Roman Bacik wrote: > > From: Rayagonda Kokatanur > > IPROC qspi driver supports both BSPI and MSPI modes. > > Signed-off-by: Rayagonda Kokatanur > Signed-off-by: Bharat Gooty > Acked-by: Rayagonda Kokatanur > > Signed-off-by:

Re: [PATCH 1/1] Revert "arm64: Layerscape: Survive LPI one-way reset workaround"

2021-09-13 Thread Rayagonda Kokatanur
On Mon, Sep 13, 2021 at 11:29 AM Priyanka Jain (OSS) wrote: > > > > >-Original Message- > >From: U-Boot On Behalf Of Z.Q. Hou > >Sent: Friday, September 10, 2021 12:13 PM > >To: Tom Rini ; u-boot@lists.denx.de; > >rayagonda.kokata...@broadcom.com > >Cc: Priyanka Jain > >Subject: RE:

Re: [PATCH v1] driver: spi: add bcm iproc qspi support.

2021-09-13 Thread Rayagonda Kokatanur
On Wed, Aug 25, 2021 at 6:55 PM Bharat Kumar Reddy Gooty wrote: > > From: Rayagonda Kokatanur > > IPROC qspi driver supports both BSPI and MSPI modes. > > Signed-off-by: Rayagonda Kokatanur > Signed-off-by: Bharat Gooty > --- > drivers/spi/Kconfig |

Re: [PATCH v1 1/2] pinctrl: single: Parse gpio details from dt

2021-09-13 Thread Rayagonda Kokatanur
On Tue, Aug 24, 2021 at 3:46 PM Bharat Kumar Reddy Gooty wrote: > > From: Bharat Gooty > > Parse different gpio properties from dt as part of probe > function. This detail is required to enable pinctrl pad > later when gpio lines are requested. > > Signed-off-by: Rayag

Re: [PATCH v1 2/2] pinctrl: single: Add request() api

2021-09-13 Thread Rayagonda Kokatanur
On Tue, Aug 24, 2021 at 3:46 PM Bharat Kumar Reddy Gooty wrote: > > From: Bharat Gooty > > Add pinctrl_ops->request api to configure pctrl > pad register in gpio mode. > > Signed-off-by: Rayagonda Kokatanur > Signed-off-by: Bharat Gooty > --- > driv

[PATCH v2 1/1] drivers: mmc: iproc_sdhci: enable HS200 mode

2021-02-25 Thread Rayagonda Kokatanur
From: Bharat Gooty Add tuning functionality which is needed for HS200 mode. For HS200, program the correct needed 1.8 voltage Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur --- Changes from v1: --Address review comments from Jaehoon Chung, Add comment for udelay Move

Re: [PATCH v1 1/1] drivers: mmc: iproc_sdhci: enable HS200 mode

2021-02-25 Thread Rayagonda Kokatanur
On Wed, Feb 10, 2021 at 3:12 AM Jaehoon Chung wrote: > > Hi Rayagonda, > > On 2/9/21 1:34 PM, Rayagonda Kokatanur wrote: > > From: Bharat Gooty > > > > Add tuning functionality which is needed for HS200 mode. > > For HS200, program the correct

[PATCH v1 1/1] drivers: mmc: iproc_sdhci: enable HS200 mode

2021-02-08 Thread Rayagonda Kokatanur
From: Bharat Gooty Add tuning functionality which is needed for HS200 mode. For HS200, program the correct needed 1.8 voltage Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur --- drivers/mmc/iproc_sdhci.c | 88 +++ 1 file changed, 79

[PATCH v5 1/1] cmd: gpt: add eMMC and GPT support

2020-11-08 Thread Rayagonda Kokatanur
u-boot configurations with environment saved in eMMC and GPT support Signed-off-by: Corneliu Doban Signed-off-by: Rayagonda Kokatanur --- Changes from v4: -Address review comments from Thiru, Use env_set_hex() instead of env_set_ulong() in two place. Changes from v3: -Address review

Re: Quick question?

2020-09-25 Thread Rayagonda Kokatanur
On Fri, Sep 25, 2020 at 9:29 PM jchludzinski wrote: > On 2020-09-25 07:13, Rayagonda Kokatanur wrote: > > On Fri, Sep 25, 2020, 4:32 PM jchludzinski > > wrote: > > > >> On 2020-09-24 17:36, jchludzinski wrote: > >>> I'm trying to bring up an RTOS (vxw

Re: Quick question?

2020-09-25 Thread Rayagonda Kokatanur
On Fri, Sep 25, 2020, 4:32 PM jchludzinski wrote: > On 2020-09-24 17:36, jchludzinski wrote: > > I'm trying to bring up an RTOS (vxworks) using u-boot and have had > > some "partial" success: > > > > If I use the 2014 u-boot that comes with Quartus 18.1 (a tarball in > > the download), vxworks

Re: u-boot leaves watchdog enabled by default

2020-09-15 Thread Rayagonda Kokatanur
On Tue, Sep 15, 2020 at 12:56 PM Michael Walle wrote: > > Hi Stefan, > > it appears that since commit 06985289d45 ("watchdog: Implement generic > watchdog_reset() version") - by default - the first watchdog is started > unconditionally if CONFIG_WDT is set but never stopped before booting > the

Re: [PATCH] arm: gic-v3-its: Add irq UCLASS_DRIVER

2020-09-10 Thread Rayagonda Kokatanur
Hi Stefan, On Thu, Sep 10, 2020, 1:16 PM Stefan Roese wrote: > On 10.09.20 07:58, Rayagonda Kokatanur wrote: > > Hi Stefan, > > > > On Thu, Sep 10, 2020 at 10:53 AM Stefan Roese wrote: > >> > >> Hi Rayagonda, > >> > >> On 0

Re: [PATCH] arm: gic-v3-its: Add irq UCLASS_DRIVER

2020-09-09 Thread Rayagonda Kokatanur
Hi Stefan, On Thu, Sep 10, 2020 at 10:53 AM Stefan Roese wrote: > > Hi Rayagonda, > > On 09.09.20 19:15, Rayagonda Kokatanur wrote: > > Hi Stefan, > > > > On Wed, Sep 9, 2020 at 1:57 PM Stefan Roese wrote: > >> > >> On 09.09.20 10:14, Pr

Re: [PATCH] arm: gic-v3-its: Add irq UCLASS_DRIVER

2020-09-09 Thread Rayagonda Kokatanur
Hi Stefan, On Wed, Sep 9, 2020 at 1:57 PM Stefan Roese wrote: > > On 09.09.20 10:14, Priyanka Jain wrote: > > This is required to fix > > "Error binding driver 'gic-v3': -96" > > on lx2160a platforms. > > > > Signed-off-by: Priyanka Jain > > --- > > arch/arm/lib/gic-v3-its.c | 5 + > > 1

Re: [PATCH v4 1/2] arch: arm: use dt and UCLASS_IRQ to get gic details

2020-09-07 Thread Rayagonda Kokatanur
Hi Stefan, On Thu, Aug 27, 2020 at 5:01 PM Stefan Roese wrote: > > Hi Rayagonda, > > On 26.07.20 19:07, Rayagonda Kokatanur wrote: > > Use device tree and UCLASS_IRQ driver to get following > > Generic Interrupt Controller (GIC) details, > > > > -GIC Distr

Re: Change in gic_lpi_tables_init() function

2020-09-07 Thread Rayagonda Kokatanur
ease let me know. Best regards, Rayagonda > > > Thanks > > Priyanka > > > > *From:* Rayagonda Kokatanur > *Sent:* Friday, September 4, 2020 10:50 PM > *To:* Priyanka Jain > *Cc:* Z.q. Hou ; Wasim Khan ; > Bharat Gooty ; Manish Tomar < > manish.to

[PATCH v2 1/1] board: ns3: check bnxt chimp handshake status

2020-08-25 Thread Rayagonda Kokatanur
Chimp is a core in Broadcom netxtream controller (bnxt). Add support to check bnxt's chimp component status. Signed-off-by: Rayagonda Kokatanur --- Changes from V1: -Address review comments from Simon, Add comment about chimp failure. board/broadcom/bcmns3/ns3.c | 17 + 1

Re: [PATCH v1 1/1] board: ns3: check bnxt chimp handshake status

2020-08-24 Thread Rayagonda Kokatanur
Hi Simon, On Sat, Aug 22, 2020 at 8:39 PM Simon Glass wrote: > > Hi Rayagonda, > > On Thu, 20 Aug 2020 at 11:42, Rayagonda Kokatanur > wrote: > > > > Chimp is a core in Broadcom netxtream controller (bnxt). > > Add support to check bnxt's chimp component status.

[PATCH v1 1/1] board: ns3: check bnxt chimp handshake status

2020-08-20 Thread Rayagonda Kokatanur
Chimp is a core in Broadcom netxtream controller (bnxt). Add support to check bnxt's chimp component status. Signed-off-by: Rayagonda Kokatanur --- board/broadcom/bcmns3/ns3.c | 13 + 1 file changed, 13 insertions(+) diff --git a/board/broadcom/bcmns3/ns3.c b/board/broadcom/bcmns3

Re: [PATCH v1 1/3] common: ns3: add error logging support

2020-08-20 Thread Rayagonda Kokatanur
Hi Tom, On Sat, Aug 15, 2020 at 1:22 AM Tom Rini wrote: > > On Sun, May 17, 2020 at 02:02:55PM +0530, Rayagonda Kokatanur wrote: > > > From: Sheetal Tigadoli > > > > Add error logging support in uboot for ns3 platform. > > > > We log the bootup m

[PATCH v2 5/5] MAINTAINERS: update maintainers file for new files

2020-08-20 Thread Rayagonda Kokatanur
Update MAINTAINERS file for new files. Signed-off-by: Rayagonda Kokatanur --- MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 17ac45587b..2b00674d65 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1005,6 +1005,10 @@ F: arch/arm/dts/ns3

[PATCH v2 3/5] cmd: broadcom: add command for chimp handshake

2020-08-20 Thread Rayagonda Kokatanur
From: Bharat Kumar Reddy Gooty Add command for chimp handshake. Handshake is used to know chimp is loaded and booted successfully. Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from V1: -Address review comments from Simon

[PATCH v2 4/5] board: ns3: kconfig: extend board kconfig with specific commands

2020-08-20 Thread Rayagonda Kokatanur
From: Vladimir Olovyannikov Extend Kconfig for the board with board-specific commands selection. Signed-off-by: Vladimir Olovyannikov Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- board/broadcom/bcmns3/Kconfig | 7 +++ cmd/Makefile | 2 ++ 2 files

[PATCH v2 2/5] cmd: broadcom: add cmd to update bnxt image env variables

2020-08-20 Thread Rayagonda Kokatanur
From: Vikas Gupta Add command to update the environmental variables which are used to read the data from QSPI offsets and load the binaries to bnxt. Signed-off-by: Vikas Gupta Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from V1: -Address review comments from

[PATCH v2 1/5] cmd: broadcom: add bnxt boot command

2020-08-20 Thread Rayagonda Kokatanur
From: Trac Hoang Chimp is a core in Broadcom netxtream controller (bnxt). Add command to load binary to chimp and boot bnxt. Signed-off-by: Trac Hoang Signed-off-by: Rayagonda Kokatanur --- Changes from V1: -Address review comments from Simon, Update commit message. Rearrange header

[PATCH v2 0/5] add custome commands for broadcom NS3 soc

2020-08-20 Thread Rayagonda Kokatanur
cast. Check returun value for env_set_hex(). Remove use of typedef. Command description correction. Bharat Kumar Reddy Gooty (1): cmd: broadcom: add command for chimp handshake Rayagonda Kokatanur (1): MAINTAINERS: update maintainers file for new files Trac Hoang (1): cmd

Re: [PATCH v3 1/1] phy: add support for stingray PAXB PHY controller

2020-07-29 Thread Rayagonda Kokatanur
Hi Tom, On Sat, Jun 27, 2020 at 1:31 AM Tom Rini wrote: > > On Thu, Jun 25, 2020 at 10:57:09PM +0530, Rayagonda Kokatanur wrote: > > Hi Tom, > > > > > > On Sun, Apr 12, 2020 at 8:46 PM Rayagonda Kokatanur > > wrote: > > > > &g

[PATCH v4 1/2] arch: arm: use dt and UCLASS_IRQ to get gic details

2020-07-26 Thread Rayagonda Kokatanur
Use device tree and UCLASS_IRQ driver to get following Generic Interrupt Controller (GIC) details, -GIC Distributor interface (GICD) base address and -GIC Redistributors (GICR) base address. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review

[PATCH v4 2/2] arch: arm: use dt and UCLASS_SYSCON to get gic lpi details

2020-07-26 Thread Rayagonda Kokatanur
Use device tree and UCLASS_SYSCON driver to get Generic Interrupt Controller (GIC) lpi address and maximum GIC redistributors count. Also update Kconfig to select REGMAP and SYSCON when GIC_V3_ITS is enabled. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3

[PATCH v4 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details

2020-07-26 Thread Rayagonda Kokatanur
comments from Tom Rini, Fix build errors messages. Changes from v1: -Address review comments from Tom Rini, Fix build warning messages. Rayagonda Kokatanur (2): arch: arm: use dt and UCLASS_IRQ to get gic details arch: arm: use dt and UCLASS_SYSCON to get gic lpi details arch/arm/Kconfig

[PATCH v4 1/1] cmd: gpt: add eMMC and GPT support

2020-07-23 Thread Rayagonda Kokatanur
u-boot configurations with environment saved in eMMC and GPT support Signed-off-by: Corneliu Doban Signed-off-by: Rayagonda Kokatanur --- Changes from v3: -Address review comments from Simon Glass, Return -ve number instead of 1 upon failure, Use shorter variable name, Modified code

Re: [PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-07-23 Thread Rayagonda Kokatanur
Hi Simon, On Sat, May 16, 2020 at 2:33 AM Simon Glass wrote: > > Hi Rayagonda, > > On Wed, 13 May 2020 at 09:28, Rayagonda Kokatanur > wrote: > > > > From: Corneliu Doban > > > > Add eMMC and GPT support. > > - GPT partition list and command to cre

Re: [PATCH v2 0/2] add broadcom spi driver

2020-07-20 Thread Rayagonda Kokatanur
Hi Jagan, On Sun, May 17, 2020 at 12:54 PM Rayagonda Kokatanur wrote: > > This patchset, > -adds Broadcom SPI driver for iproc-based platforms and > -extends Micron SPI commands for dual and quad SPI transfers on Micon SPI. > > Changes from v1: > -Address review com

[PATCH v3 1/2] arch: arm: use dt and UCLASS_IRQ to get gic details

2020-07-19 Thread Rayagonda Kokatanur
Use device tree and UCLASS_IRQ driver to get following Generic Interrupt Controller (GIC) details, -GIC Distributor interface (GICD) base address and -GIC Redistributors (GICR) base address. Signed-off-by: Rayagonda Kokatanur --- Changes from v1: -Address review comments from Tom Rini, Fix

[PATCH v3 2/2] arch: arm: use dt and UCLASS_SYSCON to get gic lpi details

2020-07-19 Thread Rayagonda Kokatanur
Use device tree and UCLASS_SYSCON driver to get Generic Interrupt Controller (GIC) lpi address and maximum GIC redistributors count. Also update Kconfig to select REGMAP and SYSCON when GIC_V3_ITS is enabled. Signed-off-by: Rayagonda Kokatanur --- Changes from v2: -Address review comments from

[PATCH v3 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details

2020-07-19 Thread Rayagonda Kokatanur
from Tom Rini, Fix build warning messages. Rayagonda Kokatanur (2): arch: arm: use dt and UCLASS_IRQ to get gic details arch: arm: use dt and UCLASS_SYSCON to get gic lpi details arch/arm/Kconfig| 2 + arch/arm/cpu/armv8/fsl-layerscape/soc.c | 28 + arch/arm

Re: [PATCH v2 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details

2020-07-18 Thread Rayagonda Kokatanur
Hi Simon, On Sat, Jul 18, 2020 at 8:14 PM Rayagonda Kokatanur wrote: > > Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get > gic details like GICD, GICR base address, max number of redistributors > and git lpi address. > > Changes from v1: > -Address

[PATCH v2 2/2] arch: arm: use dt and UCLASS_SYSCON to get gic lpi details

2020-07-18 Thread Rayagonda Kokatanur
Use device tree and UCLASS_SYSCON driver to get Generic Interrupt Controller (GIC) lpi address and maximum GIC redistributors count. Also update Kconfig to select REGMAP and SYSCON when GIC_V3_ITS is enabled. Signed-off-by: Rayagonda Kokatanur --- arch/arm/Kconfig | 2 ++ arch

[PATCH v2 1/2] arch: arm: use dt and UCLASS_IRQ to get gic details

2020-07-18 Thread Rayagonda Kokatanur
Use device tree and UCLASS_IRQ driver to get following Generic Interrupt Controller (GIC) details, -GIC Distributor interface (GICD) base address and -GIC Redistributors (GICR) base address. Signed-off-by: Rayagonda Kokatanur --- Changes from v1: -Address review comments from Tom Rini, Fix

[PATCH v2 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details

2020-07-18 Thread Rayagonda Kokatanur
Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get gic details like GICD, GICR base address, max number of redistributors and git lpi address. Changes from v1: -Address review comments from Tom Rini, Fix build warning messages. Rayagonda Kokatanur (2): arch: arm: use dt

Re: [PATCH v1 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details

2020-07-15 Thread Rayagonda Kokatanur
Hi Simon, On Wed, Jul 8, 2020 at 12:45 PM Rayagonda Kokatanur wrote: > > Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get > gic details like GICD, GICR base address, max number of redistributors > and git lpi address. > > Rayagonda Kokatanur (2): >

[PATCH v5 2/2] configs: ns3: enable tee and optee driver

2020-07-15 Thread Rayagonda Kokatanur
Enable tee and optee drivers. Signed-off-by: Vikas Gupta Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 0e078f3244

[PATCH v5 0/2] add optee support for broadcom NS3 soc

2020-07-15 Thread Rayagonda Kokatanur
ments from Simon Glass, Move c file from board/broadcom/bcmns3/chimp_optee.c to drivers/tee/broadcom, Move header file from include/brcm/chimp.h to include/broadcom/chimp.h Rayagonda Kokatanur (1): configs: ns3: enable tee and optee driver Vikas Gupta (1): drivers: tee: broadcom: add optee

[PATCH v5 1/2] drivers: tee: broadcom: add optee based bnxt fw load driver

2020-07-15 Thread Rayagonda Kokatanur
From: Vikas Gupta Add optee based bnxt fw load driver. bnxt is Broadcom NetXtreme controller Ethernet card. This driver is used to load bnxt firmware binary using OpTEE. Signed-off-by: Vikas Gupta Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v4

[PATCH v4 3/3] board: ns3: add development keys used in FIT

2020-07-15 Thread Rayagonda Kokatanur
From: Pramod Kumar Add development keys used in FIT. Signed-off-by: Pramod Kumar Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- board/broadcom/bcmns3/fit/keys/dev.crt | 21 +++ board/broadcom/bcmns3/fit/keys/dev.key | 28 ++ 2 files

[PATCH v4 1/3] configs: ns3: enable FIT config

2020-07-15 Thread Rayagonda Kokatanur
Enable FIT config for NS3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index ab26617158..0e078f3244 100644 --- a/configs

[PATCH v4 2/3] board: ns3: add FIT image its file

2020-07-15 Thread Rayagonda Kokatanur
From: Pramod Kumar Add FIT image its file. Signed-off-by: Pramod Kumar Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- board/broadcom/bcmns3/fit/multi.its | 59 + 1 file changed, 59 insertions(+) create mode 100644 board/broadcom/bcmns3/fit

[PATCH v4 0/3] add FIT image support for broadcom NS3 soc

2020-07-15 Thread Rayagonda Kokatanur
cond patch set. Changes from v1: -Address self review comments, Rebase on top of latest uboot and updated previous patch series. Pramod Kumar (2): board: ns3: add FIT image its file board: ns3: add development keys used in FIT Rayagonda Kokatanur (1): configs: ns3: enable FIT conf

[PATCH v5 2/7] dt-bindings: pinctrl: add ns3 pads definition

2020-07-15 Thread Rayagonda Kokatanur
Add NS3 pads definitions. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- .../dt-bindings/pinctrl/brcm,pinctrl-ns3.h| 41 +++ 1 file changed, 41 insertions(+) create mode 100644 include/dt-bindings/pinctrl/brcm,pinctrl-ns3.h diff --git a/include/dt

[PATCH v5 4/7] configs: ns3: enable mmc commands

2020-07-15 Thread Rayagonda Kokatanur
Enable mmc commands for NS3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 432237b56d..a1ee866e54 100644 --- a/configs/bcm_ns3_defconfig

[PATCH v5 7/7] configs: ns3: enable sp805 watchdog driver

2020-07-15 Thread Rayagonda Kokatanur
Enable sp805 watchdog driver for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 66fbdb20d6..ab26617158 100644 --- a/configs

[PATCH v5 5/7] configs: ns3: enable gpt commands

2020-07-15 Thread Rayagonda Kokatanur
Enable gpt commands for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index a1ee866e54..0f23f30db2 100644 --- a/configs/bcm_ns3_defconfig

[PATCH v5 3/7] configs: ns3: enable BCM IPROC mmc driver

2020-07-15 Thread Rayagonda Kokatanur
Enable BCM IPROC mmc driver ns3. Enable DMA for MMC Host to have better reads and writes. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig

[PATCH v5 6/7] configs: ns3: enable EXT4 and FAT fs support

2020-07-15 Thread Rayagonda Kokatanur
Enable EXT4 and FAT fs support for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 0f23f30db2..66fbdb20d6 100644 --- a/configs

[PATCH v5 0/7] add basic driver support for broadcom NS3 soc

2020-07-15 Thread Rayagonda Kokatanur
w comments from Tom and Simon, Remove all dt patches as uboot should use the same dt file from Linux. Rayagonda Kokatanur (7): configs: ns3: enable pinctrl driver dt-bindings: pinctrl: add ns3 pads definition configs: ns3: enable BCM IPROC mmc driver configs: ns3: enable mmc commands co

[PATCH v5 1/7] configs: ns3: enable pinctrl driver

2020-07-15 Thread Rayagonda Kokatanur
Enable pinctrl driver for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 9adb44cb51..328b0e2b4e 100644 --- a/configs

[PATCH v5 15/15] MAINTAINERS: update maintainers for broadcom ns3 platform

2020-07-15 Thread Rayagonda Kokatanur
Update MAINTAINERS for broadcom ns3 platform (TARGET_NS3). Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- MAINTAINERS | 15 +++ 1 file changed, 15 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2a281a9a0f..f96993b84c 100644 --- a/MAINTAINERS +++ b

[PATCH v5 14/15] doc: add README doc for bcmns3 platform

2020-07-15 Thread Rayagonda Kokatanur
Add README doc for bcmns3 platform. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- doc/README.bcmns3 | 74 +++ 1 file changed, 74 insertions(+) create mode 100644 doc/README.bcmns3 diff --git a/doc/README.bcmns3 b/doc/README.bcmns3

[PATCH v5 13/15] include/configs: ns3: add support for flashing images

2020-07-15 Thread Rayagonda Kokatanur
From: Bharat Gooty Add support for flashing images into QSPI and eMMC. Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- include/configs/bcm_ns3.h | 491 +- 1 file changed, 490 insertions(+), 1 deletion(-) diff

[PATCH v5 11/15] board: ns3: limit U-boot relocation within 16MB memory

2020-07-15 Thread Rayagonda Kokatanur
0xFF00_ and end 0x1__ Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- board/broadcom/bcmns3/ns3.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/board/broadcom/bcmns3/ns3.c b/board

[PATCH v5 09/15] dt-bindings: memory: ns3: add ddr memory definition

2020-07-15 Thread Rayagonda Kokatanur
Add ddr memory definitions. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- include/dt-bindings/memory/bcm-ns3-mc.h | 31 - 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/memory/bcm-ns3-mc.h b/include/dt-bindings

[PATCH v5 08/15] configs: ns3: enable GIC_V3 ITS

2020-07-15 Thread Rayagonda Kokatanur
Enables the Generic Interrupt Controller (GIC) V3 Interrupt Translation Service (ITS) Locality-specific Peripheral Interrupts (LPI) configuration table and LPI table. Signed-off-by: Rayagonda Kokatanur Signed-off-by: Bharat Kumar Reddy Gooty Reviewed-by: Simon Glass --- configs

[PATCH v5 12/15] include/configs: ns3: add env variables for Linux boot

2020-07-15 Thread Rayagonda Kokatanur
From: Bharat Gooty Add env variables and commands for booting Linux. Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- include/configs/bcm_ns3.h | 294 ++ 1 file changed, 294 insertions(+) diff --git a/include

[PATCH v5 10/15] board: ns3: define ddr memory layout

2020-07-15 Thread Rayagonda Kokatanur
Add both DRAM banks memory information and the corresponding MMU page table mappings. Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- arch/arm/dts/ns3-board.dts | 23 board/broadcom/bcmns3/ns3.c | 106

[PATCH v5 04/15] dt-bindings: memory: ns3: add memory definitions

2020-07-15 Thread Rayagonda Kokatanur
Add NS3 memory definitions. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v4: -Address self review comments, Correction u-boot to U-Boot. include/dt-bindings/memory/bcm-ns3-mc.h | 34 + 1 file changed, 34 insertions(+) create mode

[PATCH v5 05/15] board: ns3: add api to save boot parameters passed from BL31

2020-07-15 Thread Rayagonda Kokatanur
Ravi Signed-off-by: Vladimir Olovyannikov Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v4: -Address self review comments, Correction- u-boot to U-Boot

[PATCH v5 07/15] board: ns3: program GIC LPI tables

2020-07-15 Thread Rayagonda Kokatanur
U-boot programs the GIC LPI configuration tables and enables the LPI table. Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- board/broadcom/bcmns3/ns3.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/broadcom/bcmns3

[PATCH v5 03/15] configs: ns3: enable clock subsystem

2020-07-15 Thread Rayagonda Kokatanur
Enable clock subsystem for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index a81541e394..7e51a926f7 100644 --- a/configs

[PATCH v5 06/15] board: ns3: default reset type to L3

2020-07-15 Thread Rayagonda Kokatanur
Default "reset" from U-Boot to L3 reset. "reset" command with argument will trigger L1 reset. Signed-off-by: Rajesh Ravi Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v4: -Address review comments from

[PATCH v5 02/15] arm: cpu: armv8: add L3 memory flush support

2020-07-15 Thread Rayagonda Kokatanur
Add L3 memory flush support for NS3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- arch/arm/cpu/armv8/Makefile | 1 + arch/arm/cpu/armv8/bcmns3/Makefile | 5 ++ arch/arm/cpu/armv8/bcmns3/lowlevel.S | 89 3 files changed, 95 insertions

[PATCH v5 00/15] add initial support for broadcom NS3 soc

2020-07-15 Thread Rayagonda Kokatanur
): board: ns3: add api to save boot parameters passed from BL31 Bharat Gooty (2): include/configs: ns3: add env variables for Linux boot include/configs: ns3: add support for flashing images Bharat Kumar Reddy Gooty (1): board: ns3: limit U-boot relocation within 16MB memory Rayagonda

[PATCH v5 01/15] board: ns3: add support for Broadcom Northstar 3

2020-07-15 Thread Rayagonda Kokatanur
Add support for Broadcom Northstar 3 SoC. NS3 is a octo-core 64-bit ARMv8 Cortex-A72 processors targeting a broad range of networking applications. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- arch/arm/Kconfig | 10 ++ arch/arm/dts/Makefile | 2

Re: [PATCH v4 14/15] doc: add README doc for bcmns3 platform

2020-07-15 Thread Rayagonda Kokatanur
On Wed, Jul 15, 2020 at 6:59 PM Tom Rini wrote: > > On Fri, Jul 10, 2020 at 02:22:19PM +0530, Rayagonda Kokatanur wrote: > > > Add README doc for bcmns3 platform. > > > > Signed-off-by: Rayagonda Kokatanur > > --- > > doc/README.bcmns3 | 74 +++

[PATCH v4 2/2] configs: ns3: enable tee and optee driver

2020-07-10 Thread Rayagonda Kokatanur
Enable tee and optee drivers. Signed-off-by: Vikas Gupta Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 0e078f3244

[PATCH v4 1/2] drivers: tee: broadcom: add optee based bnxt fw load driver

2020-07-10 Thread Rayagonda Kokatanur
From: Vikas Gupta Add optee based bnxt fw load driver. bnxt is Broadcom NetXtreme controller Ethernet card. This driver is used to load bnxt firmware binary using OpTEE. Signed-off-by: Vikas Gupta Signed-off-by: Rayagonda Kokatanur --- Changes from v3: -Address review comments from Simon

[PATCH v4 0/2] add optee support for broadcom NS3 soc

2020-07-10 Thread Rayagonda Kokatanur
rivers/tee/broadcom, Move header file from include/brcm/chimp.h to include/broadcom/chimp.h Rayagonda Kokatanur (1): configs: ns3: enable tee and optee driver Vikas Gupta (1): drivers: tee: broadcom: add optee based bnxt fw load driver configs/bcm_ns3_defconfig | 5 +- drivers/t

[PATCH v3 2/3] board: ns3: add FIT image its file

2020-07-10 Thread Rayagonda Kokatanur
From: Pramod Kumar Add FIT image its file. Signed-off-by: Pramod Kumar Signed-off-by: Rayagonda Kokatanur --- board/broadcom/bcmns3/fit/multi.its | 59 + 1 file changed, 59 insertions(+) create mode 100644 board/broadcom/bcmns3/fit/multi.its diff --git a/board

[PATCH v3 3/3] board: ns3: add development keys used in FIT

2020-07-10 Thread Rayagonda Kokatanur
From: Pramod Kumar Add development keys used in FIT. Signed-off-by: Pramod Kumar Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- board/broadcom/bcmns3/fit/keys/dev.crt | 21 +++ board/broadcom/bcmns3/fit/keys/dev.key | 28 ++ 2 files

[PATCH v3 1/3] configs: ns3: enable FIT config

2020-07-10 Thread Rayagonda Kokatanur
Enable FIT config for NS3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index ab26617158..0e078f3244 100644 --- a/configs

[PATCH v3 0/3] add FIT image support for broadcom NS3 soc

2020-07-10 Thread Rayagonda Kokatanur
w comments, Rebase on top of latest uboot and updated previous patch series. Pramod Kumar (2): board: ns3: add FIT image its file board: ns3: add development keys used in FIT Rayagonda Kokatanur (1): configs: ns3: enable FIT config board/broadcom/bcmns3/fit/keys/dev.crt | 21 ++

[PATCH v4 5/7] configs: ns3: enable gpt commands

2020-07-10 Thread Rayagonda Kokatanur
Enable gpt commands for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index a1ee866e54..0f23f30db2 100644 --- a/configs/bcm_ns3_defconfig

[PATCH v4 7/7] configs: ns3: enable sp805 watchdog driver

2020-07-10 Thread Rayagonda Kokatanur
Enable sp805 watchdog driver for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 66fbdb20d6..ab26617158 100644 --- a/configs

[PATCH v4 6/7] configs: ns3: enable EXT4 and FAT fs support

2020-07-10 Thread Rayagonda Kokatanur
Enable EXT4 and FAT fs support for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 0f23f30db2..66fbdb20d6 100644 --- a/configs

[PATCH v4 3/7] configs: ns3: enable BCM IPROC mmc driver

2020-07-10 Thread Rayagonda Kokatanur
Enable BCM IPROC mmc driver ns3. Enable DMA for MMC Host to have better reads and writes. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig

[PATCH v4 4/7] configs: ns3: enable mmc commands

2020-07-10 Thread Rayagonda Kokatanur
Enable mmc commands for NS3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 432237b56d..a1ee866e54 100644 --- a/configs/bcm_ns3_defconfig

[PATCH v4 1/7] configs: ns3: enable pinctrl driver

2020-07-10 Thread Rayagonda Kokatanur
Enable pinctrl driver for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- configs/bcm_ns3_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 9adb44cb51..328b0e2b4e 100644 --- a/configs

[PATCH v4 2/7] dt-bindings: pinctrl: add ns3 pads definition

2020-07-10 Thread Rayagonda Kokatanur
Add NS3 pads definitions. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- .../dt-bindings/pinctrl/brcm,pinctrl-ns3.h| 41 +++ 1 file changed, 41 insertions(+) create mode 100644 include/dt-bindings/pinctrl/brcm,pinctrl-ns3.h diff --git a/include/dt

[PATCH v4 0/7] add basic driver support for broadcom NS3 soc

2020-07-10 Thread Rayagonda Kokatanur
s as uboot should use the same dt file from Linux. Rayagonda Kokatanur (7): configs: ns3: enable pinctrl driver dt-bindings: pinctrl: add ns3 pads definition configs: ns3: enable BCM IPROC mmc driver configs: ns3: enable mmc commands configs: ns3: enable gpt commands configs: ns3: enable EX

[PATCH v4 15/15] MAINTAINERS: update maintainers for broadcom ns3 platform

2020-07-10 Thread Rayagonda Kokatanur
Update MAINTAINERS for broadcom ns3 platform (TARGET_NS3). Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review comments from Simon, Update new file doc/README.bcmns3 -Address review comments from Peter Tyser, Fix accidental changes

[PATCH v4 14/15] doc: add README doc for bcmns3 platform

2020-07-10 Thread Rayagonda Kokatanur
Add README doc for bcmns3 platform. Signed-off-by: Rayagonda Kokatanur --- doc/README.bcmns3 | 74 +++ 1 file changed, 74 insertions(+) create mode 100644 doc/README.bcmns3 diff --git a/doc/README.bcmns3 b/doc/README.bcmns3 new file mode 100644

[PATCH v4 12/15] include/configs: ns3: add env variables for Linux boot

2020-07-10 Thread Rayagonda Kokatanur
From: Bharat Gooty Add env variables and commands for booting Linux. Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review comments from Simon, Move the documentation to /doc instead of in header file. include

[PATCH v4 13/15] include/configs: ns3: add support for flashing images

2020-07-10 Thread Rayagonda Kokatanur
From: Bharat Gooty Add support for flashing images into QSPI and eMMC. Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- include/configs/bcm_ns3.h | 491 +- 1 file changed, 490 insertions(+), 1 deletion(-) diff

[PATCH v4 07/15] board: ns3: program GIC LPI tables

2020-07-10 Thread Rayagonda Kokatanur
U-boot programs the GIC LPI configuration tables and enables the LPI table. Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur --- Changes from v3: -Address review comments from Simon, Use dt and a UCLASS_IRQ to get gic details instead of passing as arguments

[PATCH v4 08/15] configs: ns3: enable GIC_V3 ITS

2020-07-10 Thread Rayagonda Kokatanur
Enables the Generic Interrupt Controller (GIC) V3 Interrupt Translation Service (ITS) Locality-specific Peripheral Interrupts (LPI) configuration table and LPI table. Signed-off-by: Rayagonda Kokatanur Signed-off-by: Bharat Kumar Reddy Gooty Reviewed-by: Simon Glass --- Changes from v3

[PATCH v4 10/15] board: ns3: define ddr memory layout

2020-07-10 Thread Rayagonda Kokatanur
Add both DRAM banks memory information and the corresponding MMU page table mappings. Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review comments from Simon, Correct spelling mistakes, Use a struct

[PATCH v4 09/15] dt-bindings: memory: ns3: add ddr memory definition

2020-07-10 Thread Rayagonda Kokatanur
Add ddr memory definitions. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review comments from Simon, Use lower-case hex numbers. include/dt-bindings/memory/bcm-ns3-mc.h | 31 - 1 file changed, 30 insertions(+), 1

[PATCH v4 11/15] board: ns3: limit U-boot relocation within 16MB memory

2020-07-10 Thread Rayagonda Kokatanur
0xFF00_ and end 0x1__ Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review comments from Simon, Update the commit message. board/broadcom/bcmns3/ns3.c | 22 +++--- 1 file

[PATCH v4 06/15] board: ns3: default reset type to L3

2020-07-10 Thread Rayagonda Kokatanur
Default "reset" from U-Boot to L3 reset. "reset" command with argument will trigger L1 reset. Signed-off-by: Rajesh Ravi Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur --- Changes from v3: -Address review comments from Simon, Update commit

[PATCH v4 04/15] dt-bindings: memory: ns3: add memory definitions

2020-07-10 Thread Rayagonda Kokatanur
Add NS3 memory definitions. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- Changes from v3: -Address review comments from Simon, Use lower-case hex number include/dt-bindings/memory/bcm-ns3-mc.h | 34 + 1 file changed, 34 insertions(+) create

  1   2   3   4   >