I have listed all the lines that mentions the symbol, "coreboot.rom" in the top Makefile:<br>coreboot: $(obj)/coreboot.rom<br>update:<br>    dongle.py -c /dev/term/1 $(obj)/coreboot.rom EOF<br><br>Where is dongle.py?<br>
How coreboot.rom is made? Where is the rule for it?<br>