Re: [PATCH] rkspi: only enable padding quirk on SoCs which need it

2022-10-17 Thread Kever Yang
Hi Lorenz,     This is no need because: - a type rkspi is need because the format is different requirement for the image format; - when then issue fixed in new SoC, then the image format is the same as rksd, so you can   use rksd for all the image in new SoCs. Thanks, - Kever On 2022/9

[PATCH] rkspi: only enable padding quirk on SoCs which need it

2022-09-20 Thread Lorenz Brun
The workaround for the Mask ROM bug in a lot of Rockchip SoCs is applied unconditionally, but at least on the RK3328 it is not needed and causes a boot failure if applied. Make a new column in the SoC feature description and skip the workaround if the SoC doesn't need it. Signed-off-by: Lorenz Br