[U-Boot] [PATCH] x86: minnowmax: Adjust VGA rom address

Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image can be built again.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
configs/minnowmax_defconfig | 1 + doc/README.x86 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index 7b237ab..5a3eee1 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -6,6 +6,7 @@ CONFIG_INTERNAL_UART=y CONFIG_DEBUG_UART=y CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y +CONFIG_VGA_BIOS_ADDR=0xfffb0000 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y diff --git a/doc/README.x86 b/doc/README.x86 index c96a22c..92f4128 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -320,7 +320,7 @@ Offset Description Controlling config 6ef000 Environment CONFIG_ENV_OFFSET 6f0000 MRC cache CONFIG_ENABLE_MRC_CACHE 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE -790000 vga.bin CONFIG_VGA_BIOS_ADDR +7b0000 vga.bin CONFIG_VGA_BIOS_ADDR 7c0000 fsp.bin CONFIG_FSP_ADDR 7f8000 <spare> (depends on size of fsp.bin) 7ff800 U-Boot 16-bit boot CONFIG_SYS_X86_START16

On 07.10.2017 11:43, Bin Meng wrote:
Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image can be built again.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan

On Sat, Oct 7, 2017 at 5:44 PM, Stefan Roese sr@denx.de wrote:
On 07.10.2017 11:43, Bin Meng wrote:
Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image can be built again.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Reviewed-by: Stefan Roese sr@denx.de
applied to u-boot-x86, thanks!
participants (2)
-
Bin Meng
-
Stefan Roese