build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27145 )
Change subject: [WIP] Update libgfxinit for dynamic CPU detection
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/27145/1/src/drivers/intel/gma/Kconfig
File src/drivers/intel/gma/Kconfig:
https://review.coreboot.org/#/c/27145/1/src/drivers/intel/gma/Kconfig@86
PS1, Line 86: boolean
Use of boolean is deprecated, please use bool instead.
--
To view, visit https://review.coreboot.org/27145
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I8c349f0ee42c7b201ef0c7461c39c82dede823a9
Gerrit-Change-Number: 27145
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 17 Jun 2018 22:04:22 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Nico Huber has uploaded this change for review. ( https://review.coreboot.org/27143
Change subject: gma config: Enable Restrictions (No_Elaboration_Code)
......................................................................
gma config: Enable Restrictions (No_Elaboration_Code)
Forcing compile-time evaluation seems to be the right thing and works
well now. It also helps to compare binaries after refactorizations.
Change-Id: I4eea973836a05eefcc2c98de75e6721ef3cd278b
Signed-off-by: Nico Huber <nico.h(a)gmx.de>
---
M common/hw-gfx-gma-config.ads.template
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/43/27143/1
diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template
index 1977742..c4f68ea 100644
--- a/common/hw-gfx-gma-config.ads.template
+++ b/common/hw-gfx-gma-config.ads.template
@@ -12,6 +12,8 @@
-- GNU General Public License for more details.
--
+pragma Restrictions (No_Elaboration_Code);
+
private package HW.GFX.GMA.Config is
Gen : constant Generation := <<GEN>>;
--
To view, visit https://review.coreboot.org/27143
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: libgfxinit
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4eea973836a05eefcc2c98de75e6721ef3cd278b
Gerrit-Change-Number: 27143
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27142
Change subject: soc/intel: Remove the user selectable FSP_CAR option
......................................................................
soc/intel: Remove the user selectable FSP_CAR option
This is always selected by other Kconfig options so don't make it an
option.
Change-Id: I85d46fdb41e4bac478009eeb2fa3853de7e67205
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/drivers/intel/fsp2_0/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/27142/1
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig
index f149544..aa9e476 100644
--- a/src/drivers/intel/fsp2_0/Kconfig
+++ b/src/drivers/intel/fsp2_0/Kconfig
@@ -85,7 +85,7 @@
The path and filename of the Intel FSP-S binary for this platform.
config FSP_CAR
- bool "Use FSP TempRamInit & TempRamExit APIs"
+ bool
depends on ADD_FSP_BINARIES
default n
help
--
To view, visit https://review.coreboot.org/27142
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I85d46fdb41e4bac478009eeb2fa3853de7e67205
Gerrit-Change-Number: 27142
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>