Re: [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

2020-04-10 Thread Stefan Roese
On 09.04.20 18:47, Daniel Schwierzeck wrote: Am 09.04.20 um 09:43 schrieb Stefan Roese: On 09.04.20 09:29, Simon Goldschmidt wrote: Am 08.04.2020 um 10:09 schrieb Stefan Roese: From: Weijie Gao Flush the cache after reading of the U-Boot proper into SDRAM so that it can be started. This i

Re: [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

2020-04-09 Thread Simon Goldschmidt
Am 09.04.2020 um 09:43 schrieb Stefan Roese: > On 09.04.20 09:29, Simon Goldschmidt wrote: >> Am 08.04.2020 um 10:09 schrieb Stefan Roese: >>> From: Weijie Gao >>> >>> Flush the cache after reading of the U-Boot proper into SDRAM so that >>> it can be started. >>> >>> This is needed on some platfo

Re: [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

2020-04-09 Thread Daniel Schwierzeck
Am 09.04.20 um 09:43 schrieb Stefan Roese: > On 09.04.20 09:29, Simon Goldschmidt wrote: >> Am 08.04.2020 um 10:09 schrieb Stefan Roese: >>> From: Weijie Gao >>> >>> Flush the cache after reading of the U-Boot proper into SDRAM so that >>> it can be started. >>> >>> This is needed on some platf

Re: [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

2020-04-09 Thread Stefan Roese
On 09.04.20 09:29, Simon Goldschmidt wrote: Am 08.04.2020 um 10:09 schrieb Stefan Roese: From: Weijie Gao Flush the cache after reading of the U-Boot proper into SDRAM so that it can be started. This is needed on some platforms, e.g. MT76x8. Signed-off-by: Weijie Gao Signed-off-by: Stefan R

Re: [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

2020-04-09 Thread Simon Goldschmidt
Am 08.04.2020 um 10:09 schrieb Stefan Roese: > From: Weijie Gao > > Flush the cache after reading of the U-Boot proper into SDRAM so that > it can be started. > > This is needed on some platforms, e.g. MT76x8. > > Signed-off-by: Weijie Gao > Signed-off-by: Stefan Roese > Cc: Weijie Gao > Cc:

[PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image

2020-04-08 Thread Stefan Roese
From: Weijie Gao Flush the cache after reading of the U-Boot proper into SDRAM so that it can be started. This is needed on some platforms, e.g. MT76x8. Signed-off-by: Weijie Gao Signed-off-by: Stefan Roese Cc: Weijie Gao Cc: Simon Goldschmidt --- Changes in v6: - New patch common/spl/spl