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

2025-06-25 Thread Shaoqin Huang
Hi Eric, On 6/23/25 5:20 PM, Eric Auger wrote: Hi Shaoqin, On 6/17/25 5:05 AM, Shaoqin Huang wrote: Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only Currently the ramfb device loads ... Ok, will change it. the x86 need the vgabios-ramfb.bin, this can cause that when

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

2025-06-23 Thread Eric Auger
Hi Shaoqin, On 6/17/25 5:05 AM, Shaoqin Huang wrote: > Now the ramfb will load the vgabios-ramfb.bin unconditionally, but only Currently the ramfb device loads ... > 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.

[PATCH v4 1/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