[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Drop FSP_CAR options

Nico Huber (Code Review) gerrit at coreboot.org
Fri Nov 9 20:54:14 CET 2018


Nico Huber has posted comments on this change. ( https://review.coreboot.org/29533 )

Change subject: soc/intel/skylake: Drop FSP_CAR options
......................................................................


Patch Set 1:

(1 comment)

https://review.coreboot.org/#/c/29533/1/src/soc/intel/skylake/Kconfig
File src/soc/intel/skylake/Kconfig:

https://review.coreboot.org/#/c/29533/1/src/soc/intel/skylake/Kconfig@105
PS1, Line 105: 	select SKIP_FSP_CAR
> If we want to use FSP_CAR, what is the right config how to set? […]
It's not as easy as toggling a Kconfig. And it's different for FSP1.1
(where we have SKIP_FSP_CAR with the inverse logic) and FSP2.0 (where
we have FSP_CAR).

IIRC, for FSP1.1 the linker gives an error about a conflict with code
from soc/intel/common/. That would have to be fixed, and then we'd
have to remove the `select SKIP_FSP_CAR` here (because you can't over-
ride a select at the mainboard level) and find a better solution.

For FSP2.0 there are symbols missing when FSP_CAR is selected. When
you provide the missing symbols you could `select FSP_CAR` at the
mainboard level.

I'm not a friend of the idea to "select" it at the mainboard level,
though. It would take away the option to use the open-source version
from the person that configures/compiles coreboot. And that seems to
be questionable for an open-source project (what coreboot is about).



-- 
To view, visit https://review.coreboot.org/29533
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: Iae0a2d2c7fd7a71ed24118564e6080c4789cda28
Gerrit-Change-Number: 29533
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: PraveenX Hodagatta Pranesh <praveenx.hodagatta.pranesh at intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik at intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-CC: Boon Tiong Teo <boon.tiong.teo at intel.com>
Gerrit-Comment-Date: Fri, 09 Nov 2018 19:54:14 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181109/b6f8cd33/attachment.html>


More information about the coreboot-gerrit mailing list