coreboot-kgpe-d16/src
Matt DeVillier 163dbddfe9 soc/amd/*: Utilize get_fmap_value() Makefile function where possible
Replace:
$(shell awk '$$2 == "xyz" {print $$3}' $(obj)/fmap_config.h)
with:
$(call get_fmap_value,xyz)

to improve code readability/maintainability.

Change-Id: If6859108c7d5611a63fc38909dc75195bfb1d59a
Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76168
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2023-07-03 12:51:44 +00:00
..
acpi acpi: Set checksum for SPCR table 2023-06-29 18:42:18 +00:00
arch arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 title 2023-06-27 23:55:13 +00:00
commonlib commonlib/post_codes.h: Fix POST_EXIT_PCI_SCAN_BUS description 2023-06-25 15:52:48 +00:00
console console: Deselect using ANSI escape characters when SimNow is used 2023-03-30 13:36:35 +00:00
cpu commonlib/console/post_code.h: Change post code prefix to POSTCODE 2023-06-23 15:06:04 +00:00
device commonlib/console/post_code.h: Change post code prefix to POSTCODE 2023-06-23 15:06:04 +00:00
drivers Makefile.inc: don't add fmap_config.h dependency twice 2023-06-23 16:31:47 +00:00
ec commonlib/console/post_code.h: Change post code prefix to POSTCODE 2023-06-23 15:06:04 +00:00
include soc/intel/meteorlake: Add QS(C0) stepping CPU ID 2023-06-29 17:08:17 +00:00
lib lib/smbios: Add a config string for BIOS Vendor in SMBIOS Type 0 2023-06-26 03:07:38 +00:00
mainboard mb/google/nissa/var/pujjo: Tune SX9324 register for pujjoteen5 2023-07-03 12:49:53 +00:00
northbridge nb/intel/pineview: Drop unused attributes from sysinfo struct 2023-06-28 19:32:22 +00:00
sbom payloads/Yabits: Remove deprecated Yabits Payload 2023-02-17 01:21:43 +00:00
security Makefile.inc: don't add fmap_config.h dependency twice 2023-06-23 16:31:47 +00:00
soc soc/amd/*: Utilize get_fmap_value() Makefile function where possible 2023-07-03 12:51:44 +00:00
southbridge commonlib/console/post_code.h: Change post code prefix to POSTCODE 2023-06-23 15:06:04 +00:00
superio superio/common: Support more than one SuperIO in ACPI 2023-05-26 19:21:12 +00:00
vendorcode Makefile.inc: don't add fmap_config.h dependency twice 2023-06-23 16:31:47 +00:00
Kconfig lib/smbios: Add a config string for BIOS Vendor in SMBIOS Type 0 2023-06-26 03:07:38 +00:00