<p dir="ltr">Dear all,</p>
<p dir="ltr">While compiling coreboot, southbridge smm handler always compiles as empty function irrespective of the code present in it.</p>
<p dir="ltr">As per declaration in smm.h, it is declared as attribute weak.</p>
<p dir="ltr">Since it is defined  in my southbridge smm handler, it should take the defined function which it is not happening (objdump shows that only the southbridge smm handler function has only ret instruction, rest all function have  proper assembly code as per the required implementation .)</p>
<p dir="ltr">I need smm handler for enabling acpi mode during os booting.</p>
<p dir="ltr">Please help in solving this issue.</p>
<p dir="ltr">Regards,<br>
N Solanki<br>
</p>