P4 APM functionality

  • Thread starter Thread starter knts172
  • Start date Start date
K

knts172

Hi

I am using a P4 box running VxWorks RTOS for a simulation application.
The simulations went out of sync when the APM (power mgmt) bios
settings kicked in after 15 minutes and turned off the screen display.
I disabled the APM and all is fine now. But I was wondering, how does
really the APM setting in BIOS works? Are there timers that trigger an
harware CPU interrupt and CPU branches to some APM code on BIOS chip?
how does it work? I am curious to know.

Thanks in advance.

Knts
 
Hi

I am using a P4 box running VxWorks RTOS for a simulation application.
The simulations went out of sync when the APM (power mgmt) bios
settings kicked in after 15 minutes and turned off the screen display.
I disabled the APM and all is fine now. But I was wondering, how does
really the APM setting in BIOS works? Are there timers that trigger an
harware CPU interrupt and CPU branches to some APM code on BIOS chip?
how does it work? I am curious to know.

Thanks in advance.

Knts

By AMD's documentation, System Management Mode is entered after receiving
external nonmaskable signal (eg, a timer).
By default, it is handled by BIOS. You can reprogram some MSRs to change the
address of the SMM routine and/or rewrite it by a new code.

http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf - page 365 and so...

Have a nice day
Zdenek Sojka
 
Back
Top