commit | 1cb259a43b6ebcdeb5548dbe71f678cf3c65b600 | [log] [tgz] |
---|---|---|
author | Leifu Zhao <leifu.zhao@intel.com> | Tue Apr 11 14:11:40 2023 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 13 05:43:20 2023 -0400 |
tree | a8518d7eaece5379dba1eba14972b844fd48c337 | |
parent | e01586a03ae82aad509df360ec42ffd08b0600f3 [diff] |
arch/x86/ia32: Add option to reserve GDT entries Some functions such as the ISH power management function needs to reserve GDT entry place holders which are filled during runtime. Add config option to define the number of GDT entry place holders reserved and change the ia32 linker script accordingly. Signed-off-by: Leifu Zhao <leifu.zhao@intel.com>