Re: [PATCH 2/3] avb: Implement get_preloaded_partition callback

2024-06-10 Thread Igor Opaniuk
Hi Roman, On Sun, May 19, 2024 at 9:19 PM Roman Stratiienko wrote: > > AVB can reuse already loaded images instead of loading them > from the disk. > > The get_preloaded_partition now looks for the env. variables > set by the 'abootimg load' to find the correct partition in RAM. > > Signed-off-by

Re: [PATCH 2/3] avb: Implement get_preloaded_partition callback

2024-05-28 Thread Mattijs Korpershoek
Hi Roman, Thank you for the patch. On dim., mai 19, 2024 at 19:18, Roman Stratiienko wrote: > AVB can reuse already loaded images instead of loading them > from the disk. > > The get_preloaded_partition now looks for the env. variables > set by the 'abootimg load' to find the correct partition

[PATCH 2/3] avb: Implement get_preloaded_partition callback

2024-05-19 Thread Roman Stratiienko
AVB can reuse already loaded images instead of loading them from the disk. The get_preloaded_partition now looks for the env. variables set by the 'abootimg load' to find the correct partition in RAM. Signed-off-by: Roman Stratiienko --- common/avb_verify.c | 53