<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hi!</DIV>
<DIV>May be the problems in call printk() before console_init(). Two way:</DIV>
<DIV>1. To comment printk in function which call before console_init.</DIV>
<DIV>2. Call console_init first in function cache_as_ram_main.</DIV>
<DIV>May be this help.</DIV>
<DIV> </DIV>
<DIV>/*</DIV>
<DIV>Приветствую!</DIV>
<DIV>Если я правильно понял, то у меня была схожая проблема, когда я пытался 
запустить coreboot на Asus m4a785-m. Я потратил 2 месяца на ее решение, а 
решение оказалось простым.</DIV>
<DIV>Проблема в вызовах printk() до инициализации консоли. Видимо переполняется 
кэш процессора.</DIV>
<DIV>Для решения два пути:</DIV>
<DIV>1. Закомментировать все вызовы printk до вызова console_init</DIV>
<DIV>2. Попробовать вызвать console_init как можно раньше в функции 
cache_as_ram_main (файл romstage.c).</DIV>
<DIV>Возможно это поможет.</DIV>
<DIV>*/</DIV>
<DIV> </DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=alberto@simon.ph 
href="mailto:alberto@simon.ph">Alberto Simón Francés</A> </DIV>
<DIV><B>Sent:</B> Sunday, September 25, 2016 6:07 PM</DIV>
<DIV><B>To:</B> <A title=coreboot@coreboot.org 
href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</A> </DIV>
<DIV><B>Subject:</B> [coreboot] Support for Gigabyte 
ga-ma78gm-us2h?</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<P dir=ltr>Hello,</P>
<P dir=ltr>I've been trying to make this board boot and I haven't had much 
success. Sometimes I've been able to get it to POST, but it's not something that 
happens consistently. Since I can't find much info other than it being listed, 
I'm asking here to see if by any chance there's something that I'm missing, 
because I feel like I'm just trying random things to see what sticks.</P>
<P dir=ltr>Thankfully the board has dual bios, so it's easy to go back if I mess 
something up. Please, help.</P>
<P dir=ltr>Best regards,<BR>Albert</P>
<P>
<HR>
-- <BR>coreboot mailing list: 
coreboot@coreboot.org<BR>https://www.coreboot.org/mailman/listinfo/coreboot</DIV></DIV></DIV></BODY></HTML>