[coreboot] [commit] r5697 - trunk/src/superio/ite/it8718f

2010-08-15 Thread repository service
Author: stepan Date: Sun Aug 15 13:37:41 2010 New Revision: 5697 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5697 Log: Gigabyte dual bios mainboard will always reboot, caused by the superio. After lots of testing, the SuperIO LDN 7, register 0xEF is the key to the problem. This patc

Re: [coreboot] [PATCH] Gigabyte MA785GMT support

2010-08-15 Thread Stefan Reinauer
On 8/13/10 9:50 AM, Qing Pei Wang wrote: > hi, > the attach file added the support of Gigabyte MA785GMT mainboard. > the details of the hardware configuration can be found at > http://www.gigabyte.com/products/product-page.aspx?pid=3478 > a breif configuration is: > 1. CPU:Support for AM3 proces

Re: [coreboot] global variables in romstage

2010-08-15 Thread Kevin O'Connor
On Thu, Aug 12, 2010 at 09:27:39PM +0200, Patrick Georgi wrote: > Two possible solutions, both need to be added to > src/arch/i386/init/ldscript_fallback_cbfs.lb: > > 1. _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0, "Do not use > global variables in romstage"); [...] > 2. Add .bss and .dat