Re: [PATCH v4 0/2] ramfb: Add property to control if load the romfile

2025-06-22 Thread Shaoqin Huang
Hi guys, Kindly ping for this series. Thanks, Shaoqin On 6/17/25 11:05 AM, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release package on arm64 it can't find the vgabios-ramfb.

[PATCH v4 0/2] ramfb: Add property to control if load the romfile

2025-06-16 Thread Shaoqin Huang
Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only the x86 need the vgabios-ramfb.bin, this can cause that when use the release package on arm64 it can't find the vgabios-ramfb.bin. Because only seabios will use the vgabios-ramfb.bin, load the rom logic is x86-specific. For ot