Re: [PATCH v1] accel/ivpu: Split FW runtime and global memory buffers

2025-09-24 Thread Lizhi Hou
On 9/23/25 04:18, Karol Wachowski wrote: Split firmware boot parameters (4KB) and FW version (4KB) into dedicated buffer objects, separating them from the FW runtime memory buffer. This creates three distinct buffers with independent allocation control. This enables future modifications, parti

[PATCH v1] accel/ivpu: Split FW runtime and global memory buffers

2025-09-23 Thread Karol Wachowski
Split firmware boot parameters (4KB) and FW version (4KB) into dedicated buffer objects, separating them from the FW runtime memory buffer. This creates three distinct buffers with independent allocation control. This enables future modifications, particularly allowing the FW image memory to be mo