I am a newbie to coreboot, I am wondering is there an easy approach to understand the functions.<br>For instance, when I am reading fallback_boot.c, it's very difficult for me to understand such functions as inb(), outb(),RTC_PORT().<br>
The method I am using now is to grep the function name and find out which file it is in. Then read it. However, I still feel inconvenient. <br>I am used to use vim.<br>So, anybody have good suggestions?<br>