Re: [coreboot] How to trigger SMI and implement SMM

2015-07-31 Thread Stefan Reinauer
* Yu-Cheng Liu [150721 11:04]: > Hello, > > I purpose to trigger SMI event and do something in SMM mode . > >   > > I trace the coreboot source code and found that, during the coreboot > environment setup, the file locate at southbridge/intel/i82801ix/smi.c  will > be > excute. Is it enough fo

[coreboot] How to trigger SMI and implement SMM

2015-07-25 Thread Yu-Cheng Liu
Hello, I purpose to trigger SMI event and do something in SMM mode . I trace the coreboot source code and found that, during the coreboot environment setup, the file locate at *southbridge/intel/i82801ix/smi.c* will be excute. Is it enough for SMI/SMM operation? I didn’t see the code under cpu