Re: [PATCH] accel/qaic: Add Sahara implementation for firmware loading

2024-04-12 Thread Jeffrey Hugo
On 3/21/2024 9:49 PM, Jeffrey Hugo wrote: The AIC100 secondary bootloader uses the Sahara protocol for two purposes - loading the runtime firmware images from the host, and offloading crashdumps to the host. The crashdump functionality is only invoked when the AIC100 device encounters a crash and

Re: [PATCH] accel/qaic: Add Sahara implementation for firmware loading

2024-04-08 Thread Jacek Lawrynowicz
Reviewed-by: Jacek Lawrynowicz On 22.03.2024 04:49, Jeffrey Hugo wrote: > The AIC100 secondary bootloader uses the Sahara protocol for two > purposes - loading the runtime firmware images from the host, and > offloading crashdumps to the host. The crashdump functionality is only > invoked when th

Re: [PATCH] accel/qaic: Add Sahara implementation for firmware loading

2024-03-22 Thread Bjorn Andersson
On Thu, Mar 21, 2024 at 09:49:17PM -0600, Jeffrey Hugo wrote: > The AIC100 secondary bootloader uses the Sahara protocol for two > purposes - loading the runtime firmware images from the host, and > offloading crashdumps to the host. The crashdump functionality is only > invoked when the AIC100 dev

[PATCH] accel/qaic: Add Sahara implementation for firmware loading

2024-03-21 Thread Jeffrey Hugo
The AIC100 secondary bootloader uses the Sahara protocol for two purposes - loading the runtime firmware images from the host, and offloading crashdumps to the host. The crashdump functionality is only invoked when the AIC100 device encounters a crash and dumps are enabled. Also the collection of t