[PATCH 3/4] bloblist: add support for CONFIG_BLOBLIST_PASSAGE

2025-02-04 Thread Harrison Mutai
When the configuration option CONFIG_BLOBLIST_PASSAGE is selected, the bloblist present in the incoming standard passage is utilised in-place. There is no need to specify the size of the bloblist as the system automatically detects it using the header information. Signed-off-by: Harrison Mutai --

Re: [PATCH 3/4] bloblist: add support for CONFIG_BLOBLIST_PASSAGE

2024-12-18 Thread Tom Rini
On Wed, Dec 18, 2024 at 03:39:30PM +, Harrison Mutai wrote: > When the configuration option CONFIG_BLOBLIST_PASSAGE is selected, the > bloblist present in the incoming standard passage is utilised in-place. > There is no need to specify the size of the bloblist as the system > automatically d

[PATCH 3/4] bloblist: add support for CONFIG_BLOBLIST_PASSAGE

2024-12-18 Thread Harrison Mutai
When the configuration option CONFIG_BLOBLIST_PASSAGE is selected, the bloblist present in the incoming standard passage is utilised in-place. There is no need to specify the size of the bloblist as the system automatically detects it using the header information. Signed-off-by: Harrison Mutai --