coreboot-kgpe-d16/src/soc/intel
Patrick Georgi b8fba86b14 Kconfig: Escape variable to accommodate new Kconfig versions
Kconfig 4.17 started using the $(..) syntax for environment variable
expansion while we want to keep expansion to the build system.
Older Kconfig versions (like ours) simply drop the escapes, not
changing the behavior.

While we could let Kconfig expand some of the variables, that only
splits the handling in two places, making debugging harder and
potentially messing with reproducible builds (e.g. when paths end up
in configs), so escape them all.

Change-Id: Ibc4087fdd76089352bd8dd0edb1351ec79ea4faa
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42481
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
2020-06-19 15:29:04 +00:00
..
apollolake Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
baytrail soc/intel,chromeos: Fix EC RO/RW status in GNVS 2020-06-18 12:51:09 +00:00
braswell Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
broadwell soc/intel,chromeos: Fix EC RO/RW status in GNVS 2020-06-18 12:51:09 +00:00
cannonlake soc/intel/cannonlake: Enable FSP-S compression 2020-06-18 08:32:03 +00:00
common soc/intel/common: make dptf acpi device ids configurable 2020-06-18 08:29:49 +00:00
denverton_ns sb,soc/intel: Replace smm_southbridge_enable_smi() 2020-06-16 08:04:09 +00:00
icelake soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS) 2020-06-16 08:03:44 +00:00
jasperlake soc/intel/jasperlake: Enable FSP-S compression 2020-06-18 08:33:03 +00:00
quark Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
skylake soc/intel,chromeos: Fix EC RO/RW status in GNVS 2020-06-18 12:51:09 +00:00
tigerlake soc/intel/tigerlake: Enable FSP-S compression 2020-06-18 08:33:09 +00:00
xeon_sp sb,soc/intel: Replace smm_southbridge_enable_smi() 2020-06-16 08:04:09 +00:00
Kconfig fsp2_0: Gather Kconfig declarations 2020-04-05 23:26:24 +00:00