coreboot-kgpe-d16/src/mainboard/intel/baskingridge
Angel Pons 05ae8f2ff3 mainboard: Drop invalid VGA_BIOS_FILE defaults
If the VGA BIOS file path for `VGA_BIOS_FILE` in a mainboard's Kconfig
does not exist in the coreboot tree (including submodules), drop it.
These files should be stored in the `site-local` subdirectory and the
paths specified for each board in `site-local/Kconfig`. For example:

config VGA_BIOS_FILE
	default "site-local/x200_vbios.bin" if BOARD_LENOVO_X200

Note that this is just an example. There are better ways to structure
one's `site-local` subfolder. Using the `CONFIG_MAINBOARD_DIR` option
would be one of them, though variants may still need special handling.

Also, update autoport to not generate `VGA_BIOS_FILE` defaults.

Change-Id: I1b5dfba035a42d7943f270f95fb7d32b285584d2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51340
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
2021-10-15 09:08:35 +00:00
..
acpi mb/intel/baskingridge: Convert to ASL 2.0 syntax 2020-11-04 09:42:59 +00:00
acpi_tables.c ACPI: Select ACPI_SOC_NVS only where suitable 2021-01-18 07:21:34 +00:00
board_info.txt
chromeos.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
chromeos.fmd
cmos.layout mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
devicetree.cb cpu/intel/haswell: Factor out ACPI C-state values 2021-01-15 11:23:23 +00:00
dsdt.asl ACPI: Move include for <vc/google/chromeos.asl> 2021-01-28 08:59:54 +00:00
gpio.c mb/intel/baskingridge: Put GPIOs in a C file 2020-07-08 22:27:01 +00:00
hda_verb.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig mainboard: Drop invalid VGA_BIOS_FILE defaults 2021-10-15 09:08:35 +00:00
Kconfig.name
mainboard.c src: Remove unused 'include <types.h>' 2020-07-14 16:10:17 +00:00
Makefile.inc nb/intel: Don't select VBOOT_SEPARATE_VERSTAGE 2021-05-05 11:47:15 +00:00
romstage.c nb/intel/haswell: Decouple mainboard USB config from MRC 2021-03-25 07:51:38 +00:00
smihandler.c arch/x86: Use wildcard for mb/smihandler.c 2021-01-24 21:06:22 +00:00
thermal.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00