<div dir="ltr"><div><div>Matt,<br></div>Could you put your coreboot .config file somewhere  for us to look at?<br><br>The PCI ID of the graphics device (BDF 0:1.0) must match CONFIG_VGA_BIOS_ID<br>in order for the vga option rom to get loaded. The alternative is to put the vga rom<br>
in the CBFS vgaroms/ directory with any name you want (e.g. vgaroms/matts_vga.rom)<br>Seabios will then load it.<br>You can disable CONFIG_VGA_ROM_RUN with this method. Also make sure you<br>are building your seabios for coreboot.<br>
<br>This would be clearer if your serial console was working. You will want<br>CONFIG_EARLY_CONSOLE=y<br>CONFIG_CONSOLE_SERIAL=y<br>CONFIG_CONSOLE_SERIAL_COM1=y<br>CONFIG_CONSOLE_SERIAL_115200=y<br>CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y<br>
<br>Thanks,<br></div>Dave<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 29, 2013 at 8:29 AM, Haywood-Evans Matthew <span dir="ltr"><<a href="mailto:MAHEVANS@qinetiq.com" target="_blank">MAHEVANS@qinetiq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am presently looking at trying to get Coreboot up and running on an<br>
ASUS F2A85-M system. I am however running into some issues.<br>
<br>
Using a bus pirate and flashrom I first backed up the original bios,<br>
then erased the chip and restored the bios to ensure I had the basic<br>
read/write capability working and this all worked correctly.<br>
<br>
Then I proceeded to build a standard coreboot image using seabios as a<br>
payload (using an external VGA card), leaving all the settings as<br>
default apart from selecting the motherboard, upon writing this to the<br>
flash and rebooting the machine I had no output from the VGA adapter and<br>
nothing from the serial port.<br>
<br>
Next I removed the external VGA and followed the instructions at<br>
<a href="http://www.coreboot.org/ASUS_F2A85-M" target="_blank">http://www.coreboot.org/ASUS_F2A85-M</a>  taking a local copy of the VGA<br>
bios and embedding that into the coreboot image, rebuilt and re-flashed<br>
to get the same result as previous.<br>
<br>
After some investigation I created a serial ice image and loaded that,<br>
this worked giving me a serial ice prompt on the COM port.  Using this,<br>
and the QEMU provided, I proceeded to try and run the bios files created<br>
in the last two stages, in the serial ice I see a lot of reads (takes<br>
about 20 mins) before it exits with Bad memory pointer and core dumps.<br>
<br>
I have been building the coreboot images on a different machine to the<br>
target (Core i7) but have rebuilt them with the crossgcc in case issues<br>
with the development PC where causing the issue, however I got the same<br>
results.<br>
<br>
I am now at a loss of where to go next to get this working and would<br>
appreciate any insight.<br>
<br>
The target system I am working on is<br>
F2A85-M<br>
4GB Corsair Ram<br>
AMD A10 6800K FM2 CPU<br>
<br>
Thanks<br>
Matt<br>
<br>
This email and any attachments to it may be confidential and are<br>
intended solely for the use of the individual to whom it is<br>
addressed. If you are not the intended recipient of this email,<br>
you must neither take any action based upon its contents, nor<br>
copy or show it to anyone. Please contact the sender if you<br>
believe you have received this email in error. QinetiQ may<br>
monitor email traffic data and also the content of email for<br>
the purposes of security. QinetiQ Limited (Registered in England<br>
& Wales: Company Number: 3796233) Registered office: Cody Technology<br>
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  <a href="http://www.qinetiq.com" target="_blank">http://www.qinetiq.com</a>.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br>
</font></span></blockquote></div><br></div></div>