Re: [PATCH 36/36] bdinfo: x86: vesa: Update fb_base to the correct value

2020-05-06 Thread Bin Meng
Hi Simon, On Tue, May 5, 2020 at 7:19 AM Simon Glass wrote: > > Set this value in global_data so that it is reported correctly on x86 > boards. > > In fact, space is allocated for the frame buffer even though it is not > used. The FSP picks the address itself, which is why the current value > is

[PATCH 36/36] bdinfo: x86: vesa: Update fb_base to the correct value

2020-05-04 Thread Simon Glass
Set this value in global_data so that it is reported correctly on x86 boards. In fact, space is allocated for the frame buffer even though it is not used. The FSP picks the address itself, which is why the current value is wrong. Signed-off-by: Simon Glass --- arch/x86/lib/fsp/fsp_graphics.c