u-boot-brain/arch/x86/lib/fsp
Simon Glass c68a1ae6ab bdinfo: x86: vesa: Update fb_base to the correct value
Set this value in global_data so that it is reported correctly on x86
boards.

In fact, U-Boot allocates space for the frame buffer even though it is not
used. Then the FSP picks the address itself (e.g. 0xb0000000). So the
value set by U-Boot (high in memory with everything else that is
relocated), is not actually the correct value.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-06-25 13:24:13 -04:00
..
fsp_common.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
fsp_dram.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
fsp_graphics.c bdinfo: x86: vesa: Update fb_base to the correct value 2020-06-25 13:24:13 -04:00
fsp_support.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Makefile x86: fsp: Make graphics support common to FSP1/2 2019-12-15 11:44:16 +08:00