cedarhouse1@comcast.net has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38657 )
Change subject: arch/x86/include/arch: Add ROM_TASK_STATE_SEG ......................................................................
arch/x86/include/arch: Add ROM_TASK_STATE_SEG
This define is used to set up the STM SMM Descriptor table tr entry.
Signed-off-by: Eugene D. Myers edmyers@tycho.nsa.gov Change-Id: Iddb1f45444d03465a66a4ebb9fde5f206dc5b300 --- M src/arch/x86/include/arch/rom_segs.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/38657/1
diff --git a/src/arch/x86/include/arch/rom_segs.h b/src/arch/x86/include/arch/rom_segs.h index a19d3de..05cef4d 100644 --- a/src/arch/x86/include/arch/rom_segs.h +++ b/src/arch/x86/include/arch/rom_segs.h @@ -17,5 +17,6 @@ #define ROM_CODE_SEG 0x08 #define ROM_DATA_SEG 0x10 #define ROM_CODE_SEG64 0x18 +#define ROM_TASK_STATE_SEG 0x20
#endif /* ROM_SEGS_H */