There are some functions in the source code of coreboot version 4 which have not defined any where like pci_get_dev(), What does it mean? Is Coreboot-V4 is incomplete?
Is coreboot using some library functions of Linux distribution? I saw some header files like <stdio.h> , where are their definitions?
Is it compulsory for Coreboot to be linked with a Linux kernel?
Do we use GCC of the Linux distribution or Coreboot source code has a ...