Re: [PATHv11 15/43] test_efi_loader.py: use $filesize var

2023-11-28 Thread neil . armstrong
On 27/11/2023 19:18, Tom Rini wrote: On Mon, Nov 27, 2023 at 06:56:58PM +0600, Maxim Uvarov wrote: bootefi code relays in internal variable then to filesize environment. lwip tftp do not update this variable. For not I update test to provide correct size. Signed-off-by: Maxim Uvarov This is

Re: [PATHv11 15/43] test_efi_loader.py: use $filesize var

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 06:56:58PM +0600, Maxim Uvarov wrote: > bootefi code relays in internal variable then to filesize environment. > lwip tftp do not update this variable. For not I update test to provide > correct size. > > Signed-off-by: Maxim Uvarov This is a lwip problem then, loading a

[PATHv11 15/43] test_efi_loader.py: use $filesize var

2023-11-27 Thread Maxim Uvarov
bootefi code relays in internal variable then to filesize environment. lwip tftp do not update this variable. For not I update test to provide correct size. Signed-off-by: Maxim Uvarov --- test/py/tests/test_efi_loader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/te