Re: [U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access

2019-11-18 Thread Marek Vasut
On 11/18/19 7:14 PM, Thor Thayer wrote: > On 11/18/19 1:27 AM, Marek Vasut wrote: >> On 11/18/19 3:46 AM, Tan, Ley Foon wrote: >> [...] >> On 11/15/19 6:20 PM, Thor Thayer wrote: > > Enable TCU access through the Stratix10 CCU so that the SMMU can > access the SDRAM. > >>>

Re: [U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access

2019-11-18 Thread Thor Thayer
On 11/18/19 1:27 AM, Marek Vasut wrote: On 11/18/19 3:46 AM, Tan, Ley Foon wrote: [...] On 11/15/19 6:20 PM, Thor Thayer wrote: Enable TCU access through the Stratix10 CCU so that the SMMU can access the SDRAM. [...] Looks good to me. Ley, can you take a look? Thanks! Looks good to me t

Re: [U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access

2019-11-17 Thread Marek Vasut
On 11/18/19 3:46 AM, Tan, Ley Foon wrote: [...] >> >> On 11/15/19 6:20 PM, Thor Thayer wrote: >>> >>> Enable TCU access through the Stratix10 CCU so that the SMMU can >>> access the SDRAM. >>> >> >> [...] >> >> Looks good to me. Ley, can you take a look? >> Thanks! > Looks good to me too. > But,

Re: [U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access

2019-11-17 Thread Tan, Ley Foon
> -Original Message- > From: Marek Vasut > Sent: Saturday, November 16, 2019 7:10 PM > To: thor.tha...@linux.intel.com; Simon Goldschmidt > > Cc: u-boot@lists.denx.de; Albert Aribaud ; Tan, > Ley Foon ; Dinh Nguyen ; > Tom Rini ; Westergreen, Dalon > > Subject: Re: [PATCH v1] arm: socf

Re: [U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access

2019-11-16 Thread Marek Vasut
On 11/15/19 6:20 PM, Thor Thayer wrote: > > Enable TCU access through the Stratix10 CCU so that the > SMMU can access the SDRAM. > [...] Looks good to me. Ley, can you take a look? Thanks! ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.den

[U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access

2019-11-15 Thread thor . thayer
From: Thor Thayer Enable TCU access through the Stratix10 CCU so that the SMMU can access the SDRAM. Signed-off-by: Thor Thayer --- arch/arm/mach-socfpga/include/mach/firewall_s10.h | 7 +++ drivers/ddr/altera/sdram_s10.c| 14 ++ 2 files changed, 21 insert