coreboot-kgpe-d16/src/soc/intel
Matt DeVillier 6c8826de8f soc/intel/apollolake: Skip SMI lockdown on Apollolake
Commit d9ef02ce (soc/intel/apollolake: Lock down Global SMI) breaks
SMM/SMI on Apollolake (but not Geminilake), so guard it accordingly.

TEST=build/boot google/reef, verify SMM/SMI/SMMSTORE functional.

Change-Id: I00cbe046b61e6c342f7961670478d0ca8d365c2e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68549
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2022-10-21 14:31:21 +00:00
..
alderlake soc/intel/alderlake: Drop local ufs.asl 2022-10-20 14:40:30 +00:00
apollolake soc/intel/apollolake: Skip SMI lockdown on Apollolake 2022-10-21 14:31:21 +00:00
baytrail treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' 2022-10-15 16:53:55 +00:00
braswell treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' 2022-10-15 16:53:55 +00:00
broadwell treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' 2022-10-15 16:53:55 +00:00
cannonlake treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' 2022-10-12 14:18:35 +00:00
common soc/intel/cmn/block/acpi: Create common ASL entry for UFS 2022-10-20 14:40:00 +00:00
denverton_ns payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity 2022-10-13 19:14:57 +00:00
elkhartlake soc/intel: Kconfig: Correct UART source clock value in comment 2022-10-12 23:51:09 +00:00
icelake treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' 2022-10-12 14:18:35 +00:00
jasperlake treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' 2022-10-12 14:18:35 +00:00
meteorlake soc/intel/meteorlake: Add support to skip the MBP HOB 2022-10-20 17:18:45 +00:00
quark treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' 2022-10-15 16:53:45 +00:00
skylake treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' 2022-10-15 16:53:55 +00:00
tigerlake soc/intel: Kconfig: Correct UART source clock value in comment 2022-10-12 23:51:09 +00:00
xeon_sp payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity 2022-10-13 19:14:57 +00:00
Makefile.inc