Hi , everyone! Can I use gdb debug tool with coreboot v4.0? This information is oudated<br><br><p>coreboot has an easy to use interface to the GNU debugger gdb. To 
enable it, add the following two lines to your mainboard's Options.lb:
</p>
<pre>uses CONFIG_GDB_STUB
...
default CONFIG_GDB_STUB=1 
<br><br><br></pre><br>