Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
Laszlo Ersek
Hi Igor,
On 09/24/19 13:19, Igor Mammedov wrote: On Mon, 23 Sep 2019 20:35:02 +0200 Considering the plan at [1], the two patch sets [2] [3] should coverI've got good results. For this (1/2) QEMU patch:Laszlo, thanks for trying it out. step (01); at least as proof of concept. [1] [edk2-devel] CPU hotplug using SMM with QEMU+OVMF http://mid.mail-archive.com/20190830164802.1b17ff26@redhat.com [2] The current thread: [Qemu-devel] [PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address http://mid.mail-archive.com/20190917130708.10281-1-imammedo@redhat.com [3] [edk2-devel] [PATCH wave 1 00/10] support QEMU's "SMRAM at default SMBASE" feature http://mid.mail-archive.com/20190924113505.27272-1-lersek@redhat.com (I'll have to figure out what SMI handler to put in place there, but I'd like to experiment with that once we can cause a new CPU to start executing code there, in SMM.) So what's next? To me it looks like we need to figure out how QEMU can make the OS call into SMM (in the GPE cpu hotplug handler), passing in parameters and such. This would be step (03). Do you agree? If so, I'll ask Jiewen about such OS->SMM calls separately, because I seem to remember that there used to be an "SMM communcation table" of sorts, for flexible OS->SMM calls. However, it appears to be deprecated lately. Hmmm.... Yes, UEFI 2.8 has "Appendix O - UEFI ACPI Data Table", and it writes (after defining the table format): The first use of this UEFI ACPI table format is the SMM Communication ACPI Table. This table describes a special software SMI that can be used to initiate inter-mode communication in the OS present environment by non-firmware agents with SMM code. Note: The use of the SMM Communication ACPI table is deprecated in UEFI spec. 2.7. This is due to the lack of a use case for inter-mode communication by non-firmware agents with SMM code and support for initiating this form of communication in common OSes. The changelog at the front of the UEFI spec also references the Mantis#1691 spec ticket, "Remove/Deprecate SMM Communication ACPI Table" (addressed in UEFI 2.6B). (I think that must have been a security ticket, because, while I generally have access to Mantis tickets, <https://mantis.uefi.org/mantis/view.php?id=1631> gives me "Access Denied" :/ ) Thanks, Laszlo |
|