Add a comment indicating that the value of GPT_HEADER_SIGNATURE_UBOOT
equals the ASCII string 'EFI PART'.
Signed-off-by: Heinrich Schuchardt
---
include/part_efi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/part_efi.h b/include/part_efi.h
index eb5797af74..1929e4
> >Subject: [v7 1/8] rtc: pcf8563: Add driver model support
> >
> >Add support of driver model of pcf8563
> >
> >Signed-off-by: Biwen Li
> >---
> >Changes in v7:
> > - remove copyright
> >
> >Changes in v6:
> > - none
> >
> >Changes in v5:
> > - none
> >
> >Changes in v4:
> > - upd
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1046A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- none
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Changes in v3:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1021A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- none
Changes in v6:
- correct dependencies
Changes in v5:
- none
Changes in v4:
- update copyright
Changes in v3:
- n
This adds DM_FLAG_PRE_RELOC flag to probe i2c driver
before relocation
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- none
Changes in v5:
- none
Changes in v4:
- update copyright
Changes in v3:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1012A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- none
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Changes in v3:
Fix below SPL build error when DM_I2C is enabled,
- arch/arm/cpu/armv8/built-in.o: In function `board_init_f:
arch/arm/cpu/armv8/fsl-layerscape/spl.c:74: undefined reference to
`i2c_init_all'
arch/arm/cpu/armv8/fsl-layerscape/spl.c:74:(.text.board_init_f+0x30):
relocation truncated to fit: R
Add support of driver model of pcf8563
Signed-off-by: Biwen Li
---
Changes in v7:
- none
Changes in v6:
- none
Changes in v5:
- none
Changes in v4:
- update commit messages
- update copyright
Changes in v3:
- update commit messages
Changes in v
The default value of CONFIG_SYS_MALLOC_F_LEN (0x400)
leaves U-Boot with not enough memory to load i2c driver
before relocate, causing it to hang.
Change the default value of CONFIG_SYS_MALLOC_F_LEN
for below SoCs,
- LS1012A
- LS1021A
- LS1043A
- LS1046A
Reviewed-by: Priyanka Jain
Signed-off-by:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1043A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- none
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Changes in v3:
>-Original Message-
>From: Biwen Li
>Sent: Tuesday, December 24, 2019 8:01 AM
>To: Jagdish Gediya ; Priyanka Jain
>; h...@denx.de; ja...@amarulasolutions.com;
>aford...@gmail.com; Alison Wang ;
>jh80.ch...@samsung.com; Pramod Kumar ;
>Rajesh Bhagat ; Ruchika Gupta
>; olte...@gmail.com
>
> -Original Message-
> From: Xiaowei Bao
> Sent: 2019年10月23日 11:26
> To: Schrempf Frieder ; Lukasz Majewski
> ; u-boot@lists.denx.de
> Subject: RE: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for
> non-DM SPL
>
>
>
> > -Original Message-
> > From: Schrempf Frieder
>
On Tue, 2019-12-24 at 03:50 +0800, Ryder Lee wrote:
> On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote:
> > Update mtk common clock driver to support mt8512
> > 1. add new set_clr_upd mux type and related operation
> > 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll
> > 3. fix mtk_clk_fi
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1021A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- correct dependencies
Changes in v5:
- none
Changes in v4:
- update copyright
Changes in v3:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1046A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Chan
This adds DM_FLAG_PRE_RELOC flag to probe i2c driver
before relocation
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- none
Changes in v5:
- none
Changes in v4:
- update copyright
Changes in v3:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1012A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Chan
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1043A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Chan
The default value of CONFIG_SYS_MALLOC_F_LEN (0x400)
leaves U-Boot with not enough memory to load i2c driver
before relocate, causing it to hang.
Change the default value of CONFIG_SYS_MALLOC_F_LEN
for below SoCs,
- LS1012A
- LS1021A
- LS1043A
- LS1046A
Reviewed-by: Priyanka Jain
Signed-off-by:
Fix below SPL build error when DM_I2C is enabled,
- arch/arm/cpu/armv8/built-in.o: In function `board_init_f:
arch/arm/cpu/armv8/fsl-layerscape/spl.c:74: undefined reference to
`i2c_init_all'
arch/arm/cpu/armv8/fsl-layerscape/spl.c:74:(.text.board_init_f+0x30):
relocation truncated to fit: R
Add support of driver model of pcf8563
Signed-off-by: Biwen Li
---
Changes in v7:
- remove copyright
Changes in v6:
- none
Changes in v5:
- none
Changes in v4:
- update commit messages
- update copyright
Changes in v3:
- update commit messages
> -Original Message-
> From: Marek Vasut
> Sent: Monday, December 23, 2019 7:59 PM
> To: Tan, Ley Foon ; u-boot@lists.denx.de
> Cc: Ley Foon Tan ; See, Chin Liang
> ; Chee, Tien Fong
> Subject: Re: [PATCH] usb: dwc2: Add small delay after reset
>
> On 12/23/19 9:07 AM, Ley Foon Tan wro
> Subject: Re: [EXT] Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag
>
> Caution: EXT Email
>
> On Mon, Dec 23, 2019 at 9:02 AM Biwen Li wrote:
>
> > > Why do you add the Copyright if you inserted a single line in this patch?
> > Accoring NXP's policy, if you modified some files, you need
On Mon, Dec 23, 2019 at 9:02 AM Biwen Li wrote:
> > Why do you add the Copyright if you inserted a single line in this patch?
> Accoring NXP's policy, if you modified some files, you need update the
> copyright in files.
Which does not match U-Boot's policy. Could you just resend the patch
with
On 23/12/2019 18:42, Stefan Wahren wrote:
Hi Stefan,
> Am 20.12.19 um 20:29 schrieb Stefan Wahren:
>> Hi Andre,
>>
>> Am 18.12.19 um 12:59 schrieb Andre Przywara:
>>> From: Amit Singh Tomar
>>>
>>> The Broadcom GENET Ethernet MACs are used in several MIPS based SoCs
>>> and in the Broadcom 2711/
Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.
Alex Nemirovsky (1):
MIPS: allow override of get_tbclk()
arch/mips/cpu/time.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.7.4
Allow SoC or board layers with reconfigurable cpu clocks
capabilties to do implementation specific lookups and service
get_tbclk() requests.
Signed-off-by: Alex Nemirovsky
---
arch/mips/cpu/time.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/cpu/time.c b/arch/mi
пн, 23 груд. 2019 о 22:12 Ryder Lee пише:
> On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote:
> > Add support for MediaTek MT8512 SoC. This include the file
> > that will initialize the SoC after boot and its device tree.
> >
> > Signed-off-by: mingming lee
> > ---
> > arch/arm/dts/mt8512.
Hi Stefan,
On 23/12/2019 19:51, Stefan Wahren wrote:
> Am 20.12.19 um 14:58 schrieb Stefan Wahren:
>> Hi,
>>
>> i tried to run current U-Boot (rpi_4_32b_defconfig) on my RPi 4 with
>> bcm2711-rpi-4-b.dtb from the upstream kernel. Unfortunately i only see
>> garbage on the debug UART (pin 14 & 15).
Useful in custom HW designs which have a need to flush dcache
range in a completely non standard way.
Alex Nemirovsky (1):
MIPS: allow override of flush_dcache_range()
arch/mips/lib/cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.7.4
Useful in custom HW designs which have a need to flush dcache
range in a completely non standard way.
Signed-off-by: Alex Nemirovsky
---
arch/mips/lib/cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/lib/cache.c b/arch/mips/lib/cache.c
index 502956d..1a8c87d
On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote:
> Add support for MediaTek MT8512 SoC. This include the file
> that will initialize the SoC after boot and its device tree.
>
> Signed-off-by: mingming lee
> ---
> arch/arm/dts/mt8512.dtsi | 115 ++
> arc
On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote:
> Update mtk common clock driver to support mt8512
> 1. add new set_clr_upd mux type and related operation
> 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll
> 3. fix mtk_clk_find_parent_rate data overflow.
I think these should be split i
Hi Daniel,
I like the way you implemented the cache code to try to make it generic across
different MIPS generations.
Unfortunately, its a complete replacement of the function implementation for
our needs
because of our unique cache design. Its not you, its us. :)
I’ll submit a patch to make it
Am 20.12.19 um 14:58 schrieb Stefan Wahren:
> Hi,
>
> i tried to run current U-Boot (rpi_4_32b_defconfig) on my RPi 4 with
> bcm2711-rpi-4-b.dtb from the upstream kernel. Unfortunately i only see
> garbage on the debug UART (pin 14 & 15). Using the DTB from the
> downstream kernel has a proper UART
Hi Alex,
Am 21.12.19 um 02:04 schrieb Alex Nemirovsky:
> Hello Daniel, et. all.
>
> we have need to override arch/mips/cpu/time.c::get_tbclk()
> to return a non static value. Our board frequency is adjustable
> via jumpers which may be read.
>
> We would like to change the upstream declaration
Am 20.12.19 um 20:29 schrieb Stefan Wahren:
> Hi Andre,
>
> Am 18.12.19 um 12:59 schrieb Andre Przywara:
>> From: Amit Singh Tomar
>>
>> The Broadcom GENET Ethernet MACs are used in several MIPS based SoCs
>> and in the Broadcom 2711/2838 SoC used on the Raspberry Pi 4.
>> There is no publicly ava
Hi Alex,
Am 21.12.19 um 01:56 schrieb Alex Nemirovsky:
> Hello Daniel et. all,
>
> We have a need to override what is done inside
> arch/mips/lib/cache.c::flush_dcache_range()
> for our SoC/board.
>
> Easiest approach seems to be making the function __weak upstream. i.e.
>
> -void flush_dcach
Hi Igor,
Em qui., 19 de dez. de 2019 às 07:55, Igor Opaniuk
escreveu:
>
> From: Igor Opaniuk
>
> Currently Colibri iMX7 NAND version doesn't boot at all with
> HABv4 support enabled. If CSF section is included in the final
> imx binary, BootROM every time switches to usb recovery mode.
> However
Tom, Simon,
gentle ping on this series. It has been posted for a long time and I did
not push for it because I was working on other stuff. am654x and J7x
SOCs will need this kind of feature.
Before sending a version rebased on latest u-boot, I would have liked to
have your feeling on the se
>
> Hi Biwen,
>
> On Mon, Dec 23, 2019 at 8:47 AM Biwen Li wrote:
> >
> > This adds DM_FLAG_PRE_RELOC flag to probe i2c driver before relocation
> >
> > Reviewed-by: Priyanka Jain
> > Signed-off-by: Biwen Li
> > ---
> > Changes in v6:
> > - none
> >
> > Changes in v5:
> > - non
On 12/23/19 9:07 AM, Ley Foon Tan wrote:
> In Cyclone 5 SoC platform, the first USB probing is failed but second
> probing is success. DWC2 driver read gsnpsid register right after de-assert
> reset, but controller is not ready yet and it returns gsnpsid 0.
> Adding small delay after de-assert rese
Hi Biwen,
On Mon, Dec 23, 2019 at 8:47 AM Biwen Li wrote:
>
> This adds DM_FLAG_PRE_RELOC flag to probe i2c driver
> before relocation
>
> Reviewed-by: Priyanka Jain
> Signed-off-by: Biwen Li
> ---
> Changes in v6:
> - none
>
> Changes in v5:
> - none
>
> Changes in v4:
>
Hi Peng,
On Mon, Dec 23, 2019 at 3:48 AM Peng Fan wrote:
> Does it hang or just not detected sd card?
It does not hang, but it does not detect the SD card.
> -Original Message-
> From: Jagdish Gediya
> Sent: 2019年12月23日 18:22
> To: Biwen Li ; Priyanka Jain
> Cc: u-boot@lists.denx.de; Jiafei Pan ; Biwen Li
>
> Subject: RE: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies
>
> Hi Biwen,
>
> > -Original Message-
> > From
> Caution: EXT Email
>
> Hi Biwen,
>
> On Thu, 19 Dec 2019 at 09:03, Biwen Li wrote:
> >
> > This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1021A
> >
> > Reviewed-by: Priyanka Jain
> > Signed-off-by: Biwen Li
> > ---
> > Changes in v5:
> > - none
> >
> > Changes in v4:
> >
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1046A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Changes in v3:
- none
Changes in v2:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1021A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v6:
- correct dependencies
Changes in v5:
- none
Changes in v4:
- update copyright
Changes in v3:
- none
Changes in v2:
- m
This adds DM_FLAG_PRE_RELOC flag to probe i2c driver
before relocation
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v6:
- none
Changes in v5:
- none
Changes in v4:
- update copyright
Changes in v3:
- none
Changes in v2:
- none
dr
The default value of CONFIG_SYS_MALLOC_F_LEN (0x400)
leaves U-Boot with not enough memory to load i2c driver
before relocate, causing it to hang.
Change the default value of CONFIG_SYS_MALLOC_F_LEN
for below SoCs,
- LS1012A
- LS1021A
- LS1043A
- LS1046A
Reviewed-by: Priyanka Jain
Signed-off-by:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1012A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Changes in v3:
- none
Changes in v2:
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1043A
Reviewed-by: Priyanka Jain
Signed-off-by: Biwen Li
---
Changes in v6:
- correct dependencies
Changes in v5:
- update subject
Changes in v4:
- update copyright
Changes in v3:
- none
Changes in v2:
Fix below SPL build error when DM_I2C is enabled,
- arch/arm/cpu/armv8/built-in.o: In function `board_init_f:
arch/arm/cpu/armv8/fsl-layerscape/spl.c:74: undefined reference to
`i2c_init_all'
arch/arm/cpu/armv8/fsl-layerscape/spl.c:74:(.text.board_init_f+0x30):
relocation truncated to fit: R
Add support of driver model of pcf8563
Signed-off-by: Biwen Li
---
Changes in v6:
- none
Changes in v5:
- none
Changes in v4:
- update commit messages
- update copyright
Changes in v3:
- update commit messages
Changes in v2:
- none
drivers/rtc
> -Original Message-
> From: Priyanka Jain
> Sent: 2019年12月23日 18:43
> To: Xiaowei Bao ; M.h. Lian
> ; Z.q. Hou ; Mingkai Hu
> ; Jagdish Gediya ; Pankaj
> Bansal ; u-boot@lists.denx.de
> Cc: Xiaowei Bao
> Subject: RE: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a
> and l
>-Original Message-
>From: U-Boot On Behalf Of Xiaowei Bao
>Sent: Friday, November 22, 2019 1:04 PM
>To: M.h. Lian ; Z.q. Hou ;
>Mingkai Hu ; Jagdish Gediya ;
>Pankaj Bansal ; u-boot@lists.denx.de
>Cc: Xiaowei Bao
>Subject: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a and
Hi Biwen,
> -Original Message-
> From: Biwen Li
> Sent: Monday, December 23, 2019 12:09 PM
> To: Priyanka Jain ; Jagdish Gediya
>
> Cc: u-boot@lists.denx.de; Jiafei Pan ; Biwen Li
>
> Subject: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies
>
> Don't select SYS_I2C_MXC_I2C
Add clock driver for MediaTek MT8512 SoC, include topckgen,
apmixedsys and infracfg support.
Signed-off-by: mingming lee
---
drivers/clk/mediatek/Makefile | 1 +
drivers/clk/mediatek/clk-mt8512.c | 873 +
include/dt-bindings/clock/mt8512-clk.h | 197 ++
Add Pinctrl driver for MediaTek MT8512 SoC.
Signed-off-by: mingming lee
---
drivers/pinctrl/mediatek/Kconfig | 4 +
drivers/pinctrl/mediatek/Makefile | 1 +
drivers/pinctrl/mediatek/pinctrl-mt8512.c | 387 ++
3 files changed, 392 insertions(+)
create mod
This adds a general board file based on MT8512 SoCs from MediaTek.
Apart from the generic parts (cpu) we add some low level init codes
and initialize the early clocks.
This commit is adding the basic boot support for the MT8512 eMMC board.
Signed-off-by: mingming lee
---
arch/arm/dts/Makefile
Add support for MediaTek MT8512 SoC. This include the file
that will initialize the SoC after boot and its device tree.
Signed-off-by: mingming lee
---
arch/arm/dts/mt8512.dtsi | 115 ++
arch/arm/mach-mediatek/Kconfig| 15 +++
arch/arm/mach-m
Update mtk common clock driver to support mt8512
1. add new set_clr_upd mux type and related operation
2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll
3. fix mtk_clk_find_parent_rate data overflow
Signed-off-by: mingming lee
---
drivers/clk/mediatek/clk-mtk.c | 72 -
For CMD21 tuning data, the 128/64 bytes data may coming in very
short time, before msdc_start_data(), the read data has already
come, in this case, clear MSDC_INT will cause the interrupt disappear
and lead to the thread hang.
the solution is just clear all interrupts before command was sent.
Sig
This patch adds mmc support for MediaTek MT8512/MT8110 SoCs.
MT8512/MT8110 SoCs puts the tune register at top layer, so
need add new code to support it.
Signed-off-by: mingming lee
---
drivers/mmc/mtk-sd.c | 134 ---
1 file changed, 101 insertions(+), 33 d
This patch series adds basic boot support on eMMC for the MediaTek
MT8512 SoC based boards. This series add the clock, pinctrl drivers
and the SoC initializaton code.
mingming lee (7):
ARM: MediaTek: Add support for MediaTek MT8512 SoC
clk: mediatek: adjust common driver for mt8512
clk: medi
The sata of our powerpc platforms are updated. These changes is to
fit the driver probe.
Reviewed-by: Stefan Roese
Signed-off-by: Peng Ma
---
Changed for v4
- no changes
arch/powerpc/dts/t2080.dtsi | 15 ---
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/arc
This reverts commit 02dc1599ba0b16eb21ba0c206e5b6f38fe7b67a7
Commit 02dc1599ba0b ("configs: enable sata, eSDHC, USB device module in
T2080QDS")
has some sata defconfig changes to fit support DM mode, Now the driver
will be reverted, So revert it.
Reviewed-by: Stefan Roese
Signed-off-by: Peng Ma
This reverts commit 1ee494291880fd51ef0c5f7342e072bdb069d7ff.
Commit 1ee494291880 ("ata: fsl_ahci: Add sata DM support for Freescale
powerpc socs") introduced SCSI layer to call AHCI private API in order
to support sata operations, In DM mode, This is not necessary for
non-AHCI sata. So revert it
This reverts commit 856b9cdb53f0e6c8d98f81cf71ef363c16b0aa0e.
Commit 856b9cdb53f0 ("powerpc: mpc85xx: delete FSL_SATA for T2080QDS
board.") is to fit support sata DM mode, Now the driver will be reverted,
So revert it.
Reviewed-by: Stefan Roese
Signed-off-by: Peng Ma
---
Changed for v4
>-Original Message-
>From: Peng Ma
>Sent: Tuesday, December 17, 2019 3:34 PM
>To: s...@chromium.org; Priyanka Jain ; Marcel
>Ziswiler ; Andy Tang
>Cc: u-boot@lists.denx.de; Peng Ma
>Subject: [v3 1/5] Revert "ata: fsl_ahci: Add sata DM support for Freescale
>powerpc socs"
>
>This reverts
> -Original Message-
> From: Simon Glass
> Sent: Sunday, December 22, 2019 12:15 AM
> To: U-Boot Mailing List
> Cc: Jun Chen ; Heiko Schocher ; Tan,
> Ley Foon ; Simon Glass
> Subject: [PATCH 03/12] i2c: designware_i2c: Include clk.h in the header file
>
> We use struct clk here so r
> -Original Message-
> From: Simon Glass
> Sent: Sunday, December 22, 2019 12:15 AM
> To: U-Boot Mailing List
> Cc: Jun Chen ; Heiko Schocher ; Tan,
> Ley Foon ; Simon Glass
> Subject: [PATCH 01/12] i2c: designware_i2c: Add more registers
>
> Some versions of this peripherals previde
In Cyclone 5 SoC platform, the first USB probing is failed but second
probing is success. DWC2 driver read gsnpsid register right after de-assert
reset, but controller is not ready yet and it returns gsnpsid 0.
Adding small delay after de-assert reset solve the issue.
Retry with this fix more than
73 matches
Mail list logo