Hi all,
I don't know why it doesn't work on my machine. My situation is:
revision 6061 works on my machine
revision 6062 doesn't. Serial port information is: coreboot-4.0-r6062 Wed Dec 1 16:07:14 EST 2010 starting... now booting... INIT detected from --- { APICID = 00 NODEID = 00 COREID = 00} --- Issuing SOFT_RESET... soft reset
If I remove the diff of 6061 and 6062 from the latest source tree, everything will work. The diff is:
dev = pci_locate_device_on_bus(PCI_ID(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VT8237A_LPC), 0);
if (dev == PCI_DEV_INVALID)
To Rodulf: My gcc version is, [root@localhost vt8237r]# gcc --version gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
I know this is weird. It would be great if someone could help me out.
Best, Fengwei
--- below is the message from Rudolf:
Message: 1 Date: Sun, 21 Nov 2010 16:13:25 +0100 From: Rudolf Marek r.marek@assembler.cz To: coreboot@coreboot.org Subject: Re: [coreboot] Current coreboot source tree ( revision 6084 ) for ASUS M2V-MX SE cannot boot? Message-ID: 4CE93715.1000701@assembler.cz Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi
Just for a record I use the latest version without problems. Maybe your binutils/gcc is wrong? What distribution/version you use?
Thanks, Rudolf
Fengwei Zhang wrote:
[root@localhost vt8237r]# gcc --version gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
I know this is weird. It would be great if someone could help me out.
If you still have this issue, please rebuild all sources using the reference compiler that is produced by the util/crossgcc/buildgcc script.
//Peter