OVMF: remove invalid assert on SMM
Someone seems to believe that SMM implies x86, this is wrong. aarch64 supports SMM too, see upstream QEMU code. The proper way to do this is to signal support via QEMU itself, this is something we cannot do because we have no way to communicate QEMU support itself (yet?). Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
@@ -74,7 +74,6 @@ let
|
||||
in
|
||||
|
||||
assert platformSpecific ? ${cpuName};
|
||||
assert systemManagementModeRequired -> stdenv.hostPlatform.isx86;
|
||||
assert msVarsTemplate -> fdSize4MB;
|
||||
assert msVarsTemplate -> platformSpecific.${cpuName} ? msVarsArgs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user