coreboot-kgpe-d16/src/soc/intel/apollolake
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
..
acpi soc/intel: remove unused dptf.asl file and other defines 2020-06-18 08:30:19 +00:00
bootblock treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
include/soc apollolake: update processor power limits configuration 2020-05-26 15:09:09 +00:00
acpi.c src: Remove unused '#include <cpu/x86/smm.h>' 2020-06-06 09:40:38 +00:00
car.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
chip.c soc/intel/apollolake: Reinstate APL_SKIP_SET_POWER_LIMITS 2020-06-03 01:30:59 +00:00
chip.h apollolake: update processor power limits configuration 2020-05-26 15:09:09 +00:00
cpu.c soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS) 2020-06-16 08:03:44 +00:00
cse.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
elog.c src: Remove unused 'include <bootstate.h>' 2020-06-02 07:40:35 +00:00
fspcar.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
glk_page_map.txt src: capitalize 'RAM' 2020-02-24 12:56:03 +00:00
gpio_apl.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gpio_glk.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gspi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
heci.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
i2c.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
lpc.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.inc soc/intel/gma: Implement fsp_soc_get_igd_bar() in common code 2020-05-27 21:35:43 +00:00
meminit.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
meminit_util_apl.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
meminit_util_glk.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
mmap_boot.c src: Remove unused '#include <cbfs.h>' 2020-06-02 07:42:56 +00:00
nhlt.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pdpt.c treewide: Replace BSD-3-Clause and ISC headers with SPDX headers 2020-05-11 17:12:16 +00:00
pmc.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pmutil.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pnpconfig.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pt.c treewide: Replace BSD-3-Clause and ISC headers with SPDX headers 2020-05-11 17:12:16 +00:00
report_platform.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
reset.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
romstage.c src: Remove unused '#include <cpu/x86/smm.h>' 2020-06-06 09:40:38 +00:00
sd.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smihandler.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
systemagent.c soc/intel/common: Improve Type16 SMBIOS tables 2020-05-28 06:26:53 +00:00
uart.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
xdci.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
xhci.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00