Re: [PATCH v7 00/10] Add falcon support for am62a, 62p and 62x

2025-07-02 Thread Raghavendra, Vignesh
Hi, On 7/1/2025 3:53 PM, Francesco Valla wrote: [...] > > that was exactly the issue, after unlocking the CTRL_MMR region the > TB_CLKEN bits wrote correctly and the PWM started working again. > According to TRM, the correct region is number 1. > Ah yes, sorry for the confusion > These were t

Re: [PATCH v7 00/10] Add falcon support for am62a, 62p and 62x

2025-07-01 Thread Raghavendra, Vignesh
Hi Francesco On 6/30/2025 7:35 PM, Francesco Valla wrote: > Hi Anshul, > > On Tuesday, 3 June 2025 at 16:24:40 Anshul Dalal wrote: >> This patch set adds support for falcon boot on AM62a, 62p and 62x by >> bypassing A53 SPL and U-boot. >> >> Existing Boot flow: >> R5 SPL -> ATF -> A53 SPL -> U-B

Re: [PATCH v6 1/9] spl: Kconfig: allow K3 devices to use falcon mode

2025-05-07 Thread Raghavendra, Vignesh
On 5/8/2025 8:42 AM, Anshul Dalal wrote: > On Wed May 7, 2025 at 11:36 PM IST, Andrew Davis wrote: >> On 5/6/25 10:33 PM, Anshul Dalal wrote: >>> On Tue May 6, 2025 at 8:03 PM IST, Andrew Davis wrote: On 4/28/25 9:12 AM, Anshul Dalal wrote: > Falcon mode was disabled for TI_SECURE_DEVIC

Re: [PATCH v1] arm: add call to cleanup_before_linux for go command

2025-04-30 Thread Raghavendra, Vignesh
On 4/30/2025 10:01 PM, Tom Rini wrote: > On Wed, Apr 30, 2025 at 11:29:04AM -0500, Bryan Brattlof wrote: >> On April 30, 2025 thus sayeth Anshul Dalal: >>> As discussed here[1], the go command causes undefined behavior when used >>> for running custom OSes since the icache might hold outdated da

Re: [PATCH 1/2] arm: mach-k3: am625: copy bootindex to OCRAM for main domain SPL

2024-03-06 Thread Raghavendra, Vignesh
Hi, On 3/6/2024 7:14 PM, Wadim Egorov wrote: > Hi Vignesh, > > Am 04.03.24 um 06:06 schrieb Vignesh Raghavendra: >> Hi Wadim, >> >> On 26/02/24 19:00, Wadim Egorov wrote: >>> Texas Instruments has begun enabling security settings on the SoCs it >>> produces to instruct ROM and TIFS to begin prote

Re: [PATCH 1/2] arm: mach-k3: am625: copy bootindex to OCRAM for main domain SPL

2024-03-05 Thread Raghavendra, Vignesh
On 3/5/2024 11:04 PM, Bryan Brattlof wrote: > On March 5, 2024 thus sayeth Vignesh Raghavendra: >> >> On 05/03/24 01:57, Bryan Brattlof wrote: >>> Hey Vignesh! >>> >>> On March 4, 2024 thus sayeth Vignesh Raghavendra: Hi Wadim, On 26/02/24 19:00, Wadim Egorov wrote: > Texas

Re: [PATCH 2/3] arm: mach-k3: Remove non-cached memory map areas

2023-11-23 Thread Raghavendra, Vignesh
On 11/23/2023 10:52 PM, Andrew Davis wrote: > @@ -219,16 +177,9 @@ struct mm_region am62_mem_map[] = { > }, { > .virt = 0x8000UL, > .phys = 0x8000UL, > - .size = 0x1E78UL, > - .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) | > -

Re: [PATCH 2/3] board: ti: am62x: am62x: Update args_all env variable

2023-04-28 Thread Raghavendra, Vignesh
On 4/28/2023 1:23 PM, Nikhil M Jain wrote: > Remove the earlycon settings from args_all. > Could you explain why is it okay to drop earlycon? Note, earlycon helps us to debug kernel crashes "before" kernel initializes UART driver ... Its very useful to have it on by default Regards Vignesh

Re: [PATCH v2 04/18] sf: Rename spi-nor-tiny functions

2023-04-18 Thread Raghavendra, Vignesh
On 4/18/2023 9:00 PM, Simon Glass wrote: > The 'tiny' SPI nor functions have the same name as their big brothers, > which can be confusing. Use different names so it is clear which > version is in the image. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/mtd/spi/

Re: [U-Boot] [U-Boot,1/2] spi: ti_qspi: Drop non DM code

2019-04-12 Thread Raghavendra, Vignesh
On Mon, Feb 11, 2019 at 02:35:35PM +0530, Vignesh R wrote: > Now that all boards using TI QSPI have moved to DM and DT, drop non DM > code completely. > > Signed-off-by: Vignesh R > Reviewed-by: Tom Rini > --- >  drivers/spi/Kconfig    |  12 +- >  drivers/spi/Makefile   |   2 +