x86: Add some definitions for SMM
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:05 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:16 +0000 (11:27 +0800)
commit59561c7c2e07aba2a1bca1a1f21e49d69c6af53c
treebd23c8dd613e12722c0aa65d3d1fd4962f59a035
parent18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c
x86: Add some definitions for SMM

U-Boot does not support SMM (System Management Mode) at present, but needs
a few definitions to correctly set up the ACPI table. Add these.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/smm.h [new file with mode: 0644]