bloggerads

2015年11月13日 星期五

X86 Reset

X86 Reset 
  • Soft reset ( Warm boot / Ctrl+Alt+Del) (Software Reset, Assert CPU Init#):
      • IoWrite8 (0xCF9, 0x04);  or  
      • IoWrite8 (  0x92, 0x01);  or  
      • IoWrite8 (  0x66, 0xFE); // KB Controller assert KBRST#(SIO) -> RCIN#(SB)
  • Hard reset (Cold boot): 
      • IoWrite8(0xCF9, 0x06) , HW Assert PLTRST# 16 cycles
      • IoWrite8(0xCF9, 0x0E) , HW Assert PLTRST# 16 cycles

沒有留言:

張貼留言