Hello,<br><br>I am porting coreboot to our own product(Vortex86EX). I see there is a function called "hard_reset". Some boards implements this function, and some don't. Looks like each different mainboard has different implementation of hard_reset.<br>
<br>Now I just wrote a blank hard_reset function, but maybe it is not right.<br><br>So what is the purpose of this function? What should I put inside this function? To reset the system, why not just use system port(92h port)?<br>
<br>