[U-Boot] [PATCH 08/11] x86: Move VGA option rom macros to Kconfig

Simon Glass sjg at chromium.org
Wed Jul 1 16:59:05 CEST 2015


Hi Bin,

On 1 July 2015 at 02:28, Bin Meng <bmeng.cn at gmail.com> wrote:
> Move X86_OPTION_ROM_FILE & X86_OPTION_ROM_ADDR to arch/x86/Kconfig
> and rename them to VGA_BIOS_FILE & VGA_BIOS_ADDR which depend on
> HAVE_VGA_BIOS. The new names are consistent with other x86 binary
> blob options like HAVE_FSP/FSP_FILE/FSP_ADDR.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  Makefile                            |  4 ++--
>  arch/x86/Kconfig                    | 22 ++++++++++++++++++++++
>  configs/chromebook_link_defconfig   |  1 +
>  configs/chromebox_panther_defconfig |  1 +
>  configs/minnowmax_defconfig         |  1 +
>  doc/README.x86                      |  2 +-
>  drivers/pci/pci_rom.c               |  6 +++---
>  include/configs/minnowmax.h         |  3 ---
>  include/configs/x86-chromebook.h    |  3 ---
>  9 files changed, 31 insertions(+), 12 deletions(-)

It's good to move these to Kconfig. But why should we rename it from
option ROM to VGA ROM? Is it not possible that we might want to run
some other ROM?

[snip]

Regards,
Simon


More information about the U-Boot mailing list