Re: [PATCH 1/3] abootcmd: Add load subcommand

2024-05-28 Thread Mattijs Korpershoek
Hi Roman, Thank you for the patch. On dim., mai 19, 2024 at 19:18, Roman Stratiienko wrote: > What it does: > 1. Allocates the memory in HEAP to fit the partition > 2. Loads partition into memory. In the following patch of this series, >loading will be optimized to avoid loading an empty s

[PATCH 1/3] abootcmd: Add load subcommand

2024-05-19 Thread Roman Stratiienko
What it does: 1. Allocates the memory in HEAP to fit the partition 2. Loads partition into memory. In the following patch of this series, loading will be optimized to avoid loading an empty space. 3. Sets buffer start and buffer size value into environment variables abootimg__ptr and abootimg