Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I176182180f508a180726fca60064b16fad80e9d8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79530 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
27 lines
483 B
Plaintext
27 lines
483 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if CPU_AMD_PI || SOC_AMD_PI
|
|
|
|
menu "AMD Platform Initialization"
|
|
|
|
source "src/vendorcode/amd/pi/Kconfig"
|
|
|
|
config AGESA_EXTRA_TIMESTAMPS
|
|
bool "Add instrumentation for AGESA calls"
|
|
default n
|
|
depends on DRIVERS_AMD_PI
|
|
help
|
|
Insert additional timestamps around each entrypoint into
|
|
AGESA vendorcode.
|
|
|
|
endmenu
|
|
|
|
endif
|
|
|
|
config SOC_AMD_OPENSIL
|
|
bool
|
|
help
|
|
Select this on SoCs that use openSIL.
|
|
|
|
source "src/vendorcode/amd/opensil/Kconfig"
|