Re: [PATCH 1/3] accel/qaic: Add bootlog debugfs

2024-03-18 Thread Jacek Lawrynowicz
On 15.03.2024 16:39, Jeffrey Hugo wrote: > On 3/14/2024 5:41 AM, Jacek Lawrynowicz wrote: >> Hi, >> >> On 11.03.2024 17:58, Jeffrey Hugo wrote: >>> During the boot process of AIC100, the bootloaders (PBL and SBL) log >>> messages to device RAM. During SBL, if the host opens the QAIC_LOGGING >>>

Re: [PATCH 1/3] accel/qaic: Add bootlog debugfs

2024-03-15 Thread Jeffrey Hugo
On 3/14/2024 5:41 AM, Jacek Lawrynowicz wrote: Hi, On 11.03.2024 17:58, Jeffrey Hugo wrote: During the boot process of AIC100, the bootloaders (PBL and SBL) log messages to device RAM. During SBL, if the host opens the QAIC_LOGGING channel, SBL will offload the contents of the log buffer to the

Re: [PATCH 1/3] accel/qaic: Add bootlog debugfs

2024-03-14 Thread Jacek Lawrynowicz
Hi, On 11.03.2024 17:58, Jeffrey Hugo wrote: > During the boot process of AIC100, the bootloaders (PBL and SBL) log > messages to device RAM. During SBL, if the host opens the QAIC_LOGGING > channel, SBL will offload the contents of the log buffer to the host, > and stream any new messages that SB

[PATCH 1/3] accel/qaic: Add bootlog debugfs

2024-03-11 Thread Jeffrey Hugo
During the boot process of AIC100, the bootloaders (PBL and SBL) log messages to device RAM. During SBL, if the host opens the QAIC_LOGGING channel, SBL will offload the contents of the log buffer to the host, and stream any new messages that SBL logs. This log of the boot process can be very usef