Re: [PATCH v2 17/17] test/py: android: extend abootimg test

2023-01-31 Thread Safae Ouajih
On 27/01/2023 21:37, Tom Rini wrote: On Fri, Jan 27, 2023 at 04:51:41PM +0100, Safae Ouajih wrote: On 27/01/2023 01:55, Simon Glass wrote: Hi Safae, On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: test_abootimg is extended to include the testing of boot images version 4. For this,

Re: [PATCH v2 17/17] test/py: android: extend abootimg test

2023-01-27 Thread Tom Rini
On Fri, Jan 27, 2023 at 04:51:41PM +0100, Safae Ouajih wrote: > > On 27/01/2023 01:55, Simon Glass wrote: > > Hi Safae, > > > > On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: > > > test_abootimg is extended to include the testing of boot images > > > version 4. For this, boot.img and

Re: [PATCH v2 17/17] test/py: android: extend abootimg test

2023-01-27 Thread Safae Ouajih
On 27/01/2023 01:55, Simon Glass wrote: Hi Safae, On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: test_abootimg is extended to include the testing of boot images version 4. For this, boot.img and vendor_boot.img have been generated using mkbootimg tool with setting the header version to

Re: [PATCH v2 17/17] test/py: android: extend abootimg test

2023-01-26 Thread Simon Glass
Hi Safae, On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: > > test_abootimg is extended to include the testing of boot images > version 4. For this, boot.img and vendor_boot.img have been > generated using mkbootimg tool with setting the header > version to 4. > > This tests: > - Getting the

[PATCH v2 17/17] test/py: android: extend abootimg test

2023-01-26 Thread Safae Ouajih
test_abootimg is extended to include the testing of boot images version 4. For this, boot.img and vendor_boot.img have been generated using mkbootimg tool with setting the header version to 4. This tests: - Getting the header version using abootimg - Extracting the load address of the dtb -