coreboot-kgpe-d16/src/mainboard/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_rvp treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
baskingridge src: Remove unused 'include <arch/smp/mpspec.h>' 2020-06-02 07:40:08 +00:00
cannonlake_rvp Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
cedarisland_crb Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
coffeelake_rvp Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
d510mo pineview boards: Factor out MAX_CPUS 2020-06-15 22:51:35 +00:00
d945gclf i945 boards: Factor out MAX_CPUS 2020-06-15 22:56:48 +00:00
dcp847ske treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
dg41wv x4x boards: Factor out MAX_CPUS 2020-06-15 22:50:39 +00:00
dg43gt x4x boards: Factor out MAX_CPUS 2020-06-15 22:50:39 +00:00
emeraldlake2 src: Remove unused 'include <arch/smp/mpspec.h>' 2020-06-02 07:40:08 +00:00
galileo Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
glkrvp apollolake: update processor power limits configuration 2020-05-26 15:09:09 +00:00
harcuvar acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt() 2020-06-07 21:53:33 +00:00
icelake_rvp Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
jasperlake_rvp Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
kblrvp Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
kunimitsu skylake: update processor power limits configuration 2020-05-18 07:13:23 +00:00
leafhill Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
minnow3 Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
saddlebrook mb/intel/saddlebrook: Remove duplicated PmTimerDisabled 2020-05-27 21:41:06 +00:00
strago acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt() 2020-06-07 21:53:33 +00:00
tglrvp Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
wtm2 acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt() 2020-06-07 21:53:33 +00:00
Kconfig mb/*/Kconfig: Factor out MAINBOARD_VENDOR 2020-03-03 10:15:22 +00:00
Kconfig.name