Re: SPL SPI boot problem after commit "spi: Update speed/mode on change"

2021-08-25 Thread Oskari Lemmelä
On 8/22/21 6:22 PM, Marek Vasut wrote: On 8/22/21 4:47 PM, Oskari Lemmelä wrote: On 22.8.2021 14.50, Marek Vasut wrote: On 8/22/21 9:41 AM, Oskari Lemmelä wrote: Hi Marek, I was bisecting SPI flash boot problem in rockpro64 board and commit e2e95e5e25421fb seems to broke it. It seems that

Re: SPL SPI boot problem after commit "spi: Update speed/mode on change"

2021-08-22 Thread Oskari Lemmelä
On 22.8.2021 14.50, Marek Vasut wrote: > On 8/22/21 9:41 AM, Oskari Lemmelä wrote: >> Hi Marek, >> >> I was bisecting SPI flash boot problem in rockpro64 board and commit >> e2e95e5e25421fb seems to broke it. >> >> It seems that after speed and mode chang

Re: [U-Boot] [PATCH v3 1/2] distro_bootcmd: add spi flash boot command

2019-08-02 Thread Oskari Lemmelä
Hi Andre, Thanks for comments. On 2.8.2019 3.14, André Przywara wrote: > On 01/08/2019 21:07, Oskari Lemmela wrote: > > Hi, > >> Add a boot command to distro boot to support load FIT image >> from SPI flash. > I think I mentioned this before, but I have my reservations about > introducing this to

Re: [U-Boot] [PATCH v2 2/3] sunxi: Pine64-LTS: enable environment in spi flash

2019-08-02 Thread Oskari Lemmelä
Hi Andre, Thanks for comments. On 2.8.2019 3.15, André Przywara wrote: > On 01/08/2019 20:50, Oskari Lemmela wrote: > > Hi, > >> enable config options for spi flash device and >> environment in spi flash. > First I am not sure if defining this unconditionally to put the > environment in SPI flash

Re: [U-Boot] [PATCH] arm: timer: sunxi: fix a64 spurious timeout issues

2019-03-21 Thread Oskari Lemmelä
On 3/17/19 11:14 PM, André Przywara wrote: On 17/03/2019 18:41, Oskari Lemmelä wrote: On 3/17/19 6:04 PM, Peter Robinson wrote: On Sun, Mar 17, 2019 at 2:56 PM Oskari Lemmela wrote: Fixes spurious timeouts which have been seen during testing SPI_SUNXI driver. The false timeouts disappear

Re: [U-Boot] [PATCH] arm: timer: sunxi: fix a64 spurious timeout issues

2019-03-17 Thread Oskari Lemmelä
On 3/17/19 6:04 PM, Peter Robinson wrote: On Sun, Mar 17, 2019 at 2:56 PM Oskari Lemmela wrote: Fixes spurious timeouts which have been seen during testing SPI_SUNXI driver. The false timeouts disappear when number of bits reduced to 10 in workaround. The false timeouts are caused by timer bac

Re: [U-Boot] [PATCH v2 1/2] distro_bootcmd: add spi flash boot command

2019-02-19 Thread Oskari Lemmelä
Hi, On 9.2.2019 17.50, Jagan Teki wrote: > On Thu, Jan 31, 2019 at 12:51 AM Oskari Lemmela wrote: >> Add a boot command to distro boot to support load FIT image >> from SPI flash. > Add some info about why default offsets being used below. Or is it just better not to define default values? Oska

Re: [U-Boot] [PATCH 1/2] arm: sunxi: allwinner spi driver sun6i support

2019-01-24 Thread Oskari Lemmelä
Hi, On 24.1.2019 12.57, Andre Przywara wrote: > On Thu, 24 Jan 2019 11:17:03 +0100 > Alexander Graf wrote: > >> On 22.01.19 17:37, Alexander Graf wrote: >>> >>> On 22.01.19 17:28, Alexander Graf wrote: >>>> >>>> On 22.01.19 17:17, O

Re: [U-Boot] [PATCH 1/2] arm: sunxi: allwinner spi driver sun6i support

2019-01-22 Thread Oskari Lemmelä
Hi, On 22.1.2019 16.54, Alexander Graf wrote: > > On 05.01.19 18:52, Oskari Lemmela wrote: >> Minimal changes to support sun6i based Allwinner SOCs >> Changes are based to SPL driver arch/arm/mach-sunxi/spl_spi_sunxi.c >> >> Signed-off-by: Oskari Lemmela > I just tried to see if this patch gives

Re: [U-Boot] [PATCH] sunxi: add spi flash bootcmd

2019-01-07 Thread Oskari Lemmelä
On 7.1.2019 15.54, Andre Przywara wrote: > On Mon, 7 Jan 2019 14:16:23 +0100 > Maxime Ripard wrote: > >> On Sat, Jan 05, 2019 at 08:03:46PM +0200, Oskari Lemmela wrote: >>> Enable SPI bootcmd if CONFIG_DM_SPI_FLASH is defined. >>> >>> Signed-off-by: Oskari Lemmela >>> --- >>> include/configs/su