Hi, I would like to implement a piece of code as an SMM handler in LinuxBIOS.
From what I understand of LinuxBIOS, there is no SMM handler at present
but the SMM registers on the AMD K8 platform are locked using the SMMLOCK bit. How does the platform then handle SMI when using LinuxBIOS? I would be grateful for any advice or gotchas for my implementation.
Thanks, Arvind