coreboot/src
Kyösti Mälkki 8f076f2be8 soc/amd/stoneyridge,picasso: Switch SMM lock condition
SMM_TSEG is a qualifier between TSEG and ASEG memory
region. ASEG is deprecated and not supported for
this platform in coreboot codebase.

The SMM lock should be set based on whether SMM is
installed or not, HAVE_SMI_HANDLER currently tells
that.

Change-Id: I9756f8a59ccfedd59d5b997b35313452dd0c4f46
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34127
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-07-09 12:44:39 +00:00
..
acpi
arch arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
commonlib commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
console arch/x86: Replace some uses of SMM_TSEG 2019-07-09 12:44:10 +00:00
cpu arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
device device/pci: Declare pci_root_bus() 2019-07-07 20:04:44 +00:00
drivers drivers/intel: Move FSP stage_cache implementation into common block 2019-07-09 10:52:33 +00:00
ec arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
include lib/romstage_stack.c: Remove file 2019-07-07 21:27:22 +00:00
lib arch/x86: Replace some uses of SMM_TSEG 2019-07-09 12:44:10 +00:00
mainboard arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
northbridge arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
security src/security/vboot: Add option to skip display init with vboot 2.0 2019-07-07 20:09:24 +00:00
soc soc/amd/stoneyridge,picasso: Switch SMM lock condition 2019-07-09 12:44:39 +00:00
southbridge arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
superio nuvoton/early_serial: improve comments on serial pinmux settings 2019-06-22 11:39:12 +00:00
vendorcode add ctype.h header 2019-06-24 21:15:14 +00:00
Kconfig arch/x86: Clean up PIRQ_ROUTE 2019-07-07 20:03:55 +00:00