coreboot-kgpe-d16/src
Brandon Breitenstein a86d1b8af5 soc/intel/common: Add SMM common code for Intel Platforms
SMI code is very similar across Intel platforms. Move this code to
common/block/smi to allow it to be shared between platforms instead
of duplicating the code for each platform. smihandler.h has already
been made common so all it will contain is name changes and a move
to the common block location. Due to moving smihandler code, APL
changes are bundled here to show this change.

Change-Id: I599358f23d5de7564ef1ca414bccd54cebab5a4c
Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com>
Reviewed-on: https://review.coreboot.org/19392
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-06-20 18:30:43 +02:00
..
acpi
arch arch/x86/smbios: Fix undefined behavior 2017-06-20 03:15:48 +02:00
commonlib arch/x86/ebda: Change memcpy() to endian wrappers 2017-06-20 03:13:18 +02:00
console src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
cpu cpu/x86/smm/smihandler: Apply cosmetic changes 2017-06-19 20:46:40 +02:00
device device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
drivers drivers/net/r8168: Get mac address from VPD 2017-06-20 03:17:51 +02:00
ec device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
include cpu/x86/smm/smihandler: Apply cosmetic changes 2017-06-19 20:46:40 +02:00
lib Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00
mainboard mb/google/poppy: Add camera devices power sequencing through ACPI power resources 2017-06-20 05:08:41 +02:00
northbridge nb/intel/pineview/raminit: Remove very long delays 2017-06-19 20:48:55 +02:00
soc soc/intel/common: Add SMM common code for Intel Platforms 2017-06-20 18:30:43 +02:00
southbridge southbridge/bd82x6x - add GNVS var for trackpad IRQ 2017-06-16 16:09:57 +02:00
superio device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
vboot vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
vendorcode vendorcode/siemens: Add new values to hwilib 2017-06-13 10:27:04 +02:00
Kconfig Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00