HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36509 )
Change subject: arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
......................................................................
arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
Change-Id: I199a4b7771192abf7e7489e84db43b04776dd7b2
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/arch/x86/Kconfig
1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/36509/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 502e774..eb28960 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -169,15 +169,6 @@
config BOOTBLOCK_RESETS
string
-config BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
- bool
- default n
- help
- Select this value to provide a routine to save the BIST and timestamp
- values. The default code places the BIST value in MM0 and the
- timestamp value in MM2:MM1. Another file is necessary when the CPU
- does not support the MMx register set.
-
config HAVE_CMOS_DEFAULT
def_bool n
depends on HAVE_OPTION_TABLE
--
To view, visit https://review.coreboot.org/c/coreboot/+/36509
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I199a4b7771192abf7e7489e84db43b04776dd7b2
Gerrit-Change-Number: 36509
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange
Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36506 )
Change subject: mb/facebook/fbg1701: Add logo to the menu
......................................................................
mb/facebook/fbg1701: Add logo to the menu
Allow the user to enable and disable the logo from
make menuconfig. The file can ve selected as well.
BUG=N/A
TEST=build
Change-Id: I630a9d14308131c180adaaa9e1fa5e6e11c3c61c
Signed-off-by: Wim Vervoorn <wvervoorn(a)eltan.com>
---
M src/mainboard/facebook/fbg1701/Kconfig
1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/36506/1
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig
index a6c2846..3ade727 100644
--- a/src/mainboard/facebook/fbg1701/Kconfig
+++ b/src/mainboard/facebook/fbg1701/Kconfig
@@ -69,9 +69,14 @@
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
--
To view, visit https://review.coreboot.org/c/coreboot/+/36506
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I630a9d14308131c180adaaa9e1fa5e6e11c3c61c
Gerrit-Change-Number: 36506
Gerrit-PatchSet: 1
Gerrit-Owner: Wim Vervoorn
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Wim Vervoorn
Gerrit-MessageType: newchange
Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36479 )
Change subject: vendorcode/eltan: cleanup of Kconfig files
......................................................................
vendorcode/eltan: cleanup of Kconfig files
The vendorcode/eltan and vendorcode/eltan/security directories
were both adding the mboot and verified_boot Kconfigs.
BUG=N/A
TEST=build
Change-Id: I6b5f19b4660d60345391b7320ce42466fd2cc769
Signed-off-by: Wim Vervoorn <wvervoorn(a)eltan.com>
---
M src/vendorcode/eltan/Kconfig
M src/vendorcode/eltan/security/Kconfig
2 files changed, 5 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/36479/1
diff --git a/src/vendorcode/eltan/Kconfig b/src/vendorcode/eltan/Kconfig
index dc756ab..319e90a 100644
--- a/src/vendorcode/eltan/Kconfig
+++ b/src/vendorcode/eltan/Kconfig
@@ -1,7 +1,7 @@
##
## This file is part of the coreboot project.
##
-## Copyright (C) 2014-2018 Eltan B.V.
+## Copyright (C) 2014-2019 Eltan B.V.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -17,6 +17,5 @@
bool
if USE_VENDORCODE_ELTAN
-source src/vendorcode/eltan/security/mboot/Kconfig
-source src/vendorcode/eltan/security/verified_boot/Kconfig
+source src/vendorcode/eltan/security/Kconfig
endif
diff --git a/src/vendorcode/eltan/security/Kconfig b/src/vendorcode/eltan/security/Kconfig
index 2af5808..6b93d2a 100644
--- a/src/vendorcode/eltan/security/Kconfig
+++ b/src/vendorcode/eltan/security/Kconfig
@@ -1,6 +1,6 @@
## This file is part of the coreboot project.
##
-## Copyright (C) 2018 Eltan B.V.
+## Copyright (C) 2018-2019 Eltan B.V.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -12,5 +12,7 @@
## GNU General Public License for more details.
##
+menu "Eltan Security Settings"
source src/vendorcode/eltan/security/mboot/Kconfig
source src/vendorcode/eltan/security/verified_boot/Kconfig
+endmenu
--
To view, visit https://review.coreboot.org/c/coreboot/+/36479
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6b5f19b4660d60345391b7320ce42466fd2cc769
Gerrit-Change-Number: 36479
Gerrit-PatchSet: 1
Gerrit-Owner: Wim Vervoorn
Gerrit-MessageType: newchange