Re: [PATCH] test/py: spi: prevent overwriting relocation memory

2024-11-02 Thread Tom Rini
On Tue, 29 Oct 2024 17:17:09 +0530, Padmarao Begari wrote: > Update spi negative test case to prevent SF command > from overwriting relocation memory area. > > Applied to local tree/v2-tidy-test-dir, thanks! -- Tom

Re: [PATCH] test/py: spi: prevent overwriting relocation memory

2024-10-29 Thread Love Kumar
Hi Tom, On 30/10/24 12:42 am, Tom Rini wrote: On Tue, Oct 29, 2024 at 05:17:09PM +0530, Padmarao Begari wrote: Update spi negative test case to prevent SF command from overwriting relocation memory area. Signed-off-by: Padmarao Begari --- test/py/tests/test_spi.py | 12 1 fi

Re: [PATCH] test/py: spi: prevent overwriting relocation memory

2024-10-29 Thread Love Kumar
On 29/10/24 5:17 pm, Padmarao Begari wrote: Update spi negative test case to prevent SF command from overwriting relocation memory area. Signed-off-by: Padmarao Begari --- test/py/tests/test_spi.py | 12 1 file changed, 12 insertions(+) diff --git a/test/py/tests/test_spi.py

RE: [PATCH] test/py: spi: prevent overwriting relocation memory

2024-10-29 Thread Begari, Padmarao
> From: Tom Rini > Sent: Wednesday, October 30, 2024 12:43 AM > To: Begari, Padmarao > Cc: u-boot@lists.denx.de; git (AMD-Xilinx) ; Simek, Michal > ; Kumar, Love > Subject: Re: [PATCH] test/py: spi: prevent overwriting relocation memory > > On Tue, Oct 29, 2024 at 05

Re: [PATCH] test/py: spi: prevent overwriting relocation memory

2024-10-29 Thread Tom Rini
On Tue, Oct 29, 2024 at 05:17:09PM +0530, Padmarao Begari wrote: > Update spi negative test case to prevent SF command > from overwriting relocation memory area. > > Signed-off-by: Padmarao Begari > --- > test/py/tests/test_spi.py | 12 > 1 file changed, 12 insertions(+) > > diff

[PATCH] test/py: spi: prevent overwriting relocation memory

2024-10-29 Thread Padmarao Begari
Update spi negative test case to prevent SF command from overwriting relocation memory area. Signed-off-by: Padmarao Begari --- test/py/tests/test_spi.py | 12 1 file changed, 12 insertions(+) diff --git a/test/py/tests/test_spi.py b/test/py/tests/test_spi.py index 3160d58540..caca