mb/facebook/fbg1701: Add logo to the menu

Allow the user to enable and disable the logo from
make menuconfig. The file can be selected as well.

BUG=N/A
TEST=build

Change-Id: I630a9d14308131c180adaaa9e1fa5e6e11c3c61c
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36506
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
This commit is contained in:
Wim Vervoorn 2019-10-31 10:33:44 +01:00 committed by Patrick Georgi
parent 3cf40b68c0
commit adf344013d
1 changed files with 6 additions and 1 deletions

View File

@ -69,9 +69,14 @@ config FSP_LOC
default 0xfff9c000
config FSP1_1_DISPLAY_LOGO
bool
bool "Enable logo"
default n
config FSP1_1_LOGO_FILE_NAME
string "Logo file"
depends on FSP1_1_DISPLAY_LOGO
default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/logo.bmp"
config VENDORCODE_ELTAN_OEM_MANIFEST_LOC
hex
default 0xFFFE9000