diff options
author | Oliver Smith-Denny <osde@microsoft.com> | 2024-10-27 09:01:07 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-11-13 21:01:46 +0000 |
commit | fd9e9848ac8ebd349e1fe2c15a46c56566a106c7 (patch) | |
tree | e42bc39fb35238381386d05552dd604dcb584dd1 /OvmfPkg/XenResetVector | |
parent | f0390f7bf14c1f5fe1205dc12185896150c70756 (diff) | |
download | edk2-fd9e9848ac8ebd349e1fe2c15a46c56566a106c7.tar.gz |
OvmfPkg: Make ResetVector USER_DEFINED
Following the change in UefiCpuPkg, this moves OvmfPkg's
ResetVectors to USER_DEFINED modules to prevent any
NULL libraries from being linked against them, allowing
for expected behavior from the ResetVector and for
simpler implementation of NULL libraries applied globally.
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to 'OvmfPkg/XenResetVector')
-rw-r--r-- | OvmfPkg/XenResetVector/XenResetVector.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/XenResetVector/XenResetVector.inf b/OvmfPkg/XenResetVector/XenResetVector.inf index 46b133a834..a40552862c 100644 --- a/OvmfPkg/XenResetVector/XenResetVector.inf +++ b/OvmfPkg/XenResetVector/XenResetVector.inf @@ -12,7 +12,7 @@ INF_VERSION = 0x00010005
BASE_NAME = XenResetVector
FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
- MODULE_TYPE = SEC
+ MODULE_TYPE = USER_DEFINED
VERSION_STRING = 1.1
#
|